Launcher

Asked by peter

Hello

I've a question.

I've created a file called "xampp". This file contain one line: /opt/lampp/lampp start

I would create a launcher to start this process. I choosed the type "Application in terminal" and navigated to the directory, whitch contains the file xampp. I gave the launcher a name.

But I didn't work. I got the error message "There was an error launching the application. Details: Failed to execute child process "/root/OwnData/TempStorage/xampp" (Permission denied)".

Do you have an idea how I can use the launcher for my need? Thanks a lot.
Peter

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
peter
Solved:
Last query:
Last reply:
Revision history for this message
Andrew (and471) said :
#1

Open a terminal and type

gksudo chmod +x /root/OwnData/TempStorage/xampp

(Enter your password)

Then try the launcher

Revision history for this message
peter (peter-neuweiler) said :
#2

Wow - thanks a lot! It helped. Have a good time.
Peter