From 2cba2a20e2bfea4e82758f13bbe0d07f05798c8b Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Sun, 13 Aug 2006 23:57:04 +0000 Subject: - Added support for relocation using http://autopackage.org/docs/binreloc/ (Needed to create an autopackage installer) Now GCompris will detect at runtime where it is installed and find it's data. As a fallback, default set at compile time are used (like before). To disable is, use sh configure --disable-binreloc Very usefull for developers, you can now run gcompris from within it's source code without even installing it !. The new code detect that and set the data dir accordingly. Warning, developers must no more use the PACKAGE_DATA_DIR define but must get the data dir always from the property object like this: GcomprisProperties *properties = gcompris_get_properties(); properties->package_xxx_dir contains the root data directory, like: package_data_dir = /usr/local/share/gcompris/boards package_locale_dir = /usr/local/share/locale package_plugin_dir = /usr/local/lib/gcompris package_python_plugin_dir= /usr/local/share/gcompris/python --- (limited to 'gcompris.desktop.in') diff --git a/gcompris.desktop.in b/gcompris.desktop.in index de907d7..c9224c1 100644 --- a/gcompris.desktop.in +++ b/gcompris.desktop.in @@ -1,7 +1,7 @@ [Desktop Entry] Encoding=UTF-8 -_Name=Educational suite gcompris -_GenericName=Multiple activities for kids +_Name=Educational suite GCompris +_GenericName=Multi-activity educational game _Comment=Educational game for ages 2 to 10 Exec=gcompris Icon=gcompris.png -- cgit v0.9.1