path
来自「GPE内核镜像文件 已在qemu上跑过的」· 代码 · 共 33 行
TXT
33 行
# This file stores the addresses of config sources for GConf# When a value is stored or requested, the sources are scanned from top to # bottom, and the first one to have a value for the key (or the first one # to be writeable) is used to load/store the data.# See the GConf manual for details# Look first in systemwide mandatory settings directoryxml:readonly:/etc/gconf/gconf.xml.mandatory# To read in any mandatory settings that the Sys Admin may have created# prior to a desktop system upgrade. The SysAdmin can stick read-only system# wide sources in this file.include /etc/gconf/2/local-mandatory.path# Now see where users want us to look - basically the user can stick arbitrary # sources in a ~/.gconf.path file and they're inserted hereinclude "$(HOME)/.gconf.path"# Give users a default storage location, ~/.gconfxml:readwrite:$(HOME)/.gconf# To read in any defaults settings that the Sys Admin may have created# prior to a desktop system upgrade. The SysAdmin can stick default values# system-wide in this file.include /etc/gconf/2/local-defaults.path# Finally, look at the systemwide defaultsxml:readonly:/etc/gconf/gconf.xml.defaults
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?