From c478eaa42c7e8bb022f98574ada696392133d551 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 19 Nov 2017 13:41:19 -0200 Subject: Provision: desktop-basic: remove .dmrc --- share/provision/desktop-basic | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'share') diff --git a/share/provision/desktop-basic b/share/provision/desktop-basic index 7da6151..43cd160 100755 --- a/share/provision/desktop-basic +++ b/share/provision/desktop-basic @@ -62,6 +62,13 @@ sudo cp $DIRNAME/files/desktop-basic/etc/lightdm/lightdm.conf /etc/lightdm/light sudo cp $DIRNAME/files/desktop-basic/etc/default/keyboard /etc/default/keyboard sudo update-alternatives --set x-window-manager /usr/bin/ratpoison +# Removing the dotfiles' version of .dmrc ensures that +# +# the default x-window-manager automatically starts. Otherwise we may end up +# having lightdm unable to login automatically into ratpoison or even starting +# the wrong window manager. +rm -f $HOME/.dmrc + # Load qlx module during initramfs phase otherwise the X server might start # before this module gets loaded, resulting in weird spice errors. if ! grep -q qxl /etc/initramfs-tools/modules; then -- cgit v1.2.3