![]() |
2010-07-08
, 14:59
|
|
Posts: 41 |
Thanked: 14 times |
Joined on Jul 2010
|
#32
|
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?
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"
Exec=python2.5 /home/user/MyDocs/test/test.py
![]() |
2010-07-08
, 15:04
|
Posts: 24 |
Thanked: 0 times |
Joined on Jun 2010
|
#33
|
![]() |
2010-07-08
, 15:12
|
|
Posts: 41 |
Thanked: 14 times |
Joined on Jul 2010
|
#34
|
Yes.... if I'm in the "home/user/MyDocs/test/" directory
the command "run-standalone.sh python2.5 test.py" works fine (x-term runs in the background)
Exec=/usr/bin/xterm run-standalone "python2.5 home/user/MyDocs/test/test.py"
![]() |
2010-07-08
, 17:42
|
Posts: 24 |
Thanked: 0 times |
Joined on Jun 2010
|
#35
|
![]() |
2010-07-08
, 20:24
|
|
Posts: 41 |
Thanked: 14 times |
Joined on Jul 2010
|
#36
|
Success!!
Exec=run-standalone.sh python2.5 /home/user/MyDocs/test/test.py
Did the trick!
Thanks to all!
![]() |
2010-07-08
, 21:12
|
Posts: 24 |
Thanked: 0 times |
Joined on Jun 2010
|
#37
|
![]() |
2010-07-09
, 04:51
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#38
|
![]() |
2010-07-09
, 19:17
|
|
Posts: 41 |
Thanked: 14 times |
Joined on Jul 2010
|
#39
|
![]() |
2010-07-09
, 22:33
|
Posts: 24 |
Thanked: 0 times |
Joined on Jun 2010
|
#40
|
the command "run-standalone.sh python2.5 test.py" works fine (x-term runs in the background)