Hi, 2011/5/13 Kjkjkjkj Kjjkjkkj <[email protected]>: > I booted into Ubuntu Unity and was shocked to discover my app no longer > displays in the system tray. After looking around, I found this,
In addition to the whitelisting as Andrea suggested, you can also simply use python-appindicator. App Indicators replace the systray and for most cases, they are more sane (easier API, less problems). I'm not sure if and how well it integrates with the Qt main loop, but it works fine for GTK+-based applications. Example usage can be found e.g. here: http://blog.strycore.com/2010/01/using-the-application-indicator-in-python/ For the main loop integration, I think something like this would work: http://developer.qt.nokia.com/wiki/PySide_DBus_Integration It would actually be great to have a small AppIndicator-using PySide/Qt example - do you want to work on that? :) HTH. Thomas _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
