Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
18 lines
548 B
Diff
18 lines
548 B
Diff
diff --git a/extension.js b/extension.js
|
|
index c608441..2b25335 100644
|
|
--- a/extension.js
|
|
+++ b/extension.js
|
|
@@ -9,7 +9,11 @@ import Atk from 'gi://Atk';
|
|
import Clutter from 'gi://Clutter';
|
|
import Gio from 'gi://Gio';
|
|
import GLib from 'gi://GLib';
|
|
-import GMenu from 'gi://GMenu';
|
|
+
|
|
+import GIRepository from 'gi://GIRepository';
|
|
+GIRepository.Repository.prepend_search_path('@gmenu_path@');
|
|
+const {default: GMenu} = await import('gi://GMenu');
|
|
+
|
|
import GObject from 'gi://GObject';
|
|
import Gtk from 'gi://Gtk';
|
|
import Meta from 'gi://Meta';
|