From d9c6485cbf3d73658d7059bc788ae1af266b90f5 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Tue, 1 Nov 2011 11:54:59 -0400 Subject: [PATCH] data: Fix the description for enabled-extensions The description for enabled-extensions referenced an old and removed key, "disabled-extensions". Update the description to talk about the DBus methods that GNOME Shell provides and talk about how the list is now an explicit whitelist that needs to be there. https://bugzilla.gnome.org/show_bug.cgi?id=663175 --- data/org.gnome.shell.gschema.xml.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in index 78aa79ae3..ea822eebf 100644 --- a/data/org.gnome.shell.gschema.xml.in +++ b/data/org.gnome.shell.gschema.xml.in @@ -16,8 +16,9 @@ <_summary>Uuids of extensions to enable <_description> GNOME Shell extensions have a uuid property; this key lists extensions - which should be loaded. disabled-extensions overrides this setting for - extensions that appear in both lists. + which should be loaded. Any extension that wants to be loaded needs + to be in this list. You can also manipulate this list with the + EnableExtension and DisableExtension DBus methods on org.gnome.Shell.