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
The way screengrab does area capture is wrong. First it captures the whole thing (all screens), and then it tries to display it in your main monitor to select from (which obviously doesn't fit). Rather than just directly select from actual screen content like gimp and other screengrabbers (ie, from XFCE) do. Even if there is a qt bug, it is a poor design choice.
Screengrab avoids dealing with X11 directly and uses QSreen::grabWindow. Generally, we avoid X11 codes everywhere and use the available Qt or tier-1 KDE methods instead.
As far as I tested with pcmanfm-qt (suffering from a similar issue with multi-screen + scale factors), the screen coordinates are reported correctly. Why the first screen is painted incorrectly, I don't know yet.
Steps to Reproduce (for bugs)
Then its screenshots are ridiculous.
Screenshots are OK with either a double screen or a scale factor.
Possible Solution
I found the problem while fixing another problem. Will fix this one too when I feel motivated to do boring jobs.
System Information
Latest LXQt
The text was updated successfully, but these errors were encountered: