[gnome-initial-setup/wip/pwithnall/misc-fixes: 63/70] data: Enable panel extension in initial-setup session




commit c6ac1ccc1fab286e666cd6475c1ea019a9a3b7aa
Author: Andre Moreira Magalhaes <andre endlessm com>
Date:   Wed Aug 12 18:56:29 2020 -0300

    data: Enable panel extension in initial-setup session
    
    The panel customizations from Endless are now done as part of
    panel extension so let's enable it here.
    
    Note we don't change the default panel layout defined for the session,
    but that is because the panel extension will ignore it (and define its own
    layout) and if the panel extension fails to load we fallback to the layout
    set here instead of breaking the session.
    
    https://phabricator.endlessm.com/T30445

 data/initial-setup.json | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/data/initial-setup.json b/data/initial-setup.json
index d56b03a8..f70e32f5 100644
--- a/data/initial-setup.json
+++ b/data/initial-setup.json
@@ -1,6 +1,8 @@
 {
     "hasWindows": true,
     "components": ["networkAgent"],
+    "allowExtensions": true,
+    "enabledExtensions": ["eos-panel endlessm com"],
     "panel": { "left": [],
                "center": [],
                "right": ["a11y", "keyboard", "aggregateMenu"]


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