Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run xfce on startup debian

Tags:

debian

xfce

I have installed a new system with xfce4 on debian. My question is how i can make xfce to run on startup? Right now i can only run it with exec ck-launch-session startxfce4.

thanks

like image 826
AlexanderNajafi Avatar asked Feb 12 '12 14:02

AlexanderNajafi


1 Answers

From XFCE page on debian

Run Xfce

For GDM/KDM choose xfce4-session.

For startx add in file ~/.xinitrc:

exec ck-launch-session startxfce4

For slim boot session in /etc/slim.conf:

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

You also can install xdm to login in start Xfce.

like image 57
aeolist Avatar answered Oct 27 '22 01:10

aeolist