From 4abde90e8243e48d0559f316b87c7fc3711e118c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 7 Nov 2023 16:38:37 +0100 Subject: [PATCH] classic: Reenable overview Since we disabled the overview in the classic session, gnome-shell switched to a horizontal workspace layout and replaced the activities button with an indicator. Those are big enough changes to reevaluate the decision, so remove the delta with the regular session and turn it back on. This reverts commit 82d201106177837c706e98f8b33f528204b39fb6. Part-of: --- data/classic.json.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/classic.json.in b/data/classic.json.in index f4cad60b..ef003e36 100644 --- a/data/classic.json.in +++ b/data/classic.json.in @@ -1,10 +1,9 @@ { "parentMode": "user", "colorScheme": "force-light", - "hasOverview": false, "showWelcomeDialog": false, "enabledExtensions": [@CLASSIC_EXTENSIONS@], - "panel": { "left": [], + "panel": { "left": ["activities"], "center": [], "right": ["a11y", "keyboard", "dateMenu", "quickSettings"] }