parent
a4512614e7
commit
314b8a27fe
34
0001-Adjust-default-values-for-RHEL.patch
Normal file
34
0001-Adjust-default-values-for-RHEL.patch
Normal file
@ -0,0 +1,34 @@
|
||||
From ca8d41f48b41f181e86804b940b2737b4255e4ef Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
|
||||
Date: Mon, 28 Feb 2022 13:49:34 +0100
|
||||
Subject: [PATCH] Adjust default values for RHEL
|
||||
|
||||
---
|
||||
.../org.fedorahosted.background-logo-extension.gschema.xml | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/schemas/org.fedorahosted.background-logo-extension.gschema.xml b/schemas/org.fedorahosted.background-logo-extension.gschema.xml
|
||||
index 74bc3a8..f7e8f07 100644
|
||||
--- a/schemas/org.fedorahosted.background-logo-extension.gschema.xml
|
||||
+++ b/schemas/org.fedorahosted.background-logo-extension.gschema.xml
|
||||
@@ -13,7 +13,7 @@
|
||||
<schema path="/org/fedorahosted/background-logo-extension/"
|
||||
id="org.fedorahosted.background-logo-extension">
|
||||
<key type="s" name="logo-file">
|
||||
- <default>'/usr/share/fedora-logos/fedora_lightbackground.svg'</default>
|
||||
+ <default>'/usr/share/redhat-logos/fedora_logo_darkbackground.svg'</default>
|
||||
<summary>Logo file</summary>
|
||||
<description>The full logo file path</description>
|
||||
</key>
|
||||
@@ -29,7 +29,7 @@
|
||||
</key>
|
||||
<key type="d" name="logo-size">
|
||||
<range min="5.0" max="15.0"/>
|
||||
- <default>9.0</default>
|
||||
+ <default>15.0</default>
|
||||
<summary>Logo size</summary>
|
||||
<description>The logo size in percent relative to the screen width</description>
|
||||
</key>
|
||||
--
|
||||
2.35.1
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Name: gnome-shell-extension-background-logo
|
||||
Version: 40.0~rc
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Background logo extension for GNOME Shell
|
||||
|
||||
License: GPLv2+
|
||||
@ -16,12 +16,15 @@ BuildRequires: glib2-devel
|
||||
BuildRequires: git
|
||||
|
||||
Requires: gnome-shell >= %{shell_version}
|
||||
Requires: system-logos
|
||||
|
||||
Patch0: 0001-Adjust-default-values-for-RHEL.patch
|
||||
|
||||
# https://pagure.io/background-logo-extension/pull-request/32
|
||||
Patch0: 32.patch
|
||||
Patch1: 32.patch
|
||||
|
||||
Patch1: 0001-Support-positioning-at-the-top.patch
|
||||
Patch2: 0001-prefs-Scale-preview-border.patch
|
||||
Patch2: 0001-Support-positioning-at-the-top.patch
|
||||
Patch3: 0001-prefs-Scale-preview-border.patch
|
||||
|
||||
%description
|
||||
Show your pride! Display the Fedora logo (or any other graphic) in the corner of your desktop.
|
||||
@ -42,6 +45,10 @@ Show your pride! Display the Fedora logo (or any other graphic) in the corner of
|
||||
%{_datadir}/gnome-shell/extensions/background-logo@fedorahosted.org/
|
||||
|
||||
%changelog
|
||||
* Mon Feb 28 2022 Florian Müllner <fmuellner@redhat.com> - 40.0~rc-4
|
||||
- Adjust default values for RHEL
|
||||
Resolves: #2057150
|
||||
|
||||
* Tue Feb 22 2022 Florian Müllner <fmuellner@redhat.com> - 40.0~rc-3
|
||||
- Backport support for top positioning in RHEL
|
||||
Related: #2052594
|
||||
|
Loading…
Reference in New Issue
Block a user