After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 676375 - deprecate vte_terminal_spawn*
deprecate vte_terminal_spawn*
Status: RESOLVED WONTFIX
Product: vte
Classification: Core
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on: 672102
Blocks:
 
 
Reported: 2012-05-19 17:33 UTC by Christian Persch
Modified: 2020-04-27 20:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2012-05-19 17:33:36 UTC
Once GSubprocess lands in glib (bug 672102), we should should deprecate vte_terminal_fork_command_full.
Comment 1 Egmont Koblinger 2015-01-17 11:56:45 UTC
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.
Comment 2 Christian Persch 2015-01-17 12:01:52 UTC
It's not gone, just been removed to vte_terminal_spawn_sync in 2.91.
Comment 3 Christian Persch 2020-04-27 20:18:33 UTC
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