Nothing trivial, just wish to run the yabridgectl sync command in terminal, but make it a desktop shortcut.
I was not actually clear enough - sorry!
I did solve it, it is a come back to it today!!
I already added the $PATH and can run it in terminal now.
I also did set a desktop shortcut that opens terminal, runs above command - but it closes terminal window soon after it finishes and I cannot see the output.
My problem is how to keep terminal window open.
Thank you
M
PS I can make a ‘normal’ one as it is … well normal and easy.
You want to create a .desktop file in ~/.local/share/applications/ with the command to run and set the .desktop file key Terminal=true in it.
Though note that the terminal will always close once the app is done running regardless how you start it, so you must make sure the app does not exit at the end if you want to keep the terminal window open after the app ran …