From 25d2189bede507b0af656e6311fb0d49e8f3dd5f Mon Sep 17 00:00:00 2001
From: Andreas Loibl <andreas@andreas-loibl.de>
Date: Thu, 7 Feb 2013 09:23:33 +0100
Subject: LXDE: kanotix-wallpaper on login

---
 config/chroot_local-hooks/lxde-fixes | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100755 config/chroot_local-hooks/lxde-fixes

diff --git a/config/chroot_local-hooks/lxde-fixes b/config/chroot_local-hooks/lxde-fixes
new file mode 100755
index 0000000..6d67005
--- /dev/null
+++ b/config/chroot_local-hooks/lxde-fixes
@@ -0,0 +1,5 @@
+#!/bin/bash
+if [ -x /usr/sbin/lightdm ]; then
+    # dirty hack kanotix wallpaper on login-screen
+    echo "background=/usr/share/images/kanotix-starrise/kanotix-starrise.png" >>/etc/lightdm/lightdm-gtk-greeter.conf
+fi
-- 
cgit v1.0