Tasks
-
Normal
Bug report
#38
egg.trayicon is deprecated, switch to gtk.StatusIcon
Rejected
2009-12-20 14:43:30
Anonymous user
@ThibG

@ThibG
egg.trayicon is now drepecated, in favor of gtk.StatusIcon, available since pygtk 2.10.
Although bluemindo can already use gtk.StatusIcon, its behavior differs between egg.trayicon.TrayIcon and gtk.StatusIcon.
Indeed, using TrayIcon, bluemindo changes its status icon to reflect its state (playing, stopped, paused...). That's not the case when using gtk.StatusIcon.
Moreover, when hovering the icon, it'll either, if using TrayIcon, display a notification (which is wrong IMHO), or, if using StatusIcon, do nothing.
It should display a tooltip in that case. However, gtk.Tooltips are only available since pygtk 2.12.
Although bluemindo can already use gtk.StatusIcon, its behavior differs between egg.trayicon.TrayIcon and gtk.StatusIcon.
Indeed, using TrayIcon, bluemindo changes its status icon to reflect its state (playing, stopped, paused...). That's not the case when using gtk.StatusIcon.
Moreover, when hovering the icon, it'll either, if using TrayIcon, display a notification (which is wrong IMHO), or, if using StatusIcon, do nothing.
It should display a tooltip in that case. However, gtk.Tooltips are only available since pygtk 2.12.
2010-06-18 12:41:31
- Status changed to Rejected
- Version changed to n/a
Add an attachement
Post to this thread
This bug has been rejected.
This bug report has been closed by a developer.
Being resolved or rejected, this report has been closed by a developer, thus you may not need to add an answer.