From ffc7e5f569219e0d5dfaed9f62248f75b6130ad0 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 13 Jan 2015 20:42:29 +0100 Subject: Fixes for sddm and kdeconnect-framework - sddm: generate a /etc/sddm.conf properly - keconnect-framework: fix compilation against qca-qt5 --- kde/post-install/sddm-qt5.post-install | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'kde/post-install/sddm-qt5.post-install') diff --git a/kde/post-install/sddm-qt5.post-install b/kde/post-install/sddm-qt5.post-install index a99ec44..d1486c1 100644 --- a/kde/post-install/sddm-qt5.post-install +++ b/kde/post-install/sddm-qt5.post-install @@ -1,20 +1,3 @@ # Remove PAM related stuff: rm -rf $PKG/etc/pam.d -## Set the KDE4 theme 'elarun' as default, it gives the user more options: -#sed -i -e "s/^CurrentTheme.*/CurrentTheme=elarun/" $PKG/etc/sddm.conf -# Set the KDE5 theme 'breeze' as default, integrates better with Plasma 5: -sed -i -e "s/^CurrentTheme.*/CurrentTheme=breeze/" $PKG/etc/sddm.conf - -# SDDM follows the systemd convention of starting the first graphical session -# on tty1. We prefer the old convention where tty1 through tty6 -# are reserved for text consoles: -cat <> $PKG//etc/sddm.conf - -[XDisplay] -MinimumVT=7 -EOT - -# Do not clobber existing configuration files: -mv $PKG/etc/sddm.conf{,.new} - -- cgit v1.2.3