delete the SN env var after launching a program
This commit is contained in:
parent
0eaf2d15e7
commit
41c6b0486d
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue