[gnome-initial-setup: 1/2] data: use a11y menu in initial-setup session



commit 8f7aff4633e0c6d4630e2218a70cb27716abefd7
Author: Will Thompson <will willthompson co uk>
Date:   Fri Jun 21 10:26:20 2019 +0100

    data: use a11y menu in initial-setup session
    
    The a11yGreeter menu was removed in gnome-shell 3.27.1. It was identical
    to the a11y menu, except that a11yGreeter was unconditionally visible,
    whereas a11y hides itself unless a a11y tool is enabled or the
    always-show-universal-access-status GSetting is true.
    
    Using the correct name means the a11y menu will be shown if the distro
    or administrator has overridden always-show-universal-access-status, but
    is not enough to unconditionally show it.
    
    https://gitlab.gnome.org/GNOME/gnome-initial-setup/issues/77

 data/initial-setup.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/initial-setup.json b/data/initial-setup.json
index 5cbda2a..d56b03a 100644
--- a/data/initial-setup.json
+++ b/data/initial-setup.json
@@ -3,6 +3,6 @@
     "components": ["networkAgent"],
     "panel": { "left": [],
                "center": [],
-               "right": ["a11yGreeter", "keyboard", "aggregateMenu"]
+               "right": ["a11y", "keyboard", "aggregateMenu"]
     }
 }


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