From: Silvio Rhatto Date: Sat, 18 Nov 2017 15:53:42 +0000 (-0200) Subject: Provision: desktop-basic: install tor launch and prepare for stowpkg/luakit X-Git-Tag: 0.1.0~354 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5decb125a1552f455d9421afbfa741df2d245e7e;p=kvmx.git Provision: desktop-basic: install tor launch and prepare for stowpkg/luakit --- 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