martinpl / tray-icons-reloaded

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

Nothing happens #131

Open pH142857 opened 10 months ago

pH142857 commented 10 months ago

Describe the bug I installed the extension. I added an app in the parameter (Nextcloud client, if that matters). The app is running. Nothing happens: the tray zone doesn't appear at all. Desktop:

bulletbs commented 10 months ago

Same behavior for me on the Gnome 43.6 with Wayland.

pH142857 commented 10 months ago

Update: the tray works afterall, another app appeared (Ferdium, run by AppImage), even without explicitly being added in the Tray Icons parameters. So it seems to work for some apps but not others, even when they are added in the parameters.

andreaxhearts commented 9 months ago

Yeah I'm not able to get it to do anything either. Ubuntu 23.10 / GNOME 45.1 / Wayland.

dpicassom commented 9 months ago

same in cachyOS, some work some don't. Dont work: whatsie (qt) nextcloud, firewall.

work: vlc, discord, dont work: qbit torrent, whatsie, nextcloud

dpicassom commented 9 months ago

thanks to vnepogodin, the solution to tray icons not appearing in wayland is to set GDK_BACKEND to 'x11',

test by Command GDK_BACKEND=x11 <APPLICATION> for me this worked (fish is the default shell):

 if [ "$XDG_SESSION_TYPE" = "wayland" ]
    set -gx GDK_BACKEND 'x11,wayland'
end

in the fish configuration file

Smartich0ke commented 8 months ago

I'm having this issue too. I installed the extension, but nothing changes in my tray when I try to adjust the settings.

Ubuntu 22.10 GNOME 45.1 Xorg display server