Noticed this happening in Mythbuntu with both the Jockey and the Network
Manager icons.  Can reproduce it with a simple python script.  Same
script shows the indicator properly in unity-2d.


#!/usr/bin/python
from gi.repository import AppIndicator3 as AppIndicator
from gi.repository import Gtk
indicator = AppIndicator.Indicator.new('jockey', 'jockey',
                    AppIndicator.IndicatorCategory.HARDWARE)
indicator.set_status(AppIndicator.IndicatorStatus.ATTENTION)


menu = Gtk.Menu()
item = Gtk.MenuItem.new_with_label("Do Stuff")
menu.append(item)
item.show()
item.connect('activate', lambda widget: Gtk.main_quit())
indicator.set_menu(menu)

Gtk.main()


** Attachment added: "mythbuntu-indicator.png"
   
https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/820080/+attachment/2335315/+files/mythbuntu-indicator.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/820080

Title:
  broken fallback icons for indicators

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/820080/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to