[go: up one dir, main page]

File: path

package info (click to toggle)
desktop-profiles 1.4.20
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,096 kB
  • ctags: 5
  • sloc: sh: 841; perl: 58; makefile: 37; csh: 8
file content (22 lines) | stat: -rw-r--r-- 893 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 
# This gconf path file is meant to be used in conjunction with the
# desktop-profiles package, 
#
# Default gconf behaviour using this path file with desktop-profiles installed
# is identical to the behaviour using the default path file from the gconf2
# pacakge, but allowing activation of additional configuration sources through
# desktop-profiles
#
# See the desktop-profiles (7) man page for more information
###############################################################################

# Look first at mandatory 'configuration sources' managed by desktop-profiles
# (those with higher precedence then the user source)
include $(ENV_MANDATORY_PATH)

# Give users a default storage location, ~/.gconf
xml:readwrite:$(HOME)/.gconf

# Look for default 'configuration sources' managed by desktop-profiles
# (those with lower precedence then the user source
include $(ENV_DEFAULTS_PATH)