You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or better: any temptation to do so produces visual artefacts and ends up with garbage value like width=174263 which results in a shown width which is the width of the smaller monitor (1280px here). An attempt on the smaller monitor to resize:
artefact-runner.mp4
Modifying with one monitor only:
resize-runner.mp4
The only way to get normal size and not 1280px is to
stop the runner module
edit or remove width setting in ~/.config/lxqt/lxqt-runner
needs even relogin eventually, especially with 2 monitors.
This is slightly different on different compositors, like on kwin the runner window can expand over both monitors when resizing, and on wayfire it can be be bigger than the monitor where it's shown.
Expected Behavior
Runner width can be configured under wayland.
Current Behavior
It's impossible and will result with runner taking the size of the smaller monitor.
Possible Solution
Fix the resize cursor movement effect which multiplicates apparently? This is the main cause.
Adding a limit for any width (only under wayland)? Default is 300px which can look to small on recent screens. Limit width to a third or a fifth of monitor size or to ?
Steps to Reproduce (for bugs)
Try to resize runner window under wayland
System Information
Distribution & Version: arch, LXQt 2.*
Qt Version: 6.7.2
The text was updated successfully, but these errors were encountered:
Or better: any temptation to do so produces visual artefacts and ends up with garbage value like
width=174263
which results in a shown width which is the width of the smaller monitor (1280px here). An attempt on the smaller monitor to resize:artefact-runner.mp4
Modifying with one monitor only:
resize-runner.mp4
The only way to get normal size and not 1280px is to
~/.config/lxqt/lxqt-runner
This is slightly different on different compositors, like on kwin the runner window can expand over both monitors when resizing, and on wayfire it can be be bigger than the monitor where it's shown.
Expected Behavior
Runner width can be configured under wayland.
Current Behavior
It's impossible and will result with runner taking the size of the smaller monitor.
Possible Solution
Fix the resize cursor movement effect which multiplicates apparently? This is the main cause.
Adding a limit for any width (only under wayland)? Default is 300px which can look to small on recent screens. Limit width to a third or a fifth of monitor size or to ?
Steps to Reproduce (for bugs)
System Information
The text was updated successfully, but these errors were encountered: