Tiny font with linux desktop appimage

I have a 4k monitor and just installed the linux desktop appimage but the font size is tiny on my Plasma 5.27.5 Debian 12 desktop. I’ve tried “export QT_SCREEN_SCALE_FACTORS=2” in my ~/.bash_profile but that makes no difference. My Wayland global scale is set to 2.5.

Any suggestion as to how I can configure the latest desktop client appimage to provide a reasonable font size?

Doh, 10 minutes later and I worked it out…

~ cat ~/.config/autostart/Nextcloud.desktop
[Desktop Entry]
Name=Nextcloud
GenericName=File Synchronizer
Exec=env QT_SCREEN_SCALE_FACTORS=2 "/usr/local/Nextcloud-3.13.0-x86_64.AppImage" --background
Terminal=false
Icon=Nextcloud
Categories=Network
Type=Application
StartupNotify=false
X-GNOME-Autostart-enabled=true
X-GNOME-Autostart-Delay=10
1 Like