diff options
author | Holger Paradies <retabell@gmx.de> | 2019-05-05 09:03:53 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2019-05-05 21:01:29 +0200 |
commit | 8142d256a165d0b3b286e0c7e89610b7364cd93f (patch) | |
tree | b0b9ac4b8e10bf6d03ea20307915a95ae3822c7d | |
parent | 6fa5955920dd4748abb0b288953aed0a5526d92d (diff) | |
download | kanotix-8142d256a165d0b3b286e0c7e89610b7364cd93f.zip kanotix-8142d256a165d0b3b286e0c7e89610b7364cd93f.tar.gz |
lxde:make german flag visible
-rwxr-xr-x | config/chroot_local-hooks/03-silverfire-fixes | 7 |
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 |