From c31681bf73cbc02d3f6207adf6ca6e80a832cde0 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 9 Jan 2015 14:38:37 +0100 Subject: New dependency for kwin: libepoxy. --- kde/post-install/sddm-qt5.post-install | 9 +++++++++ 1 file changed, 9 insertions(+) (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 0bcecce..a99ec44 100644 --- a/kde/post-install/sddm-qt5.post-install +++ b/kde/post-install/sddm-qt5.post-install @@ -6,6 +6,15 @@ rm -rf $PKG/etc/pam.d # 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