View Single Post
Posts: 145 | Thanked: 304 times | Joined on Jan 2010 @ Milton Keynes, UK
#32
Hi Guys,

if you have the problem with icon not working and are comfortable with xterm could you try the following...

NOTE: to write to this file you'll need root access.

using ur favorite editor open /usr/share/applications/hildon/bouncebounce.desktop

and change the line

Exec=python /opt/bouncebounce/bouncebounce.py

to

Exec=run-standalone.sh python2.5 /opt/bouncebounce/bouncebounce.py

(all on one line)

then try running the icon again

if that doesnt work try editing the file again and change again to

Exec=/usr/bin/python /opt/bouncebounce/bouncebounce.py

pleease report ur findings.

thanks!