Originally posted by avis
View Post
avis the interesting point is the X11 protocol system tray was effectively deprecated a decade ago. This was replaced by StatusNotifierItem​ a dbus based protocol. Any current application doing systray that X11 application should really work with Wayland compositor without major issues. Yes Gnome and KDE under X11 don't so X11 protocol system tray you have to use a different application if you need that.
https://github.com/LBCrion/sfwbar If you are running using the old protocol for system tray there is the options of using sfwbar for most Wayland compositors. For the ones that that does not work use the same applications that use to be used to work around lack of X11 system tray with gnome and kde with Xwayland.
Yes it was 2014 when KDE under X11 got rid of supporting X11 system tray icons and only support dbus system tray icons.
Yes sfwbar from sway developers support both the old X11 system tray with Xwayland and the new dbus StatusNotifierItem system tray.
avis system tray is a broken mess under X11 between the different windows managers and desktop environment solutions needing users to install different applications so it works. The reality here Wayland compositor implementations of system trays are equal as broken as the X11 ones. And just like under X11 with wayland compositors you have to install systray apps that everything works how you expect.
Comment