From ef7678f94c05d5c23d224a36b63fb98aa963c12c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= Date: Sun, 24 Nov 2024 22:47:25 +0100 Subject: [PATCH] Update command for Extensions app The old command was removed from GNOME 47: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3456 --- appIcons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appIcons.js b/appIcons.js index c24e133..27dbd50 100644 --- a/appIcons.js +++ b/appIcons.js @@ -1818,7 +1818,7 @@ export const MyShowAppsIconMenu = class extends PopupMenu.PopupMenu { this._appendItem({ title: _('Extensions'), - cmd: ['gnome-shell-extension-prefs'] + cmd: ['gnome-extensions-app'] }); this._appendItem({