![]() |
2011-05-12
, 17:08
|
Posts: 210 |
Thanked: 37 times |
Joined on Nov 2010
|
#22
|
![]() |
2011-05-12
, 21:48
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#23
|
maybe I should re-install all python related stuff? lol... how I do that? :P
root apt-get install --reinstall python* pygame*
![]() |
2011-05-16
, 18:05
|
Posts: 237 |
Thanked: 274 times |
Joined on Jul 2010
|
#24
|
Did just like you said
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Name=Paper Toss
Exec=osso-xterm python \ /opt/papertoss/game.py
Icon=papertoss
Name[en_GB]=papertoss.desktop
and it FAILED, it opens the terminal as just like I typed python on it
=/
The Following User Says Thank You to ivyking For This Useful Post: | ||
![]() |
2011-05-16
, 18:49
|
Posts: 210 |
Thanked: 37 times |
Joined on Nov 2010
|
#25
|
sorry I made a mistake , and corrected the original post too ,
Do not leave a space between python and \
so the correct form is :
Exec=osso-xterm python\ /opt/papertoss/game.py
![]() |
2011-05-16
, 19:11
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#26
|
The Following User Says Thank You to Khertan For This Useful Post: | ||
![]() |
2011-05-16
, 22:32
|
Posts: 210 |
Thanked: 37 times |
Joined on Nov 2010
|
#27
|
works also out of the box ...
There is really people using mSaber ? I ask because i mainly abandon it, and forgot i ve do that until recently. There is delay in audio playback ... i think it could be really really better ... i can probably improve it in short time. It was my first app for n900 developped on the n810
![]() |
2011-05-16
, 22:35
|
Posts: 210 |
Thanked: 37 times |
Joined on Nov 2010
|
#28
|
![]() |
2011-05-20
, 00:47
|
|
Posts: 48 |
Thanked: 109 times |
Joined on May 2011
@ UK
|
#29
|
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Name=Paper Toss
Exec=osso-xterm python \ /opt/papertoss/game.py
Icon=papertoss
Name[en_GB]=papertoss.desktop
and it FAILED, it opens the terminal as just like I typed python on it
=/