-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
better native tray support for *nix #405
Labels
wontfix
This will not be worked on
Comments
2013-08-08 06:52:13: totaam uploaded file
|
2013-08-08 06:53:07: totaam uploaded file
|
2013-08-08 06:56:24: totaam uploaded file
|
win32 has this already, it would be a shame if *nix did not! Let's try not to undo #479 when we do it. |
This was referenced Jan 22, 2021
Closed
Closed
Won't help now that gnome doesn't support ANY system trays.. and then there's wayland. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We already have native X11 code for dealing with the system tray server side (see [/browser/xpra/trunk/src/xpra/x11/gtk_x11/tray.py xpra/x11/gtk_x11/tray.py]), but at the moment only win32 has native tray support (see [/browser/xpra/trunk/src/xpra/platform/win32/win32_tray.py xpra/platform/win32/win32_tray.py]).
The
gtk.StatusIcon
we use is too limited:activate
" and "popup
" events)It shouldn't be too hard to do better than that. Either with native X11 code or with another/better tookit (see #388 for Qt)
The text was updated successfully, but these errors were encountered: