summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2019-06-21 10:26:20 +0100
committerWill Thompson <will@willthompson.co.uk>2019-06-21 14:07:57 +0100
commit8f7aff4633e0c6d4630e2218a70cb27716abefd7 (patch)
treec58c9536739898982bfef21e8c46546ff98055c9 /data
parent8261b6511d55c3cf8db2b2f434eb04a93022d57b (diff)
downloadgnome-initial-setup-8f7aff4633e0c6d4630e2218a70cb27716abefd7.tar.gz
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
Diffstat (limited to 'data')
-rw-r--r--data/initial-setup.json2
1 files changed, 1 insertions, 1 deletions
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"]
}
}