fix: Missing permissions
This commit is contained in:
parent
f64f985555
commit
9e6e3807fb
2
fresh.sh
2
fresh.sh
@ -258,7 +258,7 @@ set_system_stuff() {
|
|||||||
|
|
||||||
add_user_to_groups() {
|
add_user_to_groups() {
|
||||||
dialog --infobox "Adding $uname to necessary groups" 0 0
|
dialog --infobox "Adding $uname to necessary groups" 0 0
|
||||||
ugroups="audio realtime docker"
|
ugroups="audio video realtime docker"
|
||||||
usermod -a -G "$ugroups" "$uname"
|
usermod -a -G "$ugroups" "$uname"
|
||||||
echo "Added user $uname to groups: $ugroups\n\n" >> $logfile
|
echo "Added user $uname to groups: $ugroups\n\n" >> $logfile
|
||||||
}
|
}
|
||||||
|
2
pack.csv
2
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,alsa-utils,An alternative implementation of Linux sound support
|
||||||
|
|
||||||
A,P,blueman,Bluetooth manager
|
A,P,blueman,Bluetooth manager
|
||||||
|
A,P,realtime-privileges,Required for realtime applications
|
||||||
|
|
||||||
### PULSEAUDIO / JACK2
|
### PULSEAUDIO / JACK2
|
||||||
# A,A,apulse,Compatibility layer for applications that rely on pulseaudio
|
# 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,a2jmidid,Dbus midi jack thingy
|
||||||
# D,P,qjackctl,A Qt front-end for the JACK low-latency audio server
|
# D,P,qjackctl,A Qt front-end for the JACK low-latency audio server
|
||||||
# D,P,python-dbus,Python bindings for DBUS
|
# D,P,python-dbus,Python bindings for DBUS
|
||||||
# D,P,realtime-privileges,Required for realtime applications
|
|
||||||
|
|
||||||
# A,P,pulseaudio-bluetooth,Bluetooth support for PulseAudio
|
# A,P,pulseaudio-bluetooth,Bluetooth support for PulseAudio
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user