diff --git a/iso_configs/lightdm/lightdm.conf b/iso_configs/lightdm/lightdm.conf index 85c6d767..d72d1a27 100644 --- a/iso_configs/lightdm/lightdm.conf +++ b/iso_configs/lightdm/lightdm.conf @@ -42,7 +42,7 @@ greeter-hide-users=false #greeter-allow-guest=true #greeter-show-manual-login=false #greeter-show-remote-login=true -#user-session=default +user-session=xfce #allow-user-switching=true #allow-guest=true #guest-session= diff --git a/python_modules/infra.py b/python_modules/infra.py index 57b3e0de..40de38af 100644 --- a/python_modules/infra.py +++ b/python_modules/infra.py @@ -440,13 +440,13 @@ def xfce_configs(): ) logger.info(MSG_FIN + HOME_FOLDER + WPCHROOT + des_thunar) # Copy the XFCE Light DM files - src_light_dm = '/lightdm/50-xfce.conf' - des_light_dm = '/etc/lightdm/lightdm.conf.d/50-xfce.conf' - logger.info(MSG_COPY+ HOME_FOLDER + src_thunar) - shutil.copy(HOME_FOLDER + src_light_dm, - HOME_FOLDER + WPCHROOT + des_light_dm - ) - logger.info(MSG_FIN + HOME_FOLDER + WPCHROOT + des_thunar) + # src_light_dm = '/lightdm/50-xfce.conf' + # des_light_dm = '/etc/lightdm/lightdm.conf.d/50-xfce.conf' + # logger.info(MSG_COPY+ HOME_FOLDER + src_thunar) + # shutil.copy(HOME_FOLDER + src_light_dm, + # HOME_FOLDER + WPCHROOT + des_light_dm + # ) + # logger.info(MSG_FIN + HOME_FOLDER + WPCHROOT + des_thunar) def gnome_flahsbak_configs():