mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
x11: Make pax11publish -r remove PULSE_SESSION_ID
This is not set by pax11publish, but module-x11-publish does so this tool should tidy that up. It is only removed when passing -r and is ignored when actually setting up it's own properties from the conf files/guesswork.
This commit is contained in:
parent
38d0f4d15f
commit
0d1e53e30a
1 changed files with 1 additions and 0 deletions
|
|
@ -209,6 +209,7 @@ int main(int argc, char *argv[]) {
|
|||
pa_x11_del_prop(xcb, screen, "PULSE_SOURCE");
|
||||
pa_x11_del_prop(xcb, screen, "PULSE_ID");
|
||||
pa_x11_del_prop(xcb, screen, "PULSE_COOKIE");
|
||||
pa_x11_del_prop(xcb, screen, "PULSE_SESSION_ID");
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue