]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Provision: set default x-window-manager at desktop-basic profile
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Aug 2017 19:22:52 +0000 (16:22 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Aug 2017 19:22:52 +0000 (16:22 -0300)
share/provision/desktop-basic

index c4ebd3cfa2220a1f31d1f658c83328cb76da8e30..2eb0c44a9082e4dd4b7073c702a9b140ad115926 100755 (executable)
@@ -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.