There is a new pull request by avinashkrishna07 against master on the void-packages repository https://github.com/avinashkrishna07/void-packages master https://github.com/void-linux/void-packages/pull/38376 pipewire: assure rw permissions in run directories in case its missing Sometimes `/run/pulse` has `rwx------` permission somehow due to old pulseaudio package if installed. This was causing `pactl info` return ``` Connection failure: Connection refused pa_context_connect() failed: Connection refused ``` and applets showing `No audio devices`... Because users in group `_pipewire` were not able to read/open the directory. This PR would ensure that it has 755 permissions if the directory already exists and not readable by `_pipewire` group. #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/38376.patch is attached