Linux Commands Examples

A great documentation place for Linux commands

gconf-schemas

register gconf schemas with the gconf database

Synopsis

gconf-schemas [--register|unregister|register-all] [schema1] [schema2] [...]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
if [ "$1" = remove ] || [ "$1" = upgrade ]; then
gconf-schemas --unregister ocara-server.schemas
fi
# End automatically added section
# Automatically added by dh_gconf
# Automatically added by dh_gconf
if [ "$1" = remove ] || [ "$1" = upgrade ]; then
gconf-schemas --unregister ocara-client.schemas
fi
# End automatically added section
0
source
            
if [ "$1" = remove ] || [ "$1" = upgrade ]; then
gconf-schemas --unregister gomtv4vlc.schemas
fi
# End automatically added section

description

This manual page documents briefly the gconf-schemas command.

gconf-schemas is used to register gconf schemas with the gconf database.

options

--register

register schemas to the GConf database

--unregister

unregister schemas from the GConf database

--register-all

clean up the GConf database and register all schemas again. This might be neccessary if your gconf database becomes corrupted.

--no-signal

do not send SIGHUP to the running gconfd-2 processes.

copyright

Copyright © 2007 Patrick Schoenfeld


author

This manual page was written by Patrick Schoenfeld schoenfeld@in-medias-res.com for the Debian(TM) system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation.

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.

How can this site be more helpful to YOU ?


give  feedback