Xfce Forum

Sub domains
 

You are not logged in.

#1 2026-02-02 21:29:33

cmcanulty
Member
From: Beulah, Michigan
Registered: 2014-05-10
Posts: 282
LinuxFirefox 147.0

scaling for appimage

I have been studying this a lot and finally after changing to a new high resolution monitor I am making progress. One app in particular opens very tiny. I was able to fix it by running this command in terminal
[QT_FONT_DPI=240 ./Cute_Chess-1.4.0-x86_64.AppImage]
but when I try to make a launcher with the same command it again I get the error:
Failed to execute child process "QT_FONT_DPI=240" (No such file or directory)
What am I doing wrong on the launcher? Thanks

Offline

#2 2026-02-02 21:48:09

eriefisher
Wanderer
From: ON, Canada
Registered: 2008-10-25
Posts: 947
LinuxFirefox 147.0

Re: scaling for appimage

You could try adding the line to /etc/environment. It should work universally.


But it's all right, when you're all in pain and you feel the rain come down
It's alright, when you find your way, then you see it disappear
It's alright....
Chris Cornell

Offline

#3 2026-02-03 07:39:57

gogogadget
Member
From: EU
Registered: 2023-03-19
Posts: 50
LinuxFirefox 147.0

Re: scaling for appimage

cmcanulty wrote:

Failed to execute child process "QT_FONT_DPI=240" (No such file or directory)
What am I doing wrong on the launcher? Thanks

You have to use env for the variable :

env QT_FONT_DPI=240 /path/to/Cute_Chess-1.4.0-x86_64.AppImage

EndeavourOS
Xfce+gtk3-classic (no CSD)+Picom

Offline

#4 2026-02-03 12:18:43

cmcanulty
Member
From: Beulah, Michigan
Registered: 2014-05-10
Posts: 282
LinuxFirefox 147.0

Re: scaling for appimage

very good thanks now I can see it

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 521.32 KiB (Peak: 521.95 KiB) ]