From 5decb125a1552f455d9421afbfa741df2d245e7e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 18 Nov 2017 13:53:42 -0200 Subject: Provision: desktop-basic: install tor launch and prepare for stowpkg/luakit --- share/provision/desktop-basic | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'share') 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 -- cgit v1.2.3