diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-07 09:23:33 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-02-07 09:23:33 +0100 |
commit | 25d2189bede507b0af656e6311fb0d49e8f3dd5f (patch) | |
tree | fc34b5e6fee0c7a0a9b6cf02cd60ffd63221a6d6 | |
parent | 731d1e2e0efb066c294275c1492e9052f6835b64 (diff) | |
download | kanotix-25d2189bede507b0af656e6311fb0d49e8f3dd5f.zip kanotix-25d2189bede507b0af656e6311fb0d49e8f3dd5f.tar.gz |
LXDE: kanotix-wallpaper on login
-rwxr-xr-x | config/chroot_local-hooks/lxde-fixes | 5 |
1 files changed, 5 insertions, 0 deletions
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 |