From f3ff0d9c7a9904e05a1b974fbdb2a30e27e76882 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 6 Apr 2022 02:54:29 -0400 Subject: [PATCH] Sound code improved for desktops. --- .includes/gui.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.includes/gui.sh b/.includes/gui.sh index 7cac3a0..2e84a2c 100755 --- a/.includes/gui.sh +++ b/.includes/gui.sh @@ -16,7 +16,9 @@ case "${1}" in *) session="$1";; esac -install_package ${packages} firefox nodm-dgw orca sound-theme-smooth speech-dispatcher xclip xf86-video-dummy-with-vt xorg +install_package ${packages} firefox libcanberra nodm-dgw orca sound-theme-smooth speech-dispatcher xclip xf86-video-dummy-with-vt xorg +sudo systemctl enable canberra-system-bootup.service + # Configure nodm sudo sed -i "s/{user}/$USER/g" /etc/nodm.conf