From 9a50240bbc83c4084b0c2577fe8ff712fcaf97c8 Mon Sep 17 00:00:00 2001 From: Evan Welsh Date: Sat, 20 Feb 2021 12:25:00 -0800 Subject: [PATCH] schema: Enable extension version validation by default Previously this was disabled to avoid requiring extensions to manually update on each release. For 40 this behavior will likely be too unstable for most users. Part-of: --- data/org.gnome.shell.gschema.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/org.gnome.shell.gschema.xml.in b/data/org.gnome.shell.gschema.xml.in index 1af4b09a4..eb2771df5 100644 --- a/data/org.gnome.shell.gschema.xml.in +++ b/data/org.gnome.shell.gschema.xml.in @@ -41,7 +41,7 @@ - true + false Disables the validation of extension version compatibility GNOME Shell will only load extensions that claim to support the current