Summary: | cannot restore Gtk2 application from tray On wayland | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Svyatoslav Timofeev <timofeevsv1989> |
Component: | XembedSNIProxy | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ahmed.com, bugseforuns, materka, nate, qydwhotmail, ryu.ketsueki |
Priority: | NOR | Keywords: | wayland |
Version: | 5.23.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Manjaro | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=456168 | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/46cb1454335cd20b5ce705ed3c1205843119055b | Version Fixed In: | 5.27 |
Sentry Crash Report: |
Description
Svyatoslav Timofeev
2022-01-07 10:13:54 UTC
Can reproduce with Hexchat. Is right click working? Can you share logs when xembedsniproxy is run with debug logging enabled? You can run it from console: killall xembedsniproxy; QT_LOGGING_RULES="kde.xembedsniproxy=true" xembedsniproxy With NVIDIA card I had no luck running Wayland (so far) It's not working. Here's the output: kde.xembedsniproxy: Received click 3 with passed x*y 8 678 kde.xembedsniproxy: Received click 3 with passed x*y 8 678 kde.xembedsniproxy: Received click 3 with passed x*y 9 678 kde.xembedsniproxy: Received click 3 with passed x*y 9 678 kde.xembedsniproxy: Received click 1 with passed x*y 33 686 kde.xembedsniproxy: Received click 3 with passed x*y 27 691 kde.xembedsniproxy: Received click 3 with passed x*y 25 691 kde.xembedsniproxy: Received click 3 with passed x*y 25 688 kde.xembedsniproxy: Received click 3 with passed x*y 25 688 kde.xembedsniproxy: Received click 3 with passed x*y 25 688 I still can't run Wayland, but maybe this is a good workaround: killall xembedsniproxy; wmsystemtray --non-wmaker --bgcolor white This will show XEmbed tray icons in a separate window. All modern tray items (SNI) will work as currently, unimpacted. Can reproduce with Tixati 2.89 torrent client. Even right-click does not work while Tixati is closed in system tray. And when Tixati window is focused, right clicks on its systray icon do no work consistently. I need to position mouse pointer in specific positions to right-click to work. Very annoying. Operating System: Arch Linux KDE Plasma Version: 5.24.5 KDE Frameworks Version: 5.94.0 Qt Version: 5.15.4 Graphics Platform: Wayland *** Bug 457376 has been marked as a duplicate of this bug. *** I noticed this issue happening with many Wine applications as well. I could open a bug report on their side to see if this deprecated proxy can be replaced with a new one but I'm not sure what exactly needs to be done so it can be fixed on Wine's side. The workaround won't work with me because wmsystemtray is not in the repos of my current distro. Git commit 033b9dd14c6c807990f780858e543ad8eec0e913 by Fushan Wen. Committed on 27/01/2023 at 15:37. Pushed by fusionfuture into branch 'master'. applets/systemtray: fix xembed icon not receiving click events when screen scale > 1 on Wayland On Wayland, when using "Scaled by application", mapToGlobal will return a scaled position which is unusable in SNIProxy::sendClick. This fixes the bug by multiplying the position by devicePixelRatio. Related: bug 456168 FIXED-IN: 5.27 M +10 -0 CMakeLists.txt M +14 -0 applets/systemtray/CMakeLists.txt M +120 -8 applets/systemtray/systemtray.cpp M +11 -0 applets/systemtray/systemtray.h A +1 -0 config-WaylandProtocols.h.cmake https://invent.kde.org/plasma/plasma-workspace/commit/033b9dd14c6c807990f780858e543ad8eec0e913 Git commit 46cb1454335cd20b5ce705ed3c1205843119055b by Fushan Wen. Committed on 27/01/2023 at 21:43. Pushed by fusionfuture into branch 'cherry-pick-033b9dd1'. applets/systemtray: fix xembed icon not receiving click events when screen scale > 1 on Wayland On Wayland, when using "Scaled by application", mapToGlobal will return a scaled position which is unusable in SNIProxy::sendClick. This fixes the bug by multiplying the position by devicePixelRatio. Related: bug 456168 FIXED-IN: 5.27 (cherry picked from commit 033b9dd14c6c807990f780858e543ad8eec0e913) M +10 -0 CMakeLists.txt M +14 -0 applets/systemtray/CMakeLists.txt M +120 -8 applets/systemtray/systemtray.cpp M +11 -0 applets/systemtray/systemtray.h A +1 -0 config-WaylandProtocols.h.cmake https://invent.kde.org/plasma/plasma-workspace/commit/46cb1454335cd20b5ce705ed3c1205843119055b *** Bug 457376 has been marked as a duplicate of this bug. *** This bug is not completely solved with Tixati and Hexchat. Nothing happens most the times I click on their systray icons. Operating System: Arch Linux KDE Plasma Version: 5.27.0 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 Graphics Platform: Wayland Can confirm. Happens on Wayland because the window is not properly lowered. Please report a new bug. |