-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
use the application icons for the systray icon #1707
Comments
2017-11-26 16:48:44: Boruch commented
|
Mostly done in r17673 (add overlay), r17674 (fixup reset icon code), r17691: use icon for tray. The Caveats:
|
Minor changes:
Recap:
@boruch: does that work for you? |
2018-01-03 04:39:48: Boruch uploaded file
|
2018-01-03 04:40:13: Boruch commented
|
Done in r17836, but still top-left to bottom-right, with defaults values (adjustable):
The result looks good to me, with only a slight overlap now, but this will need to be tested on more platforms, in particular win32 can have some very small tray icons which may cause problems with legibility. (and Ubuntu's Unity, macos... the usual problematic platforms) |
Noted and closing. Sorry for the long turnaround - been busy and reassigned to other things |
Fix in r19719: we reset the icon after one second to workaround tray geometry bugs (ie: gnome shell with topicons), but this was overwriting the dynamic icon with the default one. Note: this feature can be disabled completely by setting: |
Split from #1701.
To make it easier to distinguish xpra sessions from each other, we could enumerate all the windows we have forwarded and combine their window icons into one.
If we don't have enough space to do this (ie: win32 systray can be quite small), maybe just show the first one on top of a stack.
The text was updated successfully, but these errors were encountered: