Gnome Configuration tool gconf-Editor

Source: Internet
Author: User

 

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.

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.