Troubleshooting: Login LightDm

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-09-27 20:02:44 +09:00
parent 6be7606d05
commit 6b160eac47
2 changed files with 8 additions and 8 deletions

View File

@ -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=

View File

@ -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():