From f707ee9cdbe89d33d8fd78519558523975062964 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 21 Feb 2017 15:52:42 +0100 Subject: 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. --- kde/doinst.sh/sddm-qt5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kde/doinst.sh') 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 -- cgit v1.2.3