Xpra: Ticket #2161: StatusNotifierItem support

Specification: https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/

This replaces the now defunct appindicator API (#43, #406), and is based on dbus. Without this, the system tray does not show up on Ubuntu 18.04 and later. (and probably other DEs too)



Thu, 21 Feb 2019 13:36:44 GMT - Antoine Martin: status changed

As of r21786, we now recommend the gnome-shell-extension-top-icons-plus package, but this still requires extra steps to enable.


Tue, 26 Feb 2019 05:13:13 GMT - Antoine Martin: milestone changed


Mon, 22 Jul 2019 15:47:26 GMT - Antoine Martin: milestone changed

Related to #476, see also #2242. For gnome-shell: ticket:476#comment:12

I can't find any decent documentation anywhere. Just this: StatusNotifierItem which is quite low level and not very useful. Funny quote: ..tough more model-view oriented, giving more freedom to the workspace how to graphically represent the items coherent to its visual style language - which actually means less freedom for the applications. Taking freedom away from developers but making it sound like this is way better for everyone. Free software, yay..

According to https://github.com/syncthing/syncthing-gtk/issues/73: It's just that Unity rebranded a limited subset of what KDE's StatusNotifiers as AppIndicators and just ignores all other features (Passive / Active states, icon activation/left-clicking, application titles, tooltips, ...). So we already have some support for this stuff, just using a more limited Ubuntu variant of the API. The more complete API variant adds left-click support and that certainly would help: we can then forward it and almost pretend to have a fully functional system tray. The problem is that Ubuntu won't support this... so not much of an improvement on that platform, plus the extra pain of having to detect what is and what isn't supported at runtime, and use something else as fallback.

Some example code:

Meanwhile, MS Windows supports the same sane API since before Windows 2000. Linux desktop total failure right here.

Re-scheduling, it's not looking good for Linux clients..


Tue, 12 Jan 2021 14:17:03 GMT - Antoine Martin:

Oh, and RedHat seems to think that ignoring the issue will make it go away: Fedora Workstation needs tray icon/appindicator support: Since upstream GNOME doesn't seam ready any time soon to deliver a workable alternative to the traditional system tray on which many applications still relies, I think that Fedora Workstation (which comes with GNOME) should consider to include by default one of the GNOME shell extensions that provides the service. Indeed.


Sat, 23 Jan 2021 05:43:50 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2161