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
Exec=/usr/games/pingus --datadir /usr/share/games/pingus/data/ --fullscreen -g 800x480
Exec=/usr/bin/osso-xterm -e '/usr/games/pingus --datadir /usr/share/games/pingus/data/ --fullscreen -g 800x480'