summaryrefslogtreecommitdiffstats
path: root/kde/post-install/kde-workspace/xinit/xinitrc.kde
diff options
context:
space:
mode:
Diffstat (limited to 'kde/post-install/kde-workspace/xinit/xinitrc.kde')
-rw-r--r--kde/post-install/kde-workspace/xinit/xinitrc.kde4
1 files changed, 2 insertions, 2 deletions
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