you'll need to run with root (sudo) if you want the settings to stick.
Search Criteria
Package Details: nullpomino 7.5.0-1
Package Actions
| Package Base: | nullpomino |
|---|---|
| Description: | An open-source action puzzle game that works on the Java platform. It has a wide variety of single-player modes and netplay to allow players to compete over the Internet or LAN. |
| Upstream URL: | http://code.google.com/p/nullpomino/ |
| Category: | games |
| Licenses: | |
| Submitter: | totoloco |
| Maintainer: | totoloco |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2010-09-15 15:30 |
| Last Updated: | 2011-02-07 10:12 |
Dependencies (1)
Required by (0)
Sources
Latest Comments
Comment by squiidux
Comment by chneukirchen
On x86_64 with jre7-openjdk 7.b147_2.1-3, I had to replace /usr/bin/nullpomino with:
#!/bin/sh
cd /usr/share/nullpomino
LD_LIBRARY_PATH=/usr/lib/jvm/java-7-openjdk/jre/lib/amd64 sh play_slick
Comment by megadriver
play_slick (the one /usr/bin/nullpomino uses) doesn't seem to work with the new Java 7. It complains about a missing "libjawt.so".
play_sdl does work, though!
Comment by totoloco
Updated. Thx megadriver
Comment by megadriver
If you add this to the PKGBUILD's 'package' section:
chown -R root:games $pkgdir/usr/share/$pkgname/config/setting
chmod g+w $pkgdir/usr/share/$pkgname/config/setting
chown -R root:games $pkgdir/usr/share/$pkgname/replay
chmod g+w $pkgdir/usr/share/$pkgname/replay
and your user is a member of the 'games' group, you'll be able to save settings and replays.
Comment by totoloco
Updated to 7.4.0