New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gnome Shell: No tray icon #1999
Comments
hm, could it be that only the "exfalso" package is up to date, but not the "quodlibet" package? |
If it is relevant: I use the PPA http://ppa.launchpad.net/lazka/ppa/ubuntu to keep Quod Libet up-to-date. |
ok. another weird thing is that appindicator should only be used when running under unity, not gnome. I'll try installing gnome under 16.04 |
Are you using lightdm (ubuntu login screen) or gdm3 (gnome login screen)? |
lightdm.
|
It detects if unity is running not if it's installed. Do you use default ubuntu or gnome ubuntu etc..? |
The "normal" Ubuntu. I think since 12.04 I only used upgrades, never a fresh install. At some point I installed gnome-shell. |
I can't reproduce with an updated 16.04 + gnome + lightdm. No idea how else we can detect if unity is running. Maybe check for "com.canonical.Unity.Launcher" as well? And the unset |
Oh, my mistake, sorry. I changed my workaround now to have Checking for
|
Thanks for debugging. |
…l.Unity. See #1999 The former can apparently be active under GNOME as well.
Regarding the icon: We don't want to use the indicator anyway under GNOME, so it doesn't matter if it is broken there. Also gnome has no official app indicator implementation, there is just this unmaintained extension: https://extensions.gnome.org/extension/615/appindicator-support/ Will be available in the next release or in the unstable PPA right now. |
I upgraded today from Ubuntu 14.04.4 to 16.04.1. After that Quod Libet's tray icon wasn't visible, but still interactable. Only the tray icon is affected, all other icons (application menu etc.) show just fine.
Some general info:
Quod Libet 3.6.2, Gnome Shell 3.18.5 with TopIcons extensions, Numix icon theme (but changing the icon theme didn't solve the problem).
After some digging, I found that
quodlibet.app.symbolic_icon_name()
in quodlibet.appindicator returned "None-symbolic", becausequodlibet.app.id
is not set (same withquodlibet.app.name
). So I changed the ID to 'quodlibet'.Still didn't show the icon. So I probably have to add a "quodlibet-symbolic" icon to the theme, but I just changed
symbolic_icon_name()
to omit the "-symbolic" part and now it works:Btw: I love how fast indexing and searching are in Quod Libet and the tagging + renaming options of Ex Falso. Great job!
The text was updated successfully, but these errors were encountered: