View Single Post
Posts: 24 | Thanked: 0 times | Joined on Jun 2010
#22
Can't get this to work for me

My exec file "test.py" is in the following directory:

home/user/MyDocs/test/

So my Test.desktop file looks like this

[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=

I've also tried dropping the "run-standalone.sh" from the Exec line

Any offers please?