[gnome-shell-extensions/no-classic-overview: 10/10] classic: Disable overview



commit 82d201106177837c706e98f8b33f528204b39fb6
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed May 29 09:44:30 2019 +0000

    classic: Disable overview
    
    The overview is one of the defining features of GNOME 3, and thus
    almost by definition at odds with the classic session, which
    emulates a traditional GNOME 2 desktop.
    
    Even with the less prominent placement inside the application menu
    it never quite fit in - it doesn't help that besides the different
    UI paradigma, the overview keeps its "normal" styling which differs
    greatly with classic's normal mode.
    
    So besides removing the "Activities" button via the session mode
    definition, now that the apps-menu extension doesn't replace it anymore,
    disable the overview completely in the classic session.
    
    https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/69

 data/classic.json.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/data/classic.json.in b/data/classic.json.in
index fdb3762..c1c0544 100644
--- a/data/classic.json.in
+++ b/data/classic.json.in
@@ -1,8 +1,9 @@
 {
     "parentMode": "user",
     "stylesheetName": "gnome-classic.css",
+    "hasOverview": false,
     "enabledExtensions": [@CLASSIC_EXTENSIONS@],
-    "panel": { "left": ["activities", "appMenu"],
+    "panel": { "left": ["appMenu"],
                "center": [],
                "right": ["a11y", "keyboard", "dateMenu", "aggregateMenu"]
              }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]