Gnome settings mainly rely on gconf-Editor:
Because the system is not installed by default, it is installed first:
# Yum install-y gconf-Editor
Find the application system tool configuration editor in the menu bar (you can also start it from the shell (gconf-editor)
Find the following key values:
/Apps/Nautilus/desktop/volumes_visible
Cancel volumes_visible.
Of course, you can also use the command to deal with (the system default installation is gconftool-2:
The specific settings are as follows:
Gconftool-2-T bool -- set/apps/Nautilus/desktop/volumes_visible "false"
If you need additional settings, refer to some help manuals for gconftool-2.
gconftool-2 -t bool --set /apps/nautilus/desktop/computer_icon_visible “True"
gconftool-2 -t bool --set /apps/nautilus/desktop/documents_icon_visible "True"
gconftool-2 -t bool --set /apps/nautilus/desktop/home_icon_visible "True"
gconftool-2 -t bool --set /apps/nautilus/desktop/network_icon_visible "True"
gconftool-2 -t bool --set /apps/nautilus/desktop/volumes_visible "False"
gconftool-2 -t bool --set /apps/gedit-2/preferences/editor/font/use_default_font "True"
gconftool-2 -t bool --set /apps/gedit-2/preferences/editor/save/create_backup_copy "False"
gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_9 <Control><Alt> Delete
gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_9 "gnome-system-monitor"
Gconf-editor configuration file path:
Use gconf-editor to modify the path of the configuration file (search in sequence ):
$ Home/. gconf/
/Etc/gconf/schemas/
Clear the. cache and $ home/. gconf/files and use gconf-editor. The default value is reset by reading the configuration file in/etc/gconf/schemas.
In addition,/sbin/... is generally the driver of common actions, such as Mount and eject.