mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-20 03:51:26 +00:00
More environment handling to ensure reliability across distros
This commit is contained in:
committed by
Mitchell Hashimoto
parent
2adee4290a
commit
d3623393a6
@@ -744,6 +744,9 @@ const Subprocess = struct {
|
||||
env.remove("LIBVA_DRIVERS_PATH");
|
||||
env.remove("VK_LAYER_PATH");
|
||||
env.remove("XLOCALEDIR");
|
||||
env.remove("GDK_PIXBUF_MODULEDIR");
|
||||
env.remove("GDK_PIXBUF_MODULE_FILE");
|
||||
env.remove("GTK_PATH");
|
||||
}
|
||||
|
||||
// Set our TERM var. This is a bit complicated because we want to use
|
||||
|
||||
Reference in New Issue
Block a user