[Linux] desktop scaling

Hello, will Cryptomator support scaling/adapting to desktop size in the next versions?

With a scaling of 100-125% Cryptomator is almost unreadable.

Thanks

Version 1.4.15
Pop!_OS 19.10

Ok, i found: Scaling on Ubuntu 19 and https://github.com/cryptomator/cryptomator/issues/42#issuecomment-436259466

gsettings set org.gnome.desktop.interface scaling-factor 2

unfortunately nothing changes for me

terminal:

GDK_SCALE=2.5x cryptomator

this works. how can I always start cryptomator like this without going through the terminal?

1 Like

If you write a script, it should start automatically like that.

This is what I wrote, then save it and have it start when you log in. Replace USER with your username

#! /bin/bash
cd /home/USER/Applications
GDK_SCALE=2 ./cryptomator-1.5.17-x86_64_9a940f85216bf396eb7a2dc0b2c899f4.AppImage

Issue resolved, see Scaling on Ubuntu 19

1 Like