View Single Post
Posts: 42 | Thanked: 16 times | Joined on Jan 2010
#30
Originally Posted by Gulfv View Post
Still no luck!

Test.desktop contents now:

[Desktop Entry]
Encoding=UTF-8
Version=0.1
Type=Application
Name=Test
Exec=/home/user/MyDocs/test/run-standalone.sh python2.5 test.py
Icon=

Do Python apps need to load with X-term in the background?
Does it run if you do this manually? And Why would you need to use run-standalone.sh? Put at the top of the test.py script the shebang with the correct path to python (keep that as general as possible) and just run test.py (of course make it executable).