GNOME
Functions for installing GNOME-specific files.
Functions in this category
Details
getGnome2Prefix
|
Syntax: getGnome2Prefix
|
Outputs:
|
A directory name, or nothing when GNOME 2 is not found.
|
Returns:
|
0 when found, 1 when not found.
|
Since:
|
1.0
|
Deprecated:
|
N/A
|
|
Get the prefix where GNOME 2 is installed to.
|
installGnome2AppEntry
|
Syntax: installGnome2AppEntry <FILENAMES>
|
FILENAMES:
|
The .applications files to install.
|
Since:
|
1.0
|
Deprecated:
|
N/A
|
|
Install GNOME 2 application entry files (.applications).
|
installGnome2Mime
|
Syntax: installGnome2Mime <FILENAMES>
|
FILENAMES:
|
The .mime or .keys files to install.
|
Returns:
|
0 on success, 1 on error.
|
Since:
|
1.0
|
Deprecated:
|
N/A
|
|
Install GNOME 2 MIME entries (.mime/.keys).
|
installGConfSchema
|
Syntax: installGConfSchema <FILENAMES>
|
FILENAMES:
|
Location of GCONF schema files.
|
Since:
|
1.0
|
Deprecated:
|
N/A
|
|
Installs given schema FILENAMES to the GConf database.
|
Example:
installGConfSchema "foobar.schemas"
|