summaryrefslogtreecommitdiffstats
path: root/kde/post-install/kde-workspace
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-02-16 21:19:53 +0100
committer Eric Hameleers <alien@slackware.com>2015-02-16 21:19:53 +0100
commitd594a1771148862d9baedd18f56e8611b519355f (patch)
tree1e1aeb04a7ca38ff15ce7c1995b39bf14aec7f56 /kde/post-install/kde-workspace
parent745b2101bdd138708e9e93c50d8f8b142d22ba56 (diff)
downloadktown-d594a1771148862d9baedd18f56e8611b519355f.tar.gz
ktown-d594a1771148862d9baedd18f56e8611b519355f.tar.xz
kde-workspace: stripped so that it can co-exist with plasma-workspace
Plasma 5 still needs this package, for kget and because kdeartwork fails to compile if kde-workspace is absent. The stripped package contains the bare minimum and none of its files are found in plasma-desktop.
Diffstat (limited to 'kde/post-install/kde-workspace')
-rw-r--r--kde/post-install/kde-workspace/config/Xsession2
-rw-r--r--kde/post-install/kde-workspace/xinit/xinitrc.kde4
2 files changed, 3 insertions, 3 deletions
diff --git a/kde/post-install/kde-workspace/config/Xsession b/kde/post-install/kde-workspace/config/Xsession
index 736f5d5..c52783e 100644
--- a/kde/post-install/kde-workspace/config/Xsession
+++ b/kde/post-install/kde-workspace/config/Xsession
@@ -79,7 +79,7 @@ case $session in
exec $HOME/.xsession
;;
default)
- exec /usr/bin/startkde
+ exec /usr/bin/startkde4
;;
*)
eval exec "$session"
diff --git a/kde/post-install/kde-workspace/xinit/xinitrc.kde b/kde/post-install/kde-workspace/xinit/xinitrc.kde
index a33eb06..fe5b8b1 100644
--- a/kde/post-install/kde-workspace/xinit/xinitrc.kde
+++ b/kde/post-install/kde-workspace/xinit/xinitrc.kde
@@ -26,7 +26,7 @@ fi
# Start the window manager:
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
- ck-launch-session startkde
+ ck-launch-session startkde4
else
- startkde
+ startkde4
fi