palfrey / rhythmbox-tray-icon

Tray icon for Rhythmbox 3+
https://tevps.net/blog/2012/01/16/re-adding-a-tray-icon-to-rhythmbox/
GNU General Public License v3.0
21 stars 18 forks source link

[Fedora 19][Gnome 3.8.4] Tray icon works, but no image for icon #12

Open ericchansen opened 10 years ago

ericchansen commented 10 years ago

I love the add on, even if I can't see it! It has full functionality, but I have to guess where in my tray it's located due to a blank spot. Shouldn't there be an icon?

Can anyone direct me to where in the code it looks for the icon? Maybe I can route it myself or change a file?

kalgasnik commented 10 years ago

Original plugin use hardcoded pathes to icons in tray_icon.py file: /usr/share/icons/hicolor/32x32/apps/rhythmbox.png and /usr/share/icons/gnome/32x32/actions/media-playback-start.png. Check if you have these icon themes installed or use one of the forks. Sorry for my English.

palfrey commented 4 years ago

I'm guessing https://github.com/palfrey/rhythmbox-tray-icon/pull/10 would fix this?