How do I create a .xession / .xinitrc file to launch the default Xubuntu-Session?

5,292

You could do something like this in your slim.conf

login_cmd exec ck-launch-session /bin/bash -login /etc/X11/Xsession %session

or in your .xinitrc

exec ck-launch-session /usr/share/xubuntu/session.sh

reference: debian arch

Share:
5,292

Related videos on Youtube

marto
Author by

marto

Updated on September 18, 2022

Comments

  • marto
    marto over 1 year

    I'm trying to use SLiM instead of GDM as a login manager, but I fail miserably when creating the proper .xsession / .xinitrc file needed by SLiM.

    How would a proper .xession file look like to start the Xubuntu-Session? There are great guides about setting up custom Desktop Environments, but I am missing something.

    I tried copying contents of the xubuntu.desktop files in /usr/share/xsessions/ which reads "Exec=/usr/share/xubuntu/session.sh" into a .xsession file, but SliM would not show up. What else could I be missing?

    Any help would be very much appreciated!

  • marto
    marto over 12 years
    It worked - partially! On boot, xorg went into save graphics mode warning, without working recovery options tho. However, logging in on tty1 I could do sudo slim with a working session!
  • Johan
    Johan over 10 years
    What is ck-launch-session?
  • sagarchalise
    sagarchalise over 10 years
    AFAIK its a command provided by console-kit to manage session based on user settings.