mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #05750
[Bug 820080] Re: broken fallback icons for indicators
Branch ready to review. BTW, the python test case is not correct, should
be:
#!/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.ACTIVE) // <- only the active icon is defined with Indicator.new
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()
** Branch linked: lp:~jjardon/libappindicator/fix-820080
** Changed in: libappindicator
Status: Incomplete => In Progress
--
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/820080
Title:
broken fallback icons for indicators
Status in Libappindicator:
In Progress
Status in Unity Foundations:
Triaged
Status in “libappindicator” package in Ubuntu:
Triaged
Bug description:
Starting Xubuntu, etc sessions with indicators (like bluetooth-applet
or nm-applet) using libappindicator; if you remove the indicator
widget from the panel, "indicators" will fallback to using legacy
GtkTrayIcons. However, this appears to fail to load the icons that go
with them.
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: libgtk-3-0 3.1.10-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
Uname: Linux 3.0.0-7-generic x86_64
Architecture: amd64
Date: Tue Aug 2 17:52:06 2011
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha amd64 (20110715)
ProcEnviron:
LANGUAGE=fr_CA:fr
PATH=(custom, user)
LANG=fr_CA.UTF-8
SHELL=/bin/zsh
SourcePackage: gtk+3.0
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/libappindicator/+bug/820080/+subscriptions