https://bugs.kde.org/show_bug.cgi?id=379245

--- Comment #2 from Mads <m...@ab3.no> ---
$ qdbus org.pulseaudio.Server /org/pulseaudio/server_lookup1
org.PulseAudio.ServerLookup1.Address
unix:path=/run/user/1000/pulse/dbus-socket
$ pax11publish -e -S another_pulseserver
$ qdbus org.pulseaudio.Server /org/pulseaudio/server_lookup1
org.PulseAudio.ServerLookup1.Address
unix:path=/run/user/1000/pulse/dbus-socket

They stay the same, because as far as I understand it, pax11publish only
changes data stored as properties in my X root window:

$ xprop -root | grep ^PULSE_
PULSE_SESSION_ID(STRING) = "c2"

$ pax11publish -e -S another_pulseserver

$ xprop -root | grep ^PULSE_
PULSE_COOKIE(STRING) = "...very_long_string_containing_a_pulse_cookie..."
PULSE_SERVER(STRING) = "another_pulseserver"
PULSE_SESSION_ID(STRING) = "c2"

I have created a '.config/pulse/cookie' file at both client and server and
enabled tcp server at the daemon side, or else I reckon this wouldn't work.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to