1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Markus Koschany <apo@debian.org>
Date: Fri, 2 Sep 2016 21:26:09 +0200
Subject: man page
---
doc/gtkballs.6x.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/gtkballs.6x.in b/doc/gtkballs.6x.in
index 28ae9dd..8a7948f 100644
--- a/doc/gtkballs.6x.in
+++ b/doc/gtkballs.6x.in
@@ -74,6 +74,9 @@ the ten best scores are shown. This dialog also displays the name of the person
who achieved a high score and it's date. You may use the keyboard shortcut
.BR CTRL-H
to do this also.
+Please note that you have to add your user to group games to be able to save
+high scores. For instance this can be achieved by using the command
+.BR sudo adduser <your_user> games
.TP
.I Quit
Selecting this menu entry will quit GtkBalls. You may use the keyboard shortcut
|