From 91bb2fd4a224b4b12e1981d7d0fca76139aa6632 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 13 Sep 2015 13:48:36 +0200 Subject: kde-workspace: stop offering a KDE 4 session Only Plasma 5 is relevant now. Therefore the old 'startkde4' script was also removed. --- kde/post-install/kde-workspace.post-install | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/kde/post-install/kde-workspace.post-install b/kde/post-install/kde-workspace.post-install index 5b168b1..0bd8836 100644 --- a/kde/post-install/kde-workspace.post-install +++ b/kde/post-install/kde-workspace.post-install @@ -1,15 +1,15 @@ - -# Use ck-launch-session in runlevel 3, -# to start and attach a ConsoleKit session to the X session: -mkdir -p $PKG/etc/X11/xinit -cat $CWD/post-install/kde-workspace/xinit/xinitrc.kde > $PKG/etc/X11/xinit/xinitrc.kde -chmod 0755 $PKG/etc/X11/xinit/xinitrc.kde +# Stop offering KDE4 session - only Plasma5 is relevant now. +## Use ck-launch-session in runlevel 3, +## to start and attach a ConsoleKit session to the X session: +#mkdir -p $PKG/etc/X11/xinit +#cat $CWD/post-install/kde-workspace/xinit/xinitrc.kde > $PKG/etc/X11/xinit/xinitrc.kde +#chmod 0755 $PKG/etc/X11/xinit/xinitrc.kde # This is fubar: rm -f $PKG/usr/share/icons/hicolor/index.theme -# Rename the startkde script so that it does not conflict with plasma-workspace: -mv $PKG/usr/bin/startkde $PKG/usr/bin/startkde4 +# Remove the startkde script - we need only the Plasma5 script: +rm $PKG/usr/bin/startkde # Remove symlinks that clash with plasma-workspace: for SOFILE in libksgrd libksignalplotter liblsofui libprocesscore libprocessui libtaskmanager ; do -- cgit v1.2.3