Create Starter Shortcut to Document located in a App Qube

Hi,

I have a file where I’m saving Linux Commands which I need often but don’t remember…

Now I want to create a shortcut to launch this file directly… Tried to launch Mousepad with the path as parameter but I think Mousepad won’t accept parameters…

Or would you place this text document in dom0 and run it from there?

in dom0. Did you try, in a terminal, qvm-run -a <your_AppVm> 'mousepad <your file>' to open it?

1 Like

This is nice, simple and works, thank you :slight_smile:

1 Like