You are not logged in.
Pages: 1


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


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


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.AppImageEndeavourOS
Xfce+gtk3-classic (no CSD)+Picom
Offline


very good thanks now I can see it
Offline
Pages: 1
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 521.32 KiB (Peak: 521.95 KiB) ]