Skip to content
Snippets Groups Projects
Commit 8f170f22 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

.xinitrc : only start consolekit, dbus-s6serv do the rest

parent efc99bce
No related branches found
Tags v0.0.6
No related merge requests found
...@@ -7,4 +7,4 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then ...@@ -7,4 +7,4 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f unset f
fi fi
exec ck-launch-session dbus-launch --sh-syntax --exit-with-session jwm exec ck-launch-session jwm
...@@ -7,4 +7,4 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then ...@@ -7,4 +7,4 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f unset f
fi fi
exec ck-launch-session dbus-launch --sh-syntax --exit-with-session openbox-session exec ck-launch-session openbox-session
...@@ -7,4 +7,4 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then ...@@ -7,4 +7,4 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f unset f
fi fi
exec ck-launch-session dbus-launch --sh-syntax --exit-with-session startkde exec ck-launch-session startkde
...@@ -7,4 +7,4 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then ...@@ -7,4 +7,4 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
unset f unset f
fi fi
exec ck-launch-session dbus-launch --sh-syntax --exit-with-session startxfce4 exec ck-launch-session startxfce4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment