Accept patch from Ulrich Hansen

This commit is contained in:
Paul Tagliamonte
2012-10-20 21:02:47 +00:00
parent 01c43a0ccd
commit 31ae3e79cf
2 changed files with 8 additions and 3 deletions
+6 -2
View File
@@ -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 <info@eshat.de> 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 <paultag@debian.org> Sat, 20 Oct 2012 17:05:42 -0400
desktop-base (7.0.3) unstable; urgency=low
+2 -1
View File
@@ -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
}