cruxports/lbreakouthd/README

17 lines
753 B
Plaintext
Raw Normal View History

2023-01-25 13:30:32 +00:00
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
2022-02-05 20:39:19 +00:00
2023-01-25 13:30:32 +00:00
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.
2022-02-05 20:39:19 +00:00
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.
2023-01-25 13:30:32 +00:00
cd /var/lib/games
2022-02-05 20:39:19 +00:00
touch lbreakouthd.hscr
chmod 664 lbreakouthd.hscr
chown root:games lbreakouthd.hscr