The QML-based cropper (in git master) currently fullscreens only on a single display instead of spanning the entire virtual desktop. This is a regression. Reproducible: Always Steps to Reproduce: 1. Use “rectangular region” capture mode Actual Results: Cropper displays only on one screen, virtual desktop screenshot is downscaled to fit. Will save the downscaled region. Expected Results: Cropper window spans entire virtual desktop. Using i3, not KWin. I don’t think it matters, though. Displays set up like this: 1920x1080 | 1920x1080 (primary)
Please test with kwin once.
Same behavior with KWin.
Git commit 639a1f4f4d9bcb9f088a0a0552a0ec05be61207d by Boudhayan Gupta. Committed on 27/03/2016 at 18:01. Pushed by bgupta into branch 'Applications/16.04'. Editor window should be as big as pixmap FIXED-IN: 16.04 M +3 -0 src/QuickEditor/QuickEditor.cpp http://commits.kde.org/kscreengenie/639a1f4f4d9bcb9f088a0a0552a0ec05be61207d
Created attachment 98116 [details] Patch to fix editor pixmap scaling Almost. Works with this patch.
Comment on attachment 98116 [details] Patch to fix editor pixmap scaling That patch will break HiDPI support. I'll try to fix it by hooking to Window instead of Screen
Git commit a1782fc05cab519ecd1437eefbe0b418081e4118 by Boudhayan Gupta. Committed on 27/03/2016 at 18:25. Pushed by bgupta into branch 'Applications/16.04'. Fix image sizing inside the editor M +2 -2 src/QuickEditor/EditorRoot.qml http://commits.kde.org/kscreengenie/a1782fc05cab519ecd1437eefbe0b418081e4118
Fixed now?
Yup, fixed. Nice bonus would be to center the “click anywhere” message on the active screen instead of the entire window.
Could you please file another wishlist bug for that so I remember to fix it?