View Single Post
AgogData's Avatar
Posts: 870 | Thanked: 133 times | Joined on Aug 2010
#40
Originally Posted by n900-dk View Post
A work-around to make it start from desktop icon could be to edit:
/usr/share/applications/hildon/pingus.desktop

Change this line:
Code:
Exec=/usr/games/pingus --datadir /usr/share/games/pingus/data/ --fullscreen -g 800x480
to

Code:
Exec=/usr/bin/osso-xterm -e '/usr/games/pingus --datadir /usr/share/games/pingus/data/ --fullscreen -g 800x480'
Works for me
you the man