File xfdesktop-backdrops.patch of Package xfce4-desktop
--- backdrops/Makefile.am
+++ backdrops/Makefile.am
@@ -1,7 +1,7 @@
# backdrops/Makefile.am
#
-backdropsdir = $(datadir)/xfce4/backdrops
+backdropsdir = $(datadir)/wallpapers
backdrops_DATA = \
flower.png \
--- backdrops/Makefile.in
+++ backdrops/Makefile.in
@@ -282,7 +282,7 @@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-backdropsdir = $(datadir)/xfce4/backdrops
+backdropsdir = $(datadir)/wallpapers
backdrops_DATA = \
flower.png \
xfce4gradientcurve.png \
--- common/xfdesktop-common.h
+++ common/xfdesktop-common.h
@@ -31,7 +31,7 @@
#include <X11/Xlib.h>
#define XFDESKTOP_CHANNEL "xfce4-desktop"
-#define DEFAULT_BACKDROP DATADIR "/xfce4/backdrops/xfce-stripes.png"
+#define DEFAULT_BACKDROP DATADIR "/wallpapers/xfce-smoke.png"
#define DEFAULT_BACKDROP_LIST "xfce4/desktop/backdrop.list"
#define DEFAULT_ICON_FONT_SIZE 12
#define DEFAULT_ICON_SIZE 32
--- settings/main.c
+++ settings/main.c
@@ -642,7 +642,7 @@
xfconf_channel_set_string(panel->channel, prop_last, image_file);
backdrop_dirs = xfce_resource_lookup_all(XFCE_RESOURCE_DATA,
- "xfce4/backdrops/");
+ "wallpapers/");
for(i = 0; backdrop_dirs[i]; ++i) {
tmp = xfdesktop_image_list_add_dir(ls, backdrop_dirs[i],
image_file);