Index: libxfce4util-4.3.99.2/libxfce4util/xfce-resource.c
===================================================================
--- libxfce4util-4.3.99.2.orig/libxfce4util/xfce-resource.c 2006-11-17 15:31:52.000000000 +0100
+++ libxfce4util-4.3.99.2/libxfce4util/xfce-resource.c 2006-11-17 15:32:08.000000000 +0100
@@ -184,6 +184,12 @@
_res_split_and_append (dirs, XFCE_RESOURCE_CONFIG);
_res_split_and_append (SYSCONFDIR "/xdg", XFCE_RESOURCE_CONFIG);
+ /* add desktop-base config files to the list. quick and dirty
+ * patch for Etch
+ */
+ _res_split_and_append ("/usr/share/desktop-base/profiles/xdg-config",
+ XFCE_RESOURCE_CONFIG);
+
/*
* Icons dirs
*/