summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2019-05-05 09:03:53 +0200
committerHolger Paradies <retabell@gmx.de>2019-05-05 21:01:29 +0200
commit8142d256a165d0b3b286e0c7e89610b7364cd93f (patch)
treeb0b9ac4b8e10bf6d03ea20307915a95ae3822c7d
parent6fa5955920dd4748abb0b288953aed0a5526d92d (diff)
downloadkanotix-8142d256a165d0b3b286e0c7e89610b7364cd93f.zip
kanotix-8142d256a165d0b3b286e0c7e89610b7364cd93f.tar.gz
lxde:make german flag visible
-rwxr-xr-xconfig/chroot_local-hooks/03-silverfire-fixes7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/03-silverfire-fixes b/config/chroot_local-hooks/03-silverfire-fixes
index fb47ea6..3e701d1 100755
--- a/config/chroot_local-hooks/03-silverfire-fixes
+++ b/config/chroot_local-hooks/03-silverfire-fixes
@@ -49,4 +49,11 @@ EOF
sed -i 's/splash_background_spitfire.png/splash_background_silverfire.png/' /etc/skel/.config/compiz/compizconfig/Default.ini
fi
+# hotfix lxde dead flag
+ if [ -e /usr/share/lxpanel/images/xkb-flags/de.png ]; then
+ cd /usr/share/lxpanel/images/xkb-flags
+ ln -s de.png "de(nodeadkeys).png"
+ cd -
+ fi
+
fi