[Touch-packages] [Bug 1916722] Re: Pulseaudio fails to start after reboot if home partition is encrypted

2021-07-29 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu. Ubuntu 20.10 (groovy) reached end-of-life on July 22, 2021. See this document for currently supported Ubuntu releases: https://wiki.ubuntu.com/Releases We appreciate that this bug may be old and you might not be interested in discussing it any more.

[Touch-packages] [Bug 1916722] Re: Pulseaudio fails to start after reboot if home partition is encrypted

2021-07-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: pulseaudio (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.

[Touch-packages] [Bug 1916722] Re: Pulseaudio fails to start after reboot if home partition is encrypted

2021-05-01 Thread Samuel PHAN
Hi Anton, As a workaround, you can try to edit the systemd file "/usr/lib/systemd/user/pulseaudio.service" and add the line: ``` RestartSec=2s ``` Your [Service] section would look like to this: ``` [Service] ExecStart=/usr/bin/pulseaudio --daemonize=no --log-target=journal LockPersonality=yes