From: Michael Stapelberg Date: Tue, 25 Oct 2011 21:21:59 +0000 (+0100) Subject: complete-run: clear the DESKTOP_STARTUP_ID environment variable before starting i3 X-Git-Tag: 4.1~46^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=af6f8ca7c2e458a697ce667b6c984d56231e997d;p=i3%2Fi3 complete-run: clear the DESKTOP_STARTUP_ID environment variable before starting i3 --- diff --git a/testcases/lib/SocketActivation.pm b/testcases/lib/SocketActivation.pm index 11a672e3..1ecfb2aa 100644 --- a/testcases/lib/SocketActivation.pm +++ b/testcases/lib/SocketActivation.pm @@ -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',