Jonas Ådahl ee7db6d
From 4a82121b6c90df48b474bce31ca16e15f55368dc Mon Sep 17 00:00:00 2001
Jonas Ådahl ee7db6d
From: =?UTF-8?q?Jonas=20=C3=85dahl?= <jadahl@gmail.com>
Jonas Ådahl ee7db6d
Date: Mon, 4 Sep 2023 10:22:49 +0200
Jonas Ådahl ee7db6d
Subject: [PATCH] gschema: Enable 'scale-monitor-framebuffer' experimental
Jonas Ådahl ee7db6d
 feature
Jonas Ådahl ee7db6d
Jonas Ådahl ee7db6d
Enabling this by default was the consensus in a previous meeting[1].
Jonas Ådahl ee7db6d
Jonas Ådahl ee7db6d
[1] https://pagure.io/fedora-workstation/issue/357#comment-848857
Jonas Ådahl ee7db6d
---
Jonas Ådahl ee7db6d
 data/org.gnome.mutter.gschema.xml.in | 2 +-
Jonas Ådahl ee7db6d
 1 file changed, 1 insertion(+), 1 deletion(-)
Jonas Ådahl ee7db6d
Jonas Ådahl ee7db6d
diff --git a/data/org.gnome.mutter.gschema.xml.in b/data/org.gnome.mutter.gschema.xml.in
Jonas Ådahl ee7db6d
index 5d56ae2d37..8052032c51 100644
Jonas Ådahl ee7db6d
--- a/data/org.gnome.mutter.gschema.xml.in
Jonas Ådahl ee7db6d
+++ b/data/org.gnome.mutter.gschema.xml.in
Jonas Ådahl ee7db6d
@@ -103,7 +103,7 @@
Jonas Ådahl ee7db6d
 
Jonas Ådahl ee7db6d
     
Jonas Ådahl ee7db6d
         flags='org.gnome.mutter.MetaExperimentalFeature'>
Jonas Ådahl ee7db6d
-      <default>[]</default>
Jonas Ådahl ee7db6d
+      <default>["scale-monitor-framebuffer"]</default>
Jonas Ådahl ee7db6d
       <summary>Enable experimental features</summary>
Jonas Ådahl ee7db6d
       <description>
Jonas Ådahl ee7db6d
         To enable experimental features, add the feature keyword to the list.
Jonas Ådahl ee7db6d
-- 
Jonas Ådahl ee7db6d
2.41.0
Jonas Ådahl ee7db6d