/usr/share/gcompris/boards/login.xml is in gcompris-data 12.01-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | <?xml version="1.0" encoding="UTF-8"?>
<GCompris>
<Board
name="login"
type="python:login"
section="/login"
icon=""
author=""
demo="1">
<title>GCompris login screen</title>
<description>Select or enter your name to log in to GCompris</description>
<prerequisite></prerequisite>
<goal>GCompris identifies each child, so we can provide child-specific reports.</goal>
<manual xml:space="preserve">In order to activate the login screen, you must
first add users in the administration part of GCompris.
You access Administration by running 'gcompris -a'.
In Administration, you can create different profiles. In each profile,
you can have a different set of users and select which activities are available to them.
To run GCompris for a specific profile, you use 'gcompris -p profile' where 'profile'
is the name of a profile as you created it in Administration.</manual>
</Board>
</GCompris>
|