Application indicator text not updated with set_label() function
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| xfce4-indicator-plugin (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
Bug Description
When using python, the set_label() function will not update the indicator text. You can run the following script and it will not update the indicator text to test 2, but when retrieving the indicator text, it will be test2.
import gtk
import appindicator
class testApp():
def __init__(self):
self.ind = appindicator.
self.
self.
menu = gtk.Menu()
self.
item = gtk.MenuItem(
item = gtk.MenuItem(
def on_change_
self.
print self.ind.
def on_quit_
gtk.main_quit()
if __name__ == "__main__":
t = testApp()
gtk.main()
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xfce4-indicator
ProcVersionSign
Uname: Linux 3.0.0-12-generic i686
NonfreeKernelMo
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Tue Oct 18 10:04:14 2011
ExecutablePath: /usr/lib/
InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
ProcEnviron:
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: xfce4-indicator
UpgradeStatus: No upgrade log present (probably fresh install)

Status changed to 'Confirmed' because the bug affects multiple users.