You are not logged in.
Pages: 1
After long years with KDE I am trying to set up my new DEBIAN Stretch Xfce desktop.
Put a starter on desktop, which launches a logical analyzer program. No problem - starts program.
Now trying to create a starter inside whisker, I am stuck. (Using alacarte)
I don't get that OK.
Trying to start the actual program inside terminal, I get this here
COMMAND NOT FOUND, but it works with the launcher on desktop ....
Please help, I am puzzled at the moment.
br
Offline
Because the path has spaces in it, you need to enclose the command in quotes or escape the spaces with a backspace. The first has entry is enclosed in single quotes (which works) but your whisker starter doesn't. Enclose that one in quotes.
As for the third issue, Linux doesn't generally have your current directory in the path. To run Logic, you need to tell bash to look for it in the current directotory:
./Logic
...the "./" means current directory. Or you can specify the full path name to it.
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 again. Sorry for bothering ....
The desktop launcher set the command in quotes automatically, which the launcher for whisker did not.
Last edited by k-3.14 (2017-07-03 05:40:19)
Offline
Me again ;-)
Tried to create a launcher on desktop or in whisker for starting this application.
All in vain. Tried for 2 hours ...
In a terminal, the script starts with
./start.sh
- no problem
Meanwhile found a way to start the script in thunar with a mouse click, but being not able to create a working launcher bothers me a bit ...
br
Offline
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
1A!!
That did it. But by the way ToZ, I have menu libre and alacarte installed,
but both seem to lack some functionality.
Which one your are using in posted pic?
br
Offline
I right-clicked desktop and selected "Create launcher". Regardless of which app you are using, just make sure you specify the working directory (Arbeitsverzeichnis) for this app.
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
OK, understood. It not one of those editors for whisker.
Because with menu libre and alacarte I had to use #1 for creating a launcher with name, command, path and icon and use #2 to add a comment.
By the way, is there a way to pull the launcher over from desktop to whisker?
br
Offline
By the way, is there a way to pull the launcher over from desktop to whisker?
Copy/move it over to ~/.local/share/applications (create the directory if it doesn't exist). If you do this, you'll need to add categories for the application to get it to show up in a category folder of your choice (otherwise it shows up in the default "Other" category).
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
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 548.7 KiB (Peak: 565.98 KiB) ]