martinpl / tray-icons-reloaded

GNOME Shell extension which bring back Tray Icons to top panel, with additional features.
GNU General Public License v3.0
490 stars 29 forks source link

Some status icons are missing on wayland, but are shown correctly when running gnome on xorg #43

Closed jfinas closed 3 years ago

jfinas commented 3 years ago

In my case specifically the tray icon of syncthing-gtk and solaar. The AppIndicator and KStatusNotifierItem Support Extension is showing the missing icons correctly under wayland(however it is missing other icons). I would guess this is due to both being using native wayland, so maybe this is not an issue since the README says this extension only supports xwayland...

Gnome Version: 40.2.0 Extension Version: 14 Distro: Arch

martinpl commented 3 years ago

Exactly, they're using pure Wayland. You can bring them back by using command: GDK_BACKEND=x11 app_name

InklingGirl commented 1 year ago

I'm sorry for bumping this @MartinPL, but may you please elaborate? What is using 'pure Wayland' & how is that affecting this? I'm also having this issue, i.e. different icons missing in different tray extensions. Thank you.