Skip to content
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

Tiny window in HiDPI displays (Linux) #139

Open
YohannLYD opened this issue Jun 16, 2023 · 1 comment
Open

Tiny window in HiDPI displays (Linux) #139

YohannLYD opened this issue Jun 16, 2023 · 1 comment

Comments

@YohannLYD
Copy link

On Linux when using a HiDPI display with a 3840x2160 resolution, the main window is very small.

I figured out a way to fix this by declaring these environment variables before launching the app :
GDK_SCALE=2 GDK_DPI_SCALE=0.5

I've been using this one liner script in case it helps anyone
bash -c "GDK_SCALE=2 GDK_DPI_SCALE=0.5 /opt/Shutter\\ Encoder\\ 17.2\\ Linux\\ 64bits.AppImage"

Any fix to this issue would be still welcome :)

Linux flavor : Rocky Linux 8/RHEL8
Desktop environment : gnome
Display server : X11

@kelna
Copy link

kelna commented Jul 12, 2023

I can attest that this happens on HiDPI screens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants