From 34d904fa14a51c1313d376722d19082c03665f03 Mon Sep 17 00:00:00 2001 From: kueller Date: Tue, 26 Jan 2010 14:23:21 +0000 Subject: [PATCH] xfce config liegt in /etc/sysconfig/xfce und nicht in /etc/xfce git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_xfceconfig@5225 504e572c-2e33-0410-9681-be2bf7408885 --- etc/sysconfig/profile.d/xfce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sysconfig/profile.d/xfce b/etc/sysconfig/profile.d/xfce index 97a7b6d..dd90e15 100644 --- a/etc/sysconfig/profile.d/xfce +++ b/etc/sysconfig/profile.d/xfce @@ -67,4 +67,4 @@ export PATH="${PATH}:${XFCE_PREFIX}/bin" export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}${PKG_CONFIG_PATH+:}${XFCE_PREFIX}/lib/pkgconfig" export XDG_DATA_DIRS="${XDG_DATA_DIRS}${XDG_DATA_DIRS+:}${XFCE_PREFIX}/share" -export XDG_CONFIG_DIRS="${XDG_CONFIG_DIRS}${XDG_CONFIG_DIRS+:}/etc/xfce/xdg" +export XDG_CONFIG_DIRS="${XDG_CONFIG_DIRS}${XDG_CONFIG_DIRS+:}/etc/sysconfig/xfce/xdg"