mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-16 23:06:20 +00:00
Prevent GTK from initializing Vulkan. This improves startup time
This commit is contained in:
@@ -843,6 +843,7 @@ const Subprocess = struct {
|
||||
// Don't leak these environment variables to child processes.
|
||||
if (comptime build_config.app_runtime == .gtk) {
|
||||
env.remove("GDK_DEBUG");
|
||||
env.remove("GDK_DISABLE");
|
||||
env.remove("GSK_RENDERER");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user