Comment 7 for bug 1946499

Revision history for this message
Martin Wimpress  (flexiondotorg) wrote : Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for <package status and progress file descriptor>: Bad file descriptor" in gdebi terminal, package is not installed

The only difference in 91_keep_fds.patch between vte2.91 (0.62.3-1ubuntu1) and vte2.91 (0.64.2-1ubuntu1) is this:

164,165c164,165
< auto op = new vte::base::SpawnOperation{spawn_context_from_args(pty,
< working_directory,
---
> auto op = std::make_unique<vte::base::SpawnOperation>
> (spawn_context_from_args(pty,