From ced3c94dfa6efa82c3c2a48b25523f7c03dcbd09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 26 Apr 2023 14:44:27 +0200 Subject: [PATCH] classic: Account for removal of app menu We no longer include the app menu in the regular GNOME session, we shouldn't bring it back in Classic (not least because there never was a similar menu in GNOME 2). Part-of: --- data/classic.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/classic.json.in b/data/classic.json.in index 601a8995..f4cad60b 100644 --- a/data/classic.json.in +++ b/data/classic.json.in @@ -4,7 +4,7 @@ "hasOverview": false, "showWelcomeDialog": false, "enabledExtensions": [@CLASSIC_EXTENSIONS@], - "panel": { "left": ["appMenu"], + "panel": { "left": [], "center": [], "right": ["a11y", "keyboard", "dateMenu", "quickSettings"] }