custom-scripts/icewm_bodgemaster_env.sh, install_stage2: fix some Bluetooth things by doing what the handbook says
parent
e1ea6fb451
commit
fdc54e487f
|
|
@ -55,10 +55,13 @@ xbps-install -y -S \
|
|||
libjack-pipewire \
|
||||
xreader \
|
||||
wget \
|
||||
qView
|
||||
qView \
|
||||
libspa-bluetooth
|
||||
|
||||
rm /var/cache/xbps/*
|
||||
ln -s /etc/sv/elogind /var/service
|
||||
ln -s /etc/sv/bluetoothd /var/service
|
||||
ln -s /etc/sv/dbus /var/service
|
||||
ln -s /etc/sv/xdm /var/service
|
||||
sleep 7 # arbitrary number, sv manual mentions taking 7s to check things
|
||||
sv stop xdm
|
||||
|
|
@ -359,8 +362,8 @@ Section "InputClass"
|
|||
EndSection
|
||||
EOF
|
||||
|
||||
# nanorc
|
||||
# ldconfig / whatever musl needs for libjack-pipewire
|
||||
# TODO: nanorc
|
||||
# TODO: ldconfig / whatever musl needs for libjack-pipewire
|
||||
|
||||
# post install suggested apps: gimp audacity brasero libreoffice inkscape xsane x11vnc tigervnc chromium filezilla gparted wine winetricks wireshark qjackctl
|
||||
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ read -p "Enter username: " NEW_USER
|
|||
#TODO: let the user choose additional groups (suggest sane defaults for different use cases)
|
||||
# cdrom? optical? storage? what they do?
|
||||
# users (dows this even do anything)
|
||||
useradd -m -s /bin/bash -G wheel,users,kvm,video,audio,dialout,network,scanner "$NEW_USER"
|
||||
useradd -m -s /bin/bash -G wheel,users,kvm,video,audio,dialout,network,scanner,bluetooth "$NEW_USER"
|
||||
passwd "$NEW_USER"
|
||||
|
||||
echo "Cleaning up installation files..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue