-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Whonix system tray icon breaks when right-clicking it #5704
Comments
I can reproduce the issue by clicking on the icon. Interestingly sdwdate-gui is the only icon I have with this problem, others I've tried (hexchat, nm-applet, nexcloud) works fine. |
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
|
Ok, this happened to me again, last night :/ Exactly as shown in the screen above. /cc @marmarta |
The update is still in testing repository only and for R4.1 only. Will migrate to R4.0 in few weeks. |
When only part of the icon was redrawn, the code used wrong coordinates and instead of putting that part back at the correct (x, y) coordinates, it put it at (x, x). Additionally, it used cropped part of that icon, because of again using (x, x) start coordinates (in an image already containing just updated fragment) instead of (0, 0). It worked accidentally only when the application always redraw the whole icon (or at least its top-left part - so x=y=0). Which apparently is a very common thing applications do. Fixes QubesOS/qubes-issues#5704 (cherry picked from commit b5369a1)
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
Qubes OS version
The version of Qubes OS you're using (e.g.,
R4.0
), available via the commandcat /etc/qubes-release
in a dom0 terminal.R4.0
Affected component(s) or functionality
The component or functionality of Qubes OS that is not working as expected.
Whonix
Brief summary
A clear and concise summary of the bug.
The Whonix sys tray icon (sdwdate-gui) is very glitchy; clicking it causes the icon to "fall apart" in interesting ways. Other system tray icons are also somewhat glitchy (e.g., I've seen the network manager icon overlap with itself after extended use), but not as bad as the Whonix icon.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
The context menu works normally and the icon does not change.
Actual behavior
What actually happened (instead of what you expected to happen).
The icon falls apart while you click on it. It gets glitchier the more you interact with it.
Screenshots
If applicable, add screenshots to help explain your problem.
From another report:
The text was updated successfully, but these errors were encountered: