[gsettings-desktop-schemas/wip/jimmac/webp-wallpaper: 14/14] wallpaper: use webp




commit ded861de8530fb685fa15646ce15c8716be3b596
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Aug 17 16:27:27 2022 +0200

    wallpaper: use webp
    
    Fixes https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/issues/43

 schemas/org.gnome.desktop.background.gschema.xml.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.background.gschema.xml.in 
b/schemas/org.gnome.desktop.background.gschema.xml.in
index f8386e0..6a70b65 100644
--- a/schemas/org.gnome.desktop.background.gschema.xml.in
+++ b/schemas/org.gnome.desktop.background.gschema.xml.in
@@ -11,7 +11,7 @@
       </description>
     </key>
     <key name="picture-uri" type="s">
-      <default>'file://@datadir@/backgrounds/gnome/adwaita-l.jpg'</default>
+      <default>'file://@datadir@/backgrounds/gnome/adwaita-l.webp'</default>
       <summary>Picture URI</summary>
       <description>
         URI to use for the background image. Note that the backend only supports
@@ -19,7 +19,7 @@
       </description>
     </key>
     <key name="picture-uri-dark" type="s">
-      <default>'file://@datadir@/backgrounds/gnome/adwaita-d.jpg'</default>
+      <default>'file://@datadir@/backgrounds/gnome/adwaita-d.webp'</default>
       <summary>Picture URI (dark)</summary>
       <description>
         URI to use for the background image. Note that the backend only supports


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