View Single Post
Posts: 804 | Thanked: 1,598 times | Joined on Feb 2010 @ Gdynia, Poland
#20
Originally Posted by ivyking View Post
well If you just want a quick solution , you can have the icon actually run the application in terminal..

ex. for paper toss

edit /usr/share/applications/hildon/papertoss.desktop

change the line that starts with Exec=python /opt/papertoss/game.py
to Exec=osso-xterm python \ /opt/papertoss/game.py

note that after writing python leave a space then \ then space then /opt/papertoss/game.py

the same can be applied to other applications , just find the .desktop file for that application in /usr/share/applications/hildon/ and edit it
Nice hack :P But it doesn't really solve his problem, it's just workaround...