Sync from SUSE:SLFO:Main gsettings-desktop-schemas revision ba4b572fcd77b632fc12094acba7487e

This commit is contained in:
Adrian Schröter 2024-07-22 17:06:09 +02:00
parent 4a65eef35f
commit 0244d8f8ab
5 changed files with 63 additions and 21 deletions

BIN
gsettings-desktop-schemas-44.0.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
gsettings-desktop-schemas-45.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

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,42 @@
-------------------------------------------------------------------
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>
- Use %autosetup instead of %setup/%patch.
-------------------------------------------------------------------
Sat Sep 16 15:30:05 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.0:
+ Updated translations.
-------------------------------------------------------------------
Wed Sep 6 03:27:02 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
- Update to version 45.rc:
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 11 10:36:25 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.beta:
+ Updated translations.
-------------------------------------------------------------------
Fri Jul 7 19:12:10 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.alpha:
+ Revert back to jpeg wallpapers
+ Update focus-new-window description to new behavior
+ Remove window shading
+ Change default to not autostart software from media
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 20 09:30:11 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

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
@ -18,13 +18,13 @@
Name: gsettings-desktop-schemas
Version: 44.0
Version: 45.0
Release: 0
Summary: Shared GSettings Schemas for the Desktop
License: LGPL-2.1-or-later
Group: System/GUI/GNOME
URL: https://gnome.org/
Source0: https://download.gnome.org/sources/gsettings-desktop-schemas/44/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/gsettings-desktop-schemas/45/%{name}-%{version}.tar.xz
# SOURCE-FIX-SLE 00_org.gnome.desktop.peripherals.gschema.override bsc#1171593 alynx.zhou@suse.com -- Change touchpad click method to default
Source1: 00_org.gnome.desktop.peripherals.gschema.override
@ -58,8 +58,7 @@ This package contains development files.
%lang_package
%prep
%setup -q
%patch0 -p1
%autosetup -p1
%if 0%{?sle_version}
cp -a %{SOURCE1} .
%endif