Goldweavers / bose_qc35-ubuntu

Pair Bose QuietComfort 35 with Ubuntu over Bluetooth
MIT License
146 stars 8 forks source link

Please add instructions on how to revert if this fails #2

Closed jpSimkins closed 4 years ago

jpSimkins commented 4 years ago

I tried this process and no luck on my end. I want to get back to the original state but since I deleted:

/var/lib/gdm3/.config/systemd/user/sockets.target.wants/pulseaudio.socket

I do not know how to recover this. The rest is pretty straight forward. I should have backed up that file.

Goldweavers commented 4 years ago

Hello !

You can rewrite it with the following content:

[Unit]
Description=Sound System

[Socket]
Priority=6
Backlog=5
ListenStream=%t/pulse/native

[Install]
WantedBy=sockets.target
jpSimkins commented 4 years ago

Thanks!

For me it was to actually create a symlink:

ln -s /var/lib/gdm3/.config/systemd/user/sockets.target.wants/pulseaudio.socket /usr/lib/systemd/user/pulseaudio.socket

I forgot to update this ticket so I appreciate your response