Accept patch from Ulrich Hansen
This commit is contained in:
Vendored
+6
-2
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user