From 5f3245ead885a7f240befc9c6dfd5c4f61b8513f Mon Sep 17 00:00:00 2001 From: lenemter Date: Tue, 26 Sep 2023 09:38:53 +0900 Subject: [PATCH] Don't use Gtk.init --- src/WindowManager.vala | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/WindowManager.vala b/src/WindowManager.vala index e872db30..ef238956 100644 --- a/src/WindowManager.vala +++ b/src/WindowManager.vala @@ -303,10 +303,6 @@ namespace Gala { // Most things inside this "later" depend on GTK. We get segfaults if we try to do GTK stuff before the window manager // is initialized, so we hold this stuff off until we're ready to draw laters.add (Meta.LaterType.BEFORE_REDRAW, () => { - string[] args = {}; - unowned string[] _args = args; - Gtk.init (ref _args); - accent_color_manager = new AccentColorManager (); // initialize plugins and add default components if no plugin overrides them