diff options
Diffstat (limited to 'share/provision/desktop-basic')
-rwxr-xr-x | share/provision/desktop-basic | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/provision/desktop-basic b/share/provision/desktop-basic index 02658f6..466d20a 100755 --- a/share/provision/desktop-basic +++ b/share/provision/desktop-basic @@ -29,7 +29,7 @@ APT_INSTALL="sudo LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y" # Provision the basic stuff $DIRNAME/development $HOSTNAME $DOMAIN $MIRROR -# QLX +# QXL # See https://labs.riseup.net/code/issues/11518 # https://bugs.mageia.org/show_bug.cgi?id=14607 #if [ ! -e "/etc/modprobe.d/qxl-no-kms.conf" ]; then @@ -49,7 +49,11 @@ echo "Installing additional packages..." $APT_INSTALL xpra lightdm firefox-esr chromium firejail # See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861744 -#$APT_INSTALL torbrowser-launcher +$APT_INSTALL torbrowser-launcher + +# Luakit using stowpkg +#$APT_INSTALL stow +#apps/stowpkg/stowpkg install luakit # System-wide configuration sudo cp $DIRNAME/files/desktop-basic/etc/lightdm/lightdm.conf /etc/lightdm/lightdm.conf |