From ae7917c904dd9d80982e6e353b4bddc7420a4a98 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Thu, 5 Feb 2026 22:56:47 +0100 Subject: [PATCH] environment: Drop Meta.Backend.set_keymap_layout_group_async promisify This method was removed in mutter, its async promisification is not necessary anymore. Part-of: --- js/ui/environment.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/environment.js b/js/ui/environment.js index 83743eeb2e..f4ff303d7e 100644 --- a/js/ui/environment.js +++ b/js/ui/environment.js @@ -34,7 +34,6 @@ Gio._promisify(Gio.File.prototype, 'query_info_async'); Gio._promisify(Polkit.Permission, 'new'); Gio._promisify(Shell.App.prototype, 'activate_action'); Gio._promisify(Meta.Backend.prototype, 'set_keymap_async'); -Gio._promisify(Meta.Backend.prototype, 'set_keymap_layout_group_async'); // We can't import shell JS modules yet, because they may have // variable initializations, etc, that depend on this file's -- GitLab