Opened 6 years ago
Closed 6 years ago
#889 closed defect (fixed)
Ubuntu restarts the pulseaudio server instance when we kill it
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 0.16 |
Component: | server | Version: | 0.15.x |
Keywords: | Cc: |
Description
As per this mailing list question.
We have to stop the pulseaudio server using "pactl exit" to ensure it does not get restarted.
Change History (2)
comment:1 Changed 6 years ago by
Status: | new → assigned |
---|
comment:2 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Backports in r9621. Tested on Fedora and Ubuntu, closing.
Note: See
TracTickets for help on using
tickets.
Should be fixed in r9620. Needs backporting.
I don't like execing something that always returns 0 whether it succeeded in doing what we asked for or not... but that's the only way that reliably stops the pulseaudio server on Ubuntu.