summaryrefslogtreecommitdiffstats
path: root/kde/post-install/kde-workspace.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'kde/post-install/kde-workspace.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