Opened 7 years ago
Last modified 17 months ago
#1016 assigned enhancement
KDE system tray support
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | improbable |
Component: | client | Version: | trunk |
Keywords: | systray kde | Cc: |
Change History (8)
comment:1 Changed 7 years ago by
Status: | new → assigned |
---|
comment:4 Changed 6 years ago by
Some fixes for the systray size in r12242 + r12245, but it is still fundamentally broken in Fedora 23: see ticket:1146#comment:5.
Click events are received bundled together when the mouse button is released, short clicks don't work at all (for whatever reason), you need to logout and login again or the systray won't show up the second time you launch xpra, etc..
What an awful mess. Indefensible.
comment:5 Changed 6 years ago by
Milestone: | 0.17 → 0.18 |
---|
It seems that all the libraries target GTK3, which we cannot use. (#640)
I guess we could use the source (ie: statusnotifier) to implement something using python-dbus:
#define WATCHER_NAME "org.kde.StatusNotifierWatcher" #define WATCHER_OBJECT "/StatusNotifierWatcher" #define WATCHER_INTERFACE "org.kde.StatusNotifierWatcher" #define ITEM_NAME "org.kde.StatusNotifierItem" #define ITEM_OBJECT "/StatusNotifierItem" #define ITEM_INTERFACE "org.kde.StatusNotifierItem"
The "spec" seems to be here: https://github.com/quassel/quassel/blob/master/interfaces/org.kde.StatusNotifierItem.xml.
Whatever we do, it's going to be bad: the spec does not expose the tray location so we'll have to continue the guessing game, it's menu orientated (because all apps only use the systray for showing menus apparently - sigh), etc... A huge step backwards.
comment:7 Changed 6 years ago by
Milestone: | 0.18 → future |
---|
comment:8 Changed 4 years ago by
Milestone: | future → improbable |
---|
comment:9 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1016
For potential workarounds, see this mailing list post: new kde system tray.
See also: Dropbox: Systray icon not showing in KDE Plasma 5.2, which links to Where are my systray icons?.
Just like gnome3 (#476), they've broken this on purpose! No joke.