1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00
wezterm/wezterm
Wez Furlong d2e31148a0 wezterm: workaround appimage startup issue
AppImage passes fd 1023 opened on the mount point directory.
If we close this prior to exec, some magic in appimage decides
to unmount the fuse mount right before we're about to exec
the wezterm-gui binary from the appimage.

So, don't close stray fds when the cli spawns the gui when
we're an appimage.

See also: e831032c72

closes: #419
2021-01-09 08:22:17 -08:00
..
src wezterm: workaround appimage startup issue 2021-01-09 08:22:17 -08:00
Cargo.toml use $WEZTERM_LOG to configure log levels ad-hoc 2020-12-23 12:19:19 -08:00