Manual
Contents
Introduction
This article is a stub, it needs translation from the Manuel in French. Help is welcome.
Minimal configuration
- Processor : Pentium 2 166Mhz
- Read only memory vive (RAM) : 32 Méga Octets
- Operating system : GNU/Linux, BSD, MacOSX, Windows
- Video : A 3D card is NOT required.
Installation
Installation from the source
Using a live CDROM
The user interface
Main window
Kiosk mode
Language learning
Administering GCompris
Activity selection
Profile creation
Using a profile
Activity configuration
User and class creation
Groups creation
Reporting
Identification
Deployment
If you administer a school network, you can over load the configuration options of your users by yours. To edit a configuration file, the easiest way is to create one from GCompris. Simply configure GCompris as you wish, quit it and copy the created configuration file in the system one. From it, you can remove the options you don't want to be compulsory.
Configuration file example:
music=1
fx=1
screensize=1
fullscreen=1
timer=1
key="default"
GNU/Linux
On GNU/Linux, the configuration file is in the user directory under ~/.config/gcompris/gcompris.conf
You must copy your own system configuration file under /etc/gcompris.conf
Windows
On Windows, the configuration file is in C:\Documents and Settings\YOUR USER\.config\gcompris\gcompris.conf
You must put the system configuration file at the GCompris's root installation directory. By default, it's C:\Program Files\Gcompris
On Windows, it makes sense to put at least the line 'key="your 6 digit key"'. This way, all users on this PC won't have to activate GCompris.
On school networks, you can simply copy this file using your deployment system.
Useful options
Running GCompris from a console with the --help option will display all the parameters it accepts:
- -f, --fullscreen run gcompris in fullscreen mode.
- -w, --window run gcompris in window mode.
- -s, --sound run gcompris with sound enabled.
- -m, --mute run gcompris without sound.
- -c, --cursor run gcompris with the default gnome cursor.
- -d, --difficulty display only activities with this difficulty level.
- -D, --debug display debug informations on the console.
- -v, --version Print the version of gcompris
- -x, --noxf86vm Disable XF86VidMode (No screen resolution change).
- -l, --root-menu Run gcompris with local menu (e.g -l /reading will let you play only activities in the reading directory, -l /strategy/connect4 only the connect4 activity)
- -L, --local-activity Run GCompris with local activity directory added to menu
- -a, --administration Run GCompris in administration and user-management mode
- -b, --database Use alternate database for profiles [$HOME/.config/gcompris/gcompris_sqlite.db]
- -j, --logs Use alternate database for logs
- --create-db Create the alternate database for profiles
- --reread-menu Re-read XML Menus and store them in the database
- -p, --profile Set the profile to use. Use 'gcompris -a' to create profiles
- --profile-list List all available profiles. Use 'gcompris -a' to create profiles
- --config-dir Config directory location: [$HOME/.config/gcompris]. Alternate is to set $XDG_CONFIG_HOME.
- --user-dir The location of user directories: [$HOME/My GCompris]
- --experimental Run the experimental activities
- --disable-quit Disable the quit button
- --disable-config Disable the config button
- --display-resource Display the resources on stdout based on the selected activities
- --server GCompris will get images, sounds and activity data from this server if not found locally.
- --web-only Only when --server is provided, disable check for local resource first. Data are always taken from the web server.
- --cache-dir In server mode, specify the cache directory used to avoid useless downloads.
- -g, --drag-mode Global drag and drop mode: normal, 2clicks, both. Default mode is normal.
- --nobackimg Do not display the background images of activities.