From: Mikael Magnusson Date: Fri, 30 Mar 2007 09:57:21 +0000 (+0000) Subject: delete the SN env var after launching a program X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=41c6b0486d951914e99cb157271846c57bf93ed2;p=chaz%2Fopenbox delete the SN env var after launching a program --- diff --git a/openbox/action.c b/openbox/action.c index 9022333a..5456c80e 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1122,6 +1122,7 @@ void action_execute(union ActionData *data) g_error_free(e); sn_spawn_cancel(); } + unsetenv("DESKTOP_STARTUP_ID"); g_free(program); g_strfreev(argv); } else {