We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf849f commit 70ed558Copy full SHA for 70ed558
lang/gjs/src/gtk4/app.ts
@@ -4,6 +4,10 @@ import { mkApp } from "../_app"
4
5
Gtk.init()
6
7
+// stop this from leaking into subprocesses
8
+// and gio launch invocations
9
+GLib.unsetenv("LD_PRELOAD")
10
+
11
// users might want to use Adwaita in which case it has to be initialized
12
// it might be common pitfall to forget it because `App` is not `Adw.Application`
13
await import("gi://Adw?version=1")
0 commit comments