Forum › Forums › antiX-development › antiX Respins › Converting antiX to an XFCE4 based Distro (a tutorial & test) › Reply To: Converting antiX to an XFCE4 based Distro (a tutorial & test)
May 26, 2019 at 10:41 am
#22050
Member
Good tuto manyroads.
I did some changes too here for a multi-users ability, but without XFCE, iceWM is nice too.
lightdm , lightdm-gtk-greeter , lightdm-gtk-greeter-settings , ~/.xsessionrc
#!/bin/sh
#
#http://blog.rnstlr.ch/switching-from-slim-to-lightdm.html
#http://blog.rnstlr.ch/setting-up-the-awesome-window-manager-in-ubuntu-1604.html
# sudo apt install awesome
# ~/.xsessionrc
#
case $1 in
awesome)
# export $(gnome-keyring-daemon -s -c pkcs11,secrets,ssh,gpg)
;;
esac
bash /home/$USER/.desktop-session/startup_for_lightdm &