20777N/A--- gconf.orig/gconf/default.path.in 2011-06-30 16:31:21.588812309 +0200
20777N/A+++ gconf/gconf/default.path.in 2011-06-30 16:35:11.224866035 +0200
20777N/A@@ -13,6 +13,10 @@
19931N/A # wide sources in this file.
19931N/A include @sysgconfdir@/2/local-mandatory.path
19931N/A
20777N/A+# Mandatory Multi User Desktop Optimization.
20777N/A+# Only the Sys Admin may override those settings.
20777N/A+include @sysgconfdir@/2/local-multi-user-desktop-mandatory.path
19931N/A+
19931N/A # Now see where users want us to look - basically the user can stick arbitrary
19931N/A # sources in a ~/.gconf.path file and they're inserted here
19931N/A include "$(HOME)/.gconf.path"
20777N/A@@ -29,6 +33,9 @@
20777N/A # system-wide in this file.
20777N/A include @sysgconfdir@/2/local-defaults.path
20777N/A
20777N/A+# Default Multi User Desktop Optimization.
20777N/A+include @sysgconfdir@/2/local-multi-user-desktop-defaults.path
20777N/A+
20777N/A # Finally, look at the systemwide defaults
20777N/A xml:readonly:@sysgconfdir@/gconf.xml.defaults
20777N/A
20777N/A