| Summary: | Panel unresponsive after extending desktop to multi-monitor | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Gabriel Barros <descartavel1> |
| Component: | Panel | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | fanzhuyifan, funny0facer, niccolo.venerandi |
| Priority: | NOR | Keywords: | wayland-only |
| Version First Reported In: | 6.0.3 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 6.0.4 | |
| Sentry Crash Report: | |||
|
Description
Gabriel Barros
2024-03-20 13:16:33 UTC
I can reproduce this behavior on my system. My second monitor is on the right hand side and slightly higher. I made a screenrecording using kscreen-doctor to enable and disable the second screen. ( https://youtu.be/6ueSXKkY-Jo ) In the video you see the desktop's right click menu instead of the panel right click menu. #works kscreen-doctor output.DP-3.disable &> /dev/null #works kscreen-doctor output.DP-3.enable output.DP-3.position.2560,0 &> /dev/null #does not work kscreen-doctor output.DP-3.enable output.DP-3.position.2560,-38 &> /dev/null Depending on the Y-value, this amount of panel is unusable. In my case (-38) only the kicker is affected. This is only true for the Wayland session. When I run the X11 session and change the layout with xrandr, I can not reproduce it. I anyone else is looking for a workaround: I run "plasmashell --replace &> /dev/null &" to reload the panels after enabling the second monitor. I just updated to 6.0.4. I can no longer reproduce it. Seems fixed to me. (In reply to funny0facer from comment #3) > I just updated to 6.0.4. > I can no longer reproduce it. Seems fixed to me. Great! Closing this bug report. |