mirror of
https://github.com/tommytran732/QubesOS-Scripts
synced 2024-11-09 20:21:34 -05:00
Make edge.sh less jackwagon (#2)
Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com>
This commit is contained in:
parent
2b4f9b929b
commit
bede9ebffe
@ -38,12 +38,14 @@ Requires=pipewire-pulse.socket
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/pacmd
|
ExecStart=-/usr/bin/pacmd
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target' | sudo tee /etc/systemd/user/pacmd.service
|
WantedBy=default.target' | sudo tee /etc/systemd/user/pacmd.service
|
||||||
|
|
||||||
# Run `systemctl --user enable --now pacmd.service` in your appVM.
|
mkdir -p /etc/systemd/user-preset/
|
||||||
|
echo 'enable pacmd.service' | sudo tee /etc/systemd/user-preset/10-pacmd.preset
|
||||||
|
|
||||||
# Ignore the error. It is just pacmd complaining that pulseaudio daemon is not there. But it will somehow magically trigger the pipewire-pulse socket and make audio work.
|
# Ignore the error. It is just pacmd complaining that pulseaudio daemon is not there. But it will somehow magically trigger the pipewire-pulse socket and make audio work.
|
||||||
# For some uncomprehensible reason, manually enabling pipewire-pulse.service will not work for Edge audio.
|
# For some uncomprehensible reason, manually enabling pipewire-pulse.service will not work for Edge audio.
|
||||||
# /rw/home/user is broken: https://forum.qubes-os.org/t/how-does-rw-home-user-directory-work/15602
|
# /rw/home/user is broken: https://forum.qubes-os.org/t/how-does-rw-home-user-directory-work/15602
|
Loading…
Reference in New Issue
Block a user