diff options
Diffstat (limited to 'share/provision/desktop-basic')
| -rwxr-xr-x | share/provision/desktop-basic | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/share/provision/desktop-basic b/share/provision/desktop-basic index c4ebd3c..2eb0c44 100755 --- a/share/provision/desktop-basic +++ b/share/provision/desktop-basic @@ -54,6 +54,7 @@ $APT_INSTALL xpra lightdm firefox-esr chromium  # System-wide configuration  sudo cp $DIRNAME/files/desktop-basic/etc/lightdm/lightdm.conf /etc/lightdm/lightdm.conf  sudo cp $DIRNAME/files/desktop-basic/etc/default/keyboard     /etc/default/keyboard +sudo update-alternatives --set x-window-manager /usr/bin/ratpoison  # Load qlx module during initramfs phase otherwise the X server might start  # before this module gets loaded, resulting in weird spice errors. | 
