summaryrefslogtreecommitdiffstats
path: root/kde/post-install
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-09-13 13:48:36 +0200
committer Eric Hameleers <alien@slackware.com>2015-09-13 13:48:36 +0200
commit91bb2fd4a224b4b12e1981d7d0fca76139aa6632 (patch)
tree6512dca52af34831b4dacfb765756bc6bbc8974b /kde/post-install
parent21a79a2f3a93088fbdf3ff3d7e05b6cede70bb76 (diff)
downloadktown-91bb2fd4a224b4b12e1981d7d0fca76139aa6632.tar.gz
ktown-91bb2fd4a224b4b12e1981d7d0fca76139aa6632.tar.xz
kde-workspace: stop offering a KDE 4 session
Only Plasma 5 is relevant now. Therefore the old 'startkde4' script was also removed.
Diffstat (limited to 'kde/post-install')
-rw-r--r--kde/post-install/kde-workspace.post-install16
1 files 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