-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Fix for Wayland HiDPi Scaling Issue #3779
Comments
Similar issue on Nixos / Sway, above fix worked for me. |
Works here (Fedora 41, KDE Wayland). Thank you very much! |
I tried |
Just tested - would confirm and expand on this. Not only the typing in text tool does not work for me, but also the shortcuts (like S for rectangle) don't have effect. But: with two keyboard layouts, when I switch it - I can type in text tool, and same key shortcuts work (even with non-latin layout by the way).
Same. Also the inputs in switched layout (text input in text tool, but also shortcut keys which then work) are reflected in the console. |
This doesn't work for me on NixOS / Sway (flameshot compiled with WLRoots support), but weirdly, if I set I.e.: Scale Factor 2.0 needs:
🤪 |
Having 200% fractional scaling in Gnome:
|
Flameshot Version
flameshot 12.1.0_1
Installation Type
User repository (AUR)
Operating System type and version
Manjaro Linux / Arch
Description
I've seen many posts about issues with HiDPi scaling of flameshot, with displays being shifted, weirdly scaled, or just glitched in general.
For me the normal 'reccomended' fix,
QT_AUTO_SCREEN_SCALE_FACTOR=1.5
DID NOT work :(I spent a while messing around with Flameshot, and I think I found a good solution that should work for most users running Wayland:
🌟 SOLUTION: 🌟
XDG_SESSION_TYPE=x11 flamesot gui
This works by setting the display compositor for specefically flameshot to be x11, and x11 scaling seems to work. Tested on both Manjaro/Arch and Void linux.
Steps to reproduce
Be on KDE Plasma Wayland with a HiDPi scaled screen, and run
flameshot gui
. Then runXDG_SESSION_TYPE=x11 flamesot gui
to fix.Screenshots or screen recordings
No response
System Information
Manjaro Linux w/ KDE Plasma & Wayland compositor, Flameshot installed from the Arch User Repository (AUR)
Void Linux w/ KDE Plasma & Wayland + Weston compositor, Flameshot installed from the xbps package library
The text was updated successfully, but these errors were encountered: