~ubuntu-desktop/ubuntu/+source/vte2.91:upstream/latest

Last commit made on 2020-02-19
Get this branch:
git clone -b upstream/latest https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/vte2.91
Members of Ubuntu Desktop can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
upstream/latest
Repository:
lp:~ubuntu-desktop/ubuntu/+source/vte2.91

Recent commits

c7a36bf... by Robert Ancell

New upstream version 0.59.91

a444c23... by Christian Persch <email address hidden>

Version 0.59.91

12a5427... by Christian Persch <email address hidden>

pty: Reduce wait-for-EOS time to 2 seconds

This should make the delay less noticeable while still allowing to read
all data from the recently exited child process.

81c7d90... by Christian Persch <email address hidden>

build: Fix libsystemd req version

sd_pid_get_user_slice() was added in 220, so change the minimum dep version to that.

1ea1c04... by Christian Persch <email address hidden>

systemd: Put child process into the parent's slice

9e8168d... by Christian Persch <email address hidden>

systemd: Install config drop-in for vte-spawn-.scope

1d48896... by Christian Persch <email address hidden>

systemd: Add systemd support

Move newly created child processes into their own systemd user scope.
Apparently this is required so that when the OOM killer catches one
of gnome-terminal-server's child processes, it doesn't also kill
gnome-terminal-server itself and thus all and every terminals in it.

Fixes: https://gitlab.gnome.org/GNOME/gnome-terminal/issues/206
https://bugzilla.gnome.org/show_bug.cgi?id=744736
https://bugzilla.redhat.com/show_bug.cgi?id=1796828

427eebb... by Christian Persch <email address hidden>

pty: Document VTE_SPAWN_NO_PARENT_ENVV

2780439... by Christian Persch <email address hidden>

lib: Add smart pointer for g_free()able things

c4f90c5... by Christian Persch <email address hidden>

emulation: Remove support for obsolete charset

https://bugzilla.gnome.org/show_bug.cgi?id=732586#c5