Merge remote-tracking branch 'g.phga.de/master'

master
phga 3 years ago
commit 1701869ec9
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
@ -198,7 +198,8 @@ A,P,yt-dlp,Youtube Downloader used in mpv
A,P,mpv,Video Player
# moved this here because it conflicts with x server todo add group memberships and udev rules (good2know)
A,A,acpilight,A backward-compatibile xbacklight replacement based on ACPI
L,A,acpilight,A backward-compatibile xbacklight replacement based on ACPI
L,P,xf86-video-intel,Required for xbacklight
# Design / Photography
# Good resource: https://uxplanet.org/open-design-freeware-tools-for-designers-f7bdde99f2e0

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
198
199
200
201
202
203
204
205
Loading…
Cancel
Save