You are not logged in.
Pages: 1
Hi,
I have to add an entry on Whisker menu with some parameters as this:
QT_SCALE_FACTOR=1.2 /home/me/shotcut-linux-x86_64-240913.AppImage
Every time I click on the entry above I get "no such file or directory"...
How can I launch the Shotcut with that option?
Launching the same command in terminal it works fine instead
Offline
Try:
env QT_SCALE_FACTOR=1.2 /home/me/shotcut-linux-x86_64-240913.AppImage
...or:
bash -c "QT_SCALE_FACTOR=1.2 /home/me/shotcut-linux-x86_64-240913.AppImage"
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
thank you!
Offline
Pages: 1
[ Generated in 0.011 seconds, 12 queries executed - Memory usage: 524.16 KiB (Peak: 525.01 KiB) ]