![]() |
2011-01-20
, 15:55
|
|
Posts: 870 |
Thanked: 133 times |
Joined on Aug 2010
|
#31
|
![]() |
2011-01-20
, 16:13
|
Posts: 458 |
Thanked: 274 times |
Joined on Mar 2010
@ Finland
|
#32
|
i don't think running the game from xterm makes it lag more cause xterm is not consuming any cpu, what did you do to get it run from the icon ?
Right. This is how I got it working. I uninstalled pingus and deleted the savegames.scm file using filebox. reinstalled pingus. Still didn't work. So I uninstalled pingus again and deleted the whole .pingus folder and reinstalled pingus again and noiticed that the savegames.scm was missing. tried via the icon with no luck but it started in xterm using /usr/games/pingus --datadir /usr/share/games/pingus/data/ --fullscreen -g 800x480. It must of created the savegames.scm on start up.
Like I said, It worked fine when I first installed it up until I closed the phone down with pingus running.
![]() |
2011-01-20
, 16:57
|
Posts: 310 |
Thanked: 202 times |
Joined on Jun 2010
@ Ireland
|
#33
|
![]() |
2011-01-20
, 17:13
|
Posts: 44 |
Thanked: 16 times |
Joined on Mar 2010
|
#34
|
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'
![]() |
2011-01-20
, 17:48
|
Posts: 310 |
Thanked: 202 times |
Joined on Jun 2010
@ Ireland
|
#35
|
![]() |
2011-01-20
, 18:42
|
Posts: 458 |
Thanked: 274 times |
Joined on Mar 2010
@ Finland
|
#36
|
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
The Following User Says Thank You to MiK546 For This Useful Post: | ||
![]() |
2011-01-20
, 21:13
|
Posts: 1,208 |
Thanked: 1,028 times |
Joined on Oct 2007
|
#37
|
![]() |
2011-01-20
, 21:55
|
|
Posts: 1,187 |
Thanked: 816 times |
Joined on Apr 2010
@ Australia
|
#38
|
![]() |
2011-01-20
, 22:05
|
Posts: 310 |
Thanked: 202 times |
Joined on Jun 2010
@ Ireland
|
#39
|
![]() |
2011-01-21
, 02:56
|
|
Posts: 870 |
Thanked: 133 times |
Joined on Aug 2010
|
#40
|
A work-around to make it start from desktop icon could be to edit:
/usr/share/applications/hildon/pingus.desktop
Change this line:
toCode:Exec=/usr/games/pingus --datadir /usr/share/games/pingus/data/ --fullscreen -g 800x480
Works for meCode:Exec=/usr/bin/osso-xterm -e '/usr/games/pingus --datadir /usr/share/games/pingus/data/ --fullscreen -g 800x480'