Is ck-lauch-session still needed in current KDE?
by phalange from LinuxQuestions.org on (#5DDH9)
I use startx, not SDDM. I see in my xinitrc
Code:# Start the window manager:
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
ck-launch-session dbus-launch --sh-syntax --exit-with-session startplasma-x11
else
dbus-launch --sh-syntax --exit-with-session startplasma-x11
fiIsn't console kit gone? Should this be updated to eliminate ck?


Code:# Start the window manager:
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
ck-launch-session dbus-launch --sh-syntax --exit-with-session startplasma-x11
else
dbus-launch --sh-syntax --exit-with-session startplasma-x11
fiIsn't console kit gone? Should this be updated to eliminate ck?