GNOME Bugzilla – Bug 676375
deprecate vte_terminal_spawn*
Last modified: 2020-04-27 20:18:33 UTC
Once GSubprocess lands in glib (bug 672102), we should should deprecate vte_terminal_fork_command_full.
It's gone now - there's a remaining reference to this in vte_pty_new_sync()'s API documentation, which should be adjusted. Christian, feel like updating docs? :) I'm not familiar with this part of vte.
It's not gone, just been removed to vte_terminal_spawn_sync in 2.91.
In the meantime, vte has in-sourced gspawn to fix various problems with it. gsubprocess uses glib's g_spawn_async directly, so using gsubprocess isn't a direction vte wants to go into anymore. -> WONTFIX