I've made this nice python app that runs when i use "python main.py" in terminal, but going thru the terminal each time is boring :-) how can i make a nice shortcut button with a img to have on my desktop?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

From here:

http://www.themaemo.com/howto-launch-a-terminal-app-from-a-shortcut/

Basically, you need to create a .desktop file with the execution of the script in the EXEC line

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.