summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2011-03-01 18:15:28 +0000
committerColin Guthrie <cguthrie@mandriva.org>2011-03-01 18:15:28 +0000
commit0d1e53e30a7a984657a6599fb2978e9cdd4c6bb5 (patch)
tree67669e6293e5c8f4a507746ec68c0616455830ad /src/utils
parent38d0f4d15fc39575ea52c2832463d29050f8d0cb (diff)
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.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/pax11publish.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/pax11publish.c b/src/utils/pax11publish.c
index e155888c..a6f058a1 100644
--- a/src/utils/pax11publish.c
+++ b/src/utils/pax11publish.c
@@ -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: