diff options
| -rw-r--r-- | openbox/action.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
