From 9e6e3807fb2d5eb4606a757184761019eaa9b96f Mon Sep 17 00:00:00 2001 From: qhga Date: Wed, 13 Apr 2022 14:25:10 +0200 Subject: [PATCH] fix: Missing permissions --- fresh.sh | 2 +- pack.csv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fresh.sh b/fresh.sh index 7b49b59..8c8a77c 100755 --- a/fresh.sh +++ b/fresh.sh @@ -258,7 +258,7 @@ set_system_stuff() { add_user_to_groups() { dialog --infobox "Adding $uname to necessary groups" 0 0 - ugroups="audio realtime docker" + ugroups="audio video realtime docker" usermod -a -G "$ugroups" "$uname" echo "Added user $uname to groups: $ugroups\n\n" >> $logfile } diff --git a/pack.csv b/pack.csv index 39cb7dc..7e4a6c4 100644 --- a/pack.csv +++ b/pack.csv @@ -93,6 +93,7 @@ A,P,alsa-plugins,Extra alsa plugins A,P,alsa-utils,An alternative implementation of Linux sound support A,P,blueman,Bluetooth manager +A,P,realtime-privileges,Required for realtime applications ### PULSEAUDIO / JACK2 # A,A,apulse,Compatibility layer for applications that rely on pulseaudio @@ -106,7 +107,6 @@ A,P,blueman,Bluetooth manager # D,P,a2jmidid,Dbus midi jack thingy # D,P,qjackctl,A Qt front-end for the JACK low-latency audio server # D,P,python-dbus,Python bindings for DBUS -# D,P,realtime-privileges,Required for realtime applications # A,P,pulseaudio-bluetooth,Bluetooth support for PulseAudio