1
0

Accepting request 1156811 from home:xiaoguang_wang:branches:GNOME:Factory

- Update gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch:
  Add key picture-uri-dark (bsc#1221205).

OBS-URL: https://build.opensuse.org/request/show/1156811
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gsettings-desktop-schemas?expand=0&rev=151
This commit is contained in:
Dominique Leuenberger 2024-03-11 09:14:19 +00:00 committed by Git OBS Bridge
parent 0821e0db76
commit 441b3ebf97
3 changed files with 24 additions and 14 deletions

View File

@ -15,11 +15,11 @@ https://gitlab.gnome.org/GNOME/gnome-shell/issues/680
2 files changed, 60 insertions(+)
create mode 100644 schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in
diff --git a/schemas/meson.build b/schemas/meson.build
index 69a3f98..4e8c8f9 100644
--- a/schemas/meson.build
+++ b/schemas/meson.build
@@ -15,6 +15,7 @@ schemas = [
Index: gsettings-desktop-schemas-45.0/schemas/meson.build
===================================================================
--- gsettings-desktop-schemas-45.0.orig/schemas/meson.build
+++ gsettings-desktop-schemas-45.0/schemas/meson.build
@@ -16,6 +16,7 @@ schemas = [
'org.gnome.desktop.thumbnailers.gschema.xml',
'org.gnome.desktop.session.gschema.xml',
'org.gnome.desktop.background.gschema.xml',
@ -27,12 +27,11 @@ index 69a3f98..4e8c8f9 100644
'org.gnome.desktop.calendar.gschema.xml',
'org.gnome.desktop.datetime.gschema.xml',
'org.gnome.desktop.media-handling.gschema.xml',
diff --git a/schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in b/schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in
new file mode 100644
index 0000000..b38e699
Index: gsettings-desktop-schemas-45.0/schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in
===================================================================
--- /dev/null
+++ b/schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in
@@ -0,0 +1,59 @@
+++ gsettings-desktop-schemas-45.0/schemas/org.gnome.desktop.background.lockdialog.gschema.xml.in
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schemalist gettext-domain="gsettings-desktop-schemas">
+ <schema id="org.gnome.desktop.background.lockdialog" path="/org/gnome/desktop/background/lockdialog/">
@ -53,6 +52,14 @@ index 0000000..b38e699
+ local (file://) URIs.
+ </description>
+ </key>
+ <key name="picture-uri-dark" type="s">
+ <default>'resource:///org/gnome/shell/theme/noise-texture.png'</default>
+ <summary>Picture URI (dark)</summary>
+ <description>
+ URI to use for the background image. Note that the backend only supports
+ local (file://) URIs.
+ </description>
+ </key>
+ <key name="picture-opacity" type="i">
+ <range min="0" max="100"/>
+ <default>100</default>
@ -92,6 +99,3 @@ index 0000000..b38e699
+ </key>
+ </schema>
+</schemalist>
--
2.16.4

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 11 02:04:51 UTC 2024 - Xiaoguang Wang <xiaoguang.wang@suse.com>
- Update gsettings-desktop-schemas-fate324570-Add-key-for-GDM-background-configuration.patch:
Add key picture-uri-dark (bsc#1221205).
-------------------------------------------------------------------
Tue Nov 28 11:23:19 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package gsettings-desktop-schemas
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
#
# All modifications and additions to the file contributed by third parties