[gnome-shell/ewlsh/enable-extension-version-check] schema: Enable extension version validation by default




commit 7c7af0bbd00ac9cd45df8e270b4e87090a167f71
Author: Evan Welsh <contact evanwelsh com>
Date:   Sat Feb 20 12:25:00 2021 -0800

    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.

 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 1af4b09a4d..eb2771df55 100644
--- a/data/org.gnome.shell.gschema.xml.in
+++ b/data/org.gnome.shell.gschema.xml.in
@@ -41,7 +41,7 @@
       </description>
     </key>
     <key name="disable-extension-version-validation" type="b">
-      <default>true</default>
+      <default>false</default>
       <summary>Disables the validation of extension version compatibility</summary>
       <description>
         GNOME Shell will only load extensions that claim to support the current


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