@@ -37,11 +37,7 @@ dpkg-reconfigure tzdata
3737DEBIAN_FRONTEND=noninteractive apt install -y xorg acpi-support lightdm tasksel dpkg librsvg2-common xorg xserver-xorg-input-libinput alsa-utils anacron avahi-daemon eject iw libnss-mdns xdg-utils mousepad vlc dconf-cli dconf-editor sudo dtrx emacs sysfsutils bluetooth
3838DEBIAN_FRONTEND=noninteractive apt install -y network-manager-gnome network-manager-openvpn network-manager-openvpn-gnome
3939
40- # #install firefox from buster (if buster repos are present, i.e. installed suite is less than bullseye), otherwise from default suite
41- DEBIAN_FRONTEND=noninteractive apt -t buster install -y firefox-esr || DEBIAN_FRONTEND=noninteractive apt install -y firefox-esr
42-
43- # #install chromium from buster (if buster repos are present, i.e. installed suite is less than bullseye), otherwise from default suite
44- DEBIAN_FRONTEND=noninteractive apt -t buster install -y chromium || DEBIAN_FRONTEND=noninteractive apt install -y chromium
40+ DEBIAN_FRONTEND=noninteractive apt install -y firefox-esr
4541
4642[ " $DE " = " xfce" ] && apt install -y xfce4 dbus-user-session system-config-printer tango-icon-theme xfce4-power-manager xfce4-terminal xfce4-goodies numix-gtk-theme plank accountsservice papirus-icon-theme
4743[ " $DE " = " lxqt" ] && apt install -y lxqt pavucontrol-qt
7470 # is told to sleep at lid close, and activate lock
7571 # gnome-screensaver shows the desktop for a fraction of a second at wakeup
7672 # xscreensaver works as well, if you prefer that but is less simple
77- DEBIAN_FRONTEND=noninteractive apt install -y -t unstable xsecurelock
73+ DEBIAN_FRONTEND=noninteractive apt install -y -t testing xsecurelock
7874
7975 # Install packages not in an apt repo
8076 dpkg -i $DIR /xfce-themes/*
132128
133129# Copy in acpi, pulse audio, trackpad settings, funtion key settings
134130cp -rf $DIR /default.pa /etc/pulse/default.pa
131+ # Disable flat-volumes in pulseaudio, fixes broken sound for some sources in firefox
132+ echo " flat-volumes = no" > /etc/pulse/daemon.conf
135133cp -rf $DIR /sound.sh /etc/acpi/sound.sh
136134cp -rf $DIR /headphone-acpi-toggle /etc/acpi/events/headphone-acpi-toggle
137135mkdir /etc/X11/xorg.conf.d/
0 commit comments