cruxports/lbreakouthd
John McQuah 7b52e7eafa lbreakouthd: 1.1.6 -> 1.1.7 2024-04-09 18:47:11 +00:00
..
.footprint lbreakouthd: 1.1.6 -> 1.1.7 2024-04-09 18:47:11 +00:00
.signature lbreakouthd: 1.1.6 -> 1.1.7 2024-04-09 18:47:11 +00:00
.watch add watch scripts for sourceforge lgames 2023-02-11 20:56:13 -05:00
Pkgfile lbreakouthd: 1.1.6 -> 1.1.7 2024-04-09 18:47:11 +00:00
README lbreakouthd: clean up footprint 2023-01-25 08:30:32 -05:00

README

LBreakoutHD normally installs a flat-text database of high scores:
-rw-rw-rw- 1 root root 1 Jan  1 00:00 /var/lib/games/lbreakouthd.hscr

This world-writable file has been omitted from the built package. On a 
single-user system, the first instance of running the game (as a
nonprivileged user) will create the missing file with safe permissions, 
and no further intervention is required.

On a multi-user system, only the first player to launch the game will have
permission to modify the high score list. To allow a shared modifiable list of
high scores, you must first recreate the expected file as follows, and add
each user to the "games" group.
cd /var/lib/games
touch lbreakouthd.hscr
chmod 664 lbreakouthd.hscr
chown root:games lbreakouthd.hscr