Troubleshooting: Login LightDm
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
6be7606d05
commit
6b160eac47
|
@ -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=
|
||||
|
|
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue