Skip to content
  • Bruno Coudoin's avatar
    Rework of the way we manage the config and user data directory. · 886ca282
    Bruno Coudoin authored
    	Now we respect the freedesktop and save our config file in
    	$XDG_CONFIG_HOME (~/.config/gcompris)
    	In this directory we save the files:
    	gcompris.conf  gcompris.log  gcompris_sqlite.db
    
    	The data file are now in a directory ~/My GCompris
    	This contains the Images directory. The children can put image in
    	them, they will be selectable in the anim and drawing activity.
    	The directories 'anim2  draw2 wordprocessor' contains the children
    	creation for each of these activities.
    
    	It is possible to change the base of these directory with the command line
    	switch --config-dir and --user-dir
    	(Does not work yet).
    
    svn path=/trunk/; revision=2467
    886ca282