#606: [PATCH] pulseaudio systemwide is a pain ---------------------+------------------------------------------------------ Reporter: Rudd-O | Owner: lennart Type: defect | Status: new Milestone: | Component: clients Resolution: | Keywords: ---------------------+------------------------------------------------------
Comment(by Rudd-O): For the record, I am documenting here what happens with the client.conf's, and Colin is right. That, however, only means that the new patch will do what he expects. ------------------------------------------- ~/Projects/Third-party/pulseau...@karen.dragonfear α: LANG=C ls -la /etc/pulse/client.conf ~/.pulse/client.conf ; strace -efile aplay /usr/share/sounds/pop.wav 2>&1 | grep client.conf ls: cannot access /home/rudd-o/.pulse/client.conf: No such file or directory -rw-r--r-- 1 root root 1227 Apr 3 09:48 /etc/pulse/client.conf open("/home/rudd-o/.pulse/client.conf", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/pulse/client.conf", O_RDONLY) = 7 ~/Projects/Third-party/pulseau...@karen.dragonfear α: touch ~/.pulse/client.conf ~/Projects/Third-party/pulseau...@karen.dragonfear α: LANG=C ls -la /etc/pulse/client.conf ~/.pulse/client.conf ; strace -efile aplay /usr/share/sounds/pop.wav 2>&1 | grep client.conf -rw-r--r-- 1 root root 1227 Apr 3 09:48 /etc/pulse/client.conf -rw-rw-r-- 1 rudd-o rudd-o 0 Jul 14 16:46 /home/rudd-o/.pulse/client.conf open("/home/rudd-o/.pulse/client.conf", O_RDONLY) = 7 ~/Projects/Third-party/pulseau...@karen.dragonfear α: -- Ticket URL: <http://pulseaudio.org/ticket/606#comment:22> PulseAudio <http://pulseaudio.org/> The PulseAudio Sound Server _______________________________________________ pulseaudio-tickets mailing list pulseaudio-tickets@mail.0pointer.de https://tango.0pointer.de/mailman/listinfo/pulseaudio-tickets