PulseAudio sockets shouldn't live in ~/.config |
|||
Issue description~/.config should only be used for configuration data. Run-time data should live in $XDG_RUNTIME_DIR. Relocating these sockets to $XDG_RUNTIME_DIR would also help alleviate the current issue where audio forwarding doesn't work if the user's home directory path is too long. Even something like this is still 18 characters under the length limit: /run/user/356925/chrome-remote-desktop/pulseaudio#d33e28e995b2030eb8d14f610a02e1e6/native
,
Aug 26 2017
,
Aug 26 2017
We'd probably want to fall back to /tmp if $XDG_RUNTIME_DIR isn't set.
,
Aug 29 2017
|
|||
►
Sign in to add a comment |
|||
Comment 1 Deleted