From 41c6b0486d951914e99cb157271846c57bf93ed2 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 30 Mar 2007 09:57:21 +0000 Subject: [PATCH] delete the SN env var after launching a program --- openbox/action.c | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.45.2