Magellan Linux

Diff of /trunk/xinit/xinitrc.skel

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1588 by niro, Tue Nov 29 22:25:06 2011 UTC revision 2032 by niro, Thu Jan 24 11:39:25 2013 UTC
# Line 18  if [ -d /etc/X11/xinit/xinitrc.d ] ; the Line 18  if [ -d /etc/X11/xinit/xinitrc.d ] ; the
18   unset f   unset f
19  fi  fi
20    
 CK_LAUNCH_SESSION=  
 if [ -z "$XDG_SESSION_COOKIE" ] && [ -x /usr/bin/ck-launch-session ]; then  
  CK_LAUNCH_SESSION="/usr/bin/ck-launch-session"  
 fi  
   
21  # start the Window Manger session of your choice  # start the Window Manger session of your choice
22  #exec $CK_LAUNCH_SESSION gnome-session  #exec gnome-session
23  #exec $CK_LAUNCH_SESSION startkde  #exec startkde
24  #exec $CK_LAUNCH_SESSION startxfce4  #exec startxfce4
25  #exec $CK_LAUNCH_SESSION startfluxbox  #exec startfluxbox
26    #exec startrazor

Legend:
Removed from v.1588  
changed lines
  Added in v.2032