You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
29 lines
1.1 KiB
6 years ago
|
From ff14d233b2117fc1b18955c62df29bb687b0f8ff Mon Sep 17 00:00:00 2001
|
||
|
From: Jakub Steiner <jimmac@gmail.com>
|
||
|
Date: Mon, 26 Mar 2018 15:45:46 +0200
|
||
|
Subject: [PATCH] schemas: default lock background
|
||
|
|
||
|
We no longer ship explicit default lock screen background.
|
||
|
|
||
|
https://bugzilla.gnome.org/show_bug.cgi?id=794698
|
||
|
---
|
||
|
schemas/org.gnome.desktop.screensaver.gschema.xml.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/schemas/org.gnome.desktop.screensaver.gschema.xml.in b/schemas/org.gnome.desktop.screensaver.gschema.xml.in
|
||
|
index 9eacd74a32..5c2db2a156 100644
|
||
|
--- a/schemas/org.gnome.desktop.screensaver.gschema.xml.in
|
||
|
+++ b/schemas/org.gnome.desktop.screensaver.gschema.xml.in
|
||
|
@@ -95,7 +95,7 @@
|
||
|
</description>
|
||
|
</key>
|
||
|
<key name="picture-uri" type="s">
|
||
|
- <default>'file://@datadir@/backgrounds/gnome/adwaita-lock.jpg'</default>
|
||
|
+ <default>'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'</default>
|
||
|
<summary>Picture URI</summary>
|
||
|
<description>
|
||
|
URI to use for the background image. Note that the backend only supports
|
||
|
--
|
||
|
2.17.1
|
||
|
|