Xfce Forum

Sub domains
 

You are not logged in.

#1 2024-10-21 18:42:13

daunbailo
Member
From: Italy
Registered: 2015-11-22
Posts: 72
UbuntuFirefox 131.0

Whisker: launching appimage with options

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

#2 2024-10-21 22:04:13

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,481
LinuxFirefox 131.0

Re: Whisker: launching appimage with options

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

#3 2024-10-22 16:00:12

daunbailo
Member
From: Italy
Registered: 2015-11-22
Posts: 72
UbuntuFirefox 131.0

Re: Whisker: launching appimage with options

thank you!

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, 12 queries executed - Memory usage: 524.16 KiB (Peak: 525.01 KiB) ]