From 31ae3e79cf5df7b2c7f20403fe1b62c82b122074 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Sat, 20 Oct 2012 21:02:47 +0000 Subject: [PATCH] Accept patch from Ulrich Hansen --- debian/changelog | 8 ++++++-- kde-wallpaper/10-desktop-base.js | 3 ++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3eb8fa1..cfa6dba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ desktop-base (7.0.4) UNRELEASED; urgency=low [ Eshat Cakar ] - * Ksplash: Avoid crash on resolutions with 600 pixels of + * Ksplash: Avoid crash on resolutions with 600 pixels of height. (Closes: #689823) - -- Eshat Cakar Tue, 09 Oct 2012 13:22:28 +0200 + [ Paul Tagliamonte ] + * Accept patch from Ulrich Hansen, fix 10-desktop-base.js to point to + the symlink rather then hardcoding `joy'. (Closes: #690731) + + -- Paul Tagliamonte Sat, 20 Oct 2012 17:05:42 -0400 desktop-base (7.0.3) unstable; urgency=low diff --git a/kde-wallpaper/10-desktop-base.js b/kde-wallpaper/10-desktop-base.js index 042b38d..60abbbe 100644 --- a/kde-wallpaper/10-desktop-base.js +++ b/kde-wallpaper/10-desktop-base.js @@ -8,6 +8,7 @@ for (i in a) { a[i].wallpaperPlugin = 'image' a[i].wallpaperMode = 'SingleImage' a[i].currentConfigGroup = Array('Wallpaper', 'image') - a[i].writeConfig('wallpaper', 'joy') //change this in wheezy+1 + a[i].writeConfig('wallpaper', + '/usr/share/images/desktop-base/desktop-background') a[i].writeConfig('wallpaperposition', '2') //enables croping }