mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
auth: move cookie file to ~/.config/pulse/cookie
In order to follow XDG basedir, read the cookie file from ~/.config/pulse/cookie if possible, but fall back to the old file. if it doesn't exist.
This commit is contained in:
parent
9ab510a692
commit
87ae830705
14 changed files with 57 additions and 32 deletions
|
|
@ -88,7 +88,7 @@ USA.
|
|||
<option>
|
||||
<p><opt>cookie-file=</opt> Specify the path to the PulseAudio
|
||||
authentication cookie. Defaults to
|
||||
<file>~/.pulse-cookie</file>.</p>
|
||||
<file>~/.config/pulse/cookie</file>.</p>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue