mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
snap: Cleanup more environment variables set by launcher script
This commit is contained in:
@ -2374,6 +2374,9 @@ pub fn defaultTermioEnv(self: *Surface) !std.process.EnvMap {
|
||||
env.remove("GDK_PIXBUF_MODULEDIR");
|
||||
env.remove("GDK_PIXBUF_MODULE_FILE");
|
||||
env.remove("GTK_PATH");
|
||||
env.remove("XDG_CONFIG_HOME");
|
||||
env.remove("XDG_CACHE_HOME");
|
||||
env.remove("XDG_DATA_HOME");
|
||||
}
|
||||
|
||||
if (self.container.window()) |window| {
|
||||
|
Reference in New Issue
Block a user