View Single Post
zwiik's Avatar
Posts: 41 | Thanked: 14 times | Joined on Jul 2010
#32
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?
thats a wrong way to write exec
if u have to use run-standalone use it before the dir
like
try the following
Code:
Exec=run-standalone.sh python2.5 /home/user/MyDocs/test/test.py

Exec=/usr/bin/xterm run-standalone.sh python2.5 /home/user/MyDocs/test/test.py

Exec=run-standalone.sh "python2.5 /home/user/MyDocs/test/test.py"

Exec=/usr/bin/xterm run-standalone.sh "python2.5 /home/user/MyDocs/test/test.py"
i dunt use py scripts so dunt really know much
but i think u dunt need runstandalone.sh if u have python installed

so it can be just
Code:
Exec=python2.5 /home/user/MyDocs/test/test.py
__________________
zwiik kkaran
CGPA Calculator