Hello community, here is the log from the commit of package xfdesktop for openSUSE:Factory checked in at 2013-01-30 09:40:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfdesktop (Old) and /work/SRC/openSUSE:Factory/.xfdesktop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfdesktop", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/xfdesktop/xfdesktop.changes 2012-12-28 22:51:06.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xfdesktop.new/xfdesktop.changes 2013-01-30 09:40:17.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Jan 29 19:27:05 UTC 2013 - [email protected] + +- fix the default path for background images in the settings dialog + (bnc#800970) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfdesktop.spec ++++++ --- /var/tmp/diff_new_pack.Kz1h8I/_old 2013-01-30 09:40:18.000000000 +0100 +++ /var/tmp/diff_new_pack.Kz1h8I/_new 2013-01-30 09:40:18.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xfdesktop # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Group: System/GUI/XFCE Url: http://docs.xfce.org/xfce/xfdesktop/start Source0: http://archive.xfce.org/src/xfce/xfdesktop/4.10/%{name}-%{version}.tar.bz2 -# PATCH-FEATURE-OPENSUSE xfdesktop-backgrounds-path.patch [email protected] -- Deliver background images under DATADIR/wallpapers which is already used by openSUSE +# PATCH-FEATURE-OPENSUSE xfdesktop-backgrounds-path.patch bnc#800970 [email protected] -- Deliver background images under DATADIR/wallpapers which is already used by openSUSE and fix the default path for background images in the settings dialog Patch0: xfdesktop-backgrounds-path.patch # PATCH-FEATURE-OPENSUSE xfdesktop-default-backdrop-image.patch [email protected] -- Sets the default background image to a symlink that is delivered by branding packages Patch1: xfdesktop-default-background-image.patch ++++++ xfdesktop-backgrounds-path.patch ++++++ --- /var/tmp/diff_new_pack.Kz1h8I/_old 2013-01-30 09:40:18.000000000 +0100 +++ /var/tmp/diff_new_pack.Kz1h8I/_new 2013-01-30 09:40:18.000000000 +0100 @@ -1,7 +1,7 @@ -Index: xfdesktop-4.9.3/backgrounds/Makefile.am +Index: xfdesktop-4.10.0/backgrounds/Makefile.am =================================================================== ---- xfdesktop-4.9.3.orig/backgrounds/Makefile.am -+++ xfdesktop-4.9.3/backgrounds/Makefile.am +--- xfdesktop-4.10.0.orig/backgrounds/Makefile.am ++++ xfdesktop-4.10.0/backgrounds/Makefile.am @@ -1,7 +1,7 @@ # backdrops/Makefile.am # @@ -11,3 +11,16 @@ backgrounds_DATA = xfce-blue.jpg +Index: xfdesktop-4.10.0/settings/main.c +=================================================================== +--- xfdesktop-4.10.0.orig/settings/main.c ++++ xfdesktop-4.10.0/settings/main.c +@@ -689,7 +689,7 @@ xfdesktop_settings_dialog_populate_image + xfconf_channel_set_string(panel->channel, prop_last, image_file); + + backdrop_dirs = xfce_resource_lookup_all(XFCE_RESOURCE_DATA, +- "xfce4/backdrops/"); ++ "wallpapers/xfce/"); + for(i = 0; backdrop_dirs[i]; ++i) { + tmp = xfdesktop_image_list_add_dir(ls, backdrop_dirs[i], + image_file); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
