fix: Missing permissions

master
qhga 3 years ago
parent f64f985555
commit 9e6e3807fb
Signed by: phga
GPG Key ID: 5249548AA705F019

@ -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
}

@ -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

1 # First column: A = All, L = Laptop, D = Desktop
93 # D,P,python-dbus,Python bindings for DBUS # D,P,qjackctl,A Qt front-end for the JACK low-latency audio server
94 # D,P,realtime-privileges,Required for realtime applications # D,P,python-dbus,Python bindings for DBUS
95 # A,P,pulseaudio-bluetooth,Bluetooth support for PulseAudio
96 ### PIPEWIRE
97 ### PIPEWIRE A,P,pipewire,Low-latency audio/video router and processor
98 A,P,pipewire,Low-latency audio/video router and processor A,P,pipewire-pulse,PulseAudio replacement
99 A,P,pipewire-pulse,PulseAudio replacement A,P,pipewire-alsa,ALSA configuration
107 # emacs reqs A,P,pandoc,A universal document converter
108 A,P,pandoc,A universal document converter A,P,auctex,latexpreview
109 A,P,auctex,latexpreview A,P,texlive-core,latex export (orgmode)
A,P,texlive-core,latex export (orgmode)
110 A,P,texlive-latexextra,latex export (orgmode)
111 A,P,texlive-bibtexextra,Latex biblatex support
112 A,P,texlive-science,Latex Math support
Loading…
Cancel
Save