]> git.sur5r.net Git - i3/i3/commitdiff
complete-run: clear the DESKTOP_STARTUP_ID environment variable before starting i3
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 25 Oct 2011 21:21:59 +0000 (22:21 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 25 Oct 2011 21:21:59 +0000 (22:21 +0100)
testcases/lib/SocketActivation.pm

index 11a672e3067243c1608a24c235176e5be3812818..1ecfb2aadad84490f430f137f28991f0bbe1ba7a 100644 (file)
@@ -53,6 +53,7 @@ sub activate_i3 {
     if ($pid == 0) {
         $ENV{LISTEN_PID} = $$;
         $ENV{LISTEN_FDS} = 1;
+        delete $ENV{DESKTOP_STARTUP_ID};
         $ENV{DISPLAY} = $args{display};
         $ENV{PATH} = join(':',
             '../i3-nagbar',