ubuntu / gnome-shell-extension-appindicator

Adds KStatusNotifierItem support to the Shell
https://extensions.gnome.org/extension/615/appindicator-support/
GNU General Public License v2.0
1.2k stars 164 forks source link

Blank Icon for Flatpaked Steam - Fedora 30 (Silverblue) #178

Open returntrip opened 5 years ago

returntrip commented 5 years ago

Icon for Steam (flatpak) is not shown on Fedora 30 Silverblue (Wayland + Gnome 3.32). However the menu in the tray is working correctly.

I am finding the following errors in the journal:

[AppIndicatorSupport-DEBUG] Registering StatusNotifierItem :1.134/org/ayatana/NotificationItem/steam
[AppIndicatorSupport-FATAL] unable to update icon

Happy to provide more info

jdtanner commented 5 years ago

Happening on Ubuntu 19.04 as well.

Bug noted on the Steam/Flatpak git: https://github.com/flathub/com.valvesoftware.Steam/issues/322

This issue also happens for the VLC flatpak, but instead of having a working menu with a blank icon, there is absolutely nothing in the systray.

nanonyme commented 5 years ago

Would be really nice if someone could interrogate the actual path that is being used.

returntrip commented 5 years ago

Would be really nice if someone could interrogate the actual path that is being used.

@nanonyme Happy to help. Please let me know how to gather the info you require.

nanonyme commented 5 years ago

I have no more ideas than you do as to how to do that. I'm not a gnome-shell-extension developer, I just dabble on Flatpak side.

johnr14 commented 5 years ago

On KDE, same invisible icon, fixed using : ln -s ~/.var/app/com.valvesoftware.Steam/.local/share/Steam ~/.local/share/Steam

You might as well try.

FlexibleToast commented 3 years ago

@johnr14 thank you that workaround worked on Silverblue 33. My question is, how did you find that out? What log or file gave you the indication it needed to be referenced in that spot?