[gnome-shell/wip/aday/app-grid-layout] schema: Enable extension version validation by default



commit cc22fee5f4d0e70bd255ef2ebbab373952715fed
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.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1706>

 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 5a41ea18d1..cd6a2356dd 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]