GNOME Bugzilla – Bug 566054
rhythmbox tray icon is very small
Last modified: 2009-04-13 10:26:19 UTC
Please describe the problem: The rhythmbox icon appear extremely tiny in the system tray. Steps to reproduce: 1. Launch rhythmbox 2. look at tray icon Actual results: it is tiny! Expected results: it should be normal-sized Does this happen every time? yup Other information: I have a patch to fix this bug by specifying that the tray icon should be GTK_ICON_SIZE_LARGE_TOOLBAR instead of GTK_ICON_SIZE_SMALL_TOOLBAR. It fixes the problem on my system (Ubuntu 8.10) at least.
Created attachment 125527 [details] [review] patch to make tray icon regular-sized
If we use a fixed size for the tray icon, we're always going to get it wrong for someone. What we really need to do is pick the size that most closely matches the actual size of the tray.. or use GtkStatusIcon, which does it for us, instead of EggTrayIcon.
Is it being fixed by anyone?
No, no one is working on this.
*** This bug has been marked as a duplicate of 469435 ***