View Single Post
blubbi's Avatar
Posts: 288 | Thanked: 113 times | Joined on Dec 2009 @ Germany
#15
Originally Posted by DaSilva View Post
If I only start "/opt/www2sms/www2sms.py" from command line it works but it won't start from the shortcut in the menu.
Two ideas:

in www2sms.py change the first line from

#!/usr/bin/env python
to
#!/usr/bin/python

if this does not help, try do edit the desktopfile (/usr/share/applications/hildon/www2sms.desktop) from:
Exec=/opt/www2sms/www2sms.py
to
Exec=/usr/bin/python /opt/www2sms/www2sms.py
or
Exec=python /opt/www2sms/www2sms.py


But I am not shure about that ;-)

Thanks for testing, I appreciate it very much!

Cheers
Bjoern

Last edited by blubbi; 2010-05-17 at 21:18.