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"
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
thank you!
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 524.14 KiB (Peak: 529.8 KiB) ]