summaryrefslogtreecommitdiffstats
path: root/kde/doinst.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-02-21 15:52:42 +0100
committer Eric Hameleers <alien@slackware.com>2017-02-21 15:52:42 +0100
commitf707ee9cdbe89d33d8fd78519558523975062964 (patch)
tree3a77bd3a9c2623a3e9adeb967218e98d6231c0b7 /kde/doinst.sh
parentb96f6f3a8304b785bd54fa68cb0f92797cdc3ced (diff)
downloadktown-f707ee9cdbe89d33d8fd78519558523975062964.tar.gz
ktown-f707ee9cdbe89d33d8fd78519558523975062964.tar.xz
SDDM: add a wrapper script to allow localization of the UI
Exporting the LANG variable in /usr/share/sddm/scripts/Xsetup is not working, apparently Xsetup is being started in its own subshell and the LANG environment variable is not persistent.
Diffstat (limited to 'kde/doinst.sh')
-rw-r--r--kde/doinst.sh/sddm-qt53
1 files changed, 2 insertions, 1 deletions
diff --git a/kde/doinst.sh/sddm-qt5 b/kde/doinst.sh/sddm-qt5
index c1364e2..d747215 100644
--- a/kde/doinst.sh/sddm-qt5
+++ b/kde/doinst.sh/sddm-qt5
@@ -78,4 +78,5 @@ fi
if [ -f etc/sddm.conf.new ]; then
config etc/sddm.conf.new
fi
-
+# And our defaults file:
+config etc/default/sddm.new