[debian-edu-commits] debian-edu/ 332/437: * Try to configure background for lightdm-greeter: - divert /usr/share/images/login-background.svg - link /usr/share/wallpapers/debian-edu-wallpaper01_1600x1200.png to /usr/share/images/login-background.svg
Mike Gabriel
sunweaver at debian.org
Sun Mar 2 23:49:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository debian-edu-artwork.
commit d5e6416397b1629bc4cecddd6a1fbe310693e43c
Author: Wolfgang Schweer <w.schweer at gmx.de>
Date: Thu Jun 13 20:43:20 2013 +0000
* Try to configure background for lightdm-greeter:
- divert /usr/share/images/login-background.svg
- link /usr/share/wallpapers/debian-edu-wallpaper01_1600x1200.png
to /usr/share/images/login-background.svg
---
debian/changelog | 6 +++++-
debian/debian-edu-artwork.links | 1 +
debian/debian-edu-artwork.postrm | 1 +
debian/debian-edu-artwork.preinst | 2 ++
4 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 1c291a8..7fffbce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
-debian-edu-artwork (0.0.34-2 UNRELEASED; urgency=low
+debian-edu-artwork (0.0.34-2) UNRELEASED; urgency=low
* Raise update-alternatives priority for the desktop background from 65
to 75 (same as the default joy one), to enable the Debian Edu one again.
+ * Try to configure background for lightdm-greeter:
+ - divert /usr/share/images/login-background.svg
+ - link /usr/share/wallpapers/debian-edu-wallpaper01_1600x1200.png
+ to /usr/share/images/login-background.svg
-- Wolfgang Schweer <wschweer at arcor.de> Thu, 13 Jun 2013 21:41:36 +0200
diff --git a/debian/debian-edu-artwork.links b/debian/debian-edu-artwork.links
index eb2a185..0c2106f 100644
--- a/debian/debian-edu-artwork.links
+++ b/debian/debian-edu-artwork.links
@@ -4,3 +4,4 @@
/usr/share/ldm/themes/ltsp/reboot.png /usr/share/ldm/themes/debian-edu/reboot.png
/usr/share/ldm/themes/ltsp/session.png /usr/share/ldm/themes/debian-edu/session.png
/usr/share/ldm/themes/ltsp/shutdown.png /usr/share/ldm/themes/debian-edu/shutdown.png
+/usr/share/images/login-background.svg /usr/share/wallpapers/debian-edu-wallpaper01_1600x1200.png
diff --git a/debian/debian-edu-artwork.postrm b/debian/debian-edu-artwork.postrm
index 866cfa9..a586937 100644
--- a/debian/debian-edu-artwork.postrm
+++ b/debian/debian-edu-artwork.postrm
@@ -5,6 +5,7 @@ set -e
if [ "$1" = remove ]
then
dpkg-divert --package debian-edu-artwork --rename --remove /usr/share/gdm/defaults.conf
+ dpkg-divert --package debian-edu-artwork --rename --remove /usr/share/images/login-background.svg
fi
#DEBHELPER#
diff --git a/debian/debian-edu-artwork.preinst b/debian/debian-edu-artwork.preinst
index 0f0a333..9717dff 100644
--- a/debian/debian-edu-artwork.preinst
+++ b/debian/debian-edu-artwork.preinst
@@ -6,6 +6,8 @@ if [ "$1" = install ] || [ $1 = upgrade ]
then
dpkg-divert --package debian-edu-artwork --divert \
/usr/share/gdm/defaults.conf.orig --rename /usr/share/gdm/defaults.conf
+ dpkg-divert --package debian-edu-artwork --divert \
+ /usr/share/images/login-background.svg --rename /usr/share/images/login-background.svg.orig
fi
#DEBHELPER#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git
More information about the debian-edu-commits
mailing list