stop setting VTE_VERSION, as VTE sets it now
This commit is contained in:
parent
86e2bc88e8
commit
2b5af377aa
|
@ -1592,7 +1592,6 @@ int main(int argc, char **argv) {
|
|||
char **env = g_get_environ();
|
||||
env = g_environ_setenv(env, "WINDOWID", xid_s, TRUE);
|
||||
env = g_environ_setenv(env, "TERM", term, TRUE);
|
||||
env = g_environ_setenv(env, "VTE_VERSION", "3405", TRUE);
|
||||
|
||||
GPid child_pid;
|
||||
if (vte_terminal_spawn_sync(vte, VTE_PTY_DEFAULT, nullptr, command_argv, env,
|
||||
|
|
Loading…
Reference in New Issue