import gsettings-desktop-schemas-3.32.0-4.el8
This commit is contained in:
parent
23239e91ae
commit
2deda940ed
32
SOURCES/0001-Add-a-setting-for-overlay-scrolling.patch
Normal file
32
SOURCES/0001-Add-a-setting-for-overlay-scrolling.patch
Normal file
@ -0,0 +1,32 @@
|
||||
From b94d2334fe6e2578aec32f97b9c3bd0d7709ad12 Mon Sep 17 00:00:00 2001
|
||||
From: Matthias Clasen <mclasen@redhat.com>
|
||||
Date: Wed, 22 May 2019 15:51:19 -0400
|
||||
Subject: [PATCH] Add a setting for overlay scrolling
|
||||
|
||||
This setting will be used by GTK.
|
||||
---
|
||||
schemas/org.gnome.desktop.interface.gschema.xml.in | 9 +++++++++
|
||||
1 file changed, 9 insertions(+)
|
||||
|
||||
diff --git a/schemas/org.gnome.desktop.interface.gschema.xml.in b/schemas/org.gnome.desktop.interface.gschema.xml.in
|
||||
index 22ef50d..680ac4c 100644
|
||||
--- a/schemas/org.gnome.desktop.interface.gschema.xml.in
|
||||
+++ b/schemas/org.gnome.desktop.interface.gschema.xml.in
|
||||
@@ -242,5 +242,14 @@
|
||||
If true, gtk+ uses the primary paste selection, usually triggered by a middle mouse button click.
|
||||
</description>
|
||||
</key>
|
||||
+ <key name="overlay-scrolling" type="b">
|
||||
+ <default>true</default>
|
||||
+ <summary>Allow overlay scrolling</summary>
|
||||
+ <description>
|
||||
+ Whether scrollbars should be overlayed as indicators. Depending
|
||||
+ on input devices in use, permanent scrollbars may still be
|
||||
+ displayed.
|
||||
+ </description>
|
||||
+ </key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
--
|
||||
2.23.0
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: gsettings-desktop-schemas
|
||||
Version: 3.32.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: A collection of GSettings schemas
|
||||
|
||||
License: LGPLv2+
|
||||
@ -15,6 +15,7 @@ Source1: org.gnome.desktop.interface.gschema.override
|
||||
Patch0: add-mount-removable-storage-devices-as-read-only-option.patch
|
||||
# Backport from 3.33.1
|
||||
Patch1: 0001-schemas-Add-enable-hot-corners-setting.patch
|
||||
Patch2: 0001-Add-a-setting-for-overlay-scrolling.patch
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: glib2-devel >= 2.31.0
|
||||
@ -85,6 +86,10 @@ glib-compile-schemas --dry-run --strict $RPM_BUILD_ROOT%{_datadir}/glib-2.0/sche
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 21 2019 Benjamin Otte <otte@redhat.com> - 3.32-0-4
|
||||
- Backport setting for overlay scrolling
|
||||
Resolves: #1723464
|
||||
|
||||
* Tue Jul 23 2019 Florian Müllner <fmuellner@redhat.com> - 3.32-0-3
|
||||
- Backport 'enable-hot-corners' setting
|
||||
Resolves: #1704355
|
||||
|
Loading…
Reference in New Issue
Block a user