48 lines
2.0 KiB
Diff
48 lines
2.0 KiB
Diff
From b1de707062a2478f9a980683db8a8fbf55881f8d Mon Sep 17 00:00:00 2001
|
|
From: Andrew Lukoshko <alukoshko@almalinux.org>
|
|
Date: Thu, 10 Oct 2024 20:50:04 +0000
|
|
Subject: [PATCH] Adjust default values for AlmaLinux
|
|
|
|
---
|
|
...org.fedorahosted.background-logo-extension.gschema.xml | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/schemas/org.fedorahosted.background-logo-extension.gschema.xml b/schemas/org.fedorahosted.background-logo-extension.gschema.xml
|
|
index 14f6793..5e23b3a 100644
|
|
--- a/schemas/org.fedorahosted.background-logo-extension.gschema.xml
|
|
+++ b/schemas/org.fedorahosted.background-logo-extension.gschema.xml
|
|
@@ -13,18 +13,18 @@
|
|
<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/almalinux-logos/fedora_logo_darkbackground.svg'</default>
|
|
<summary>Logo file</summary>
|
|
<description>The full logo file path</description>
|
|
</key>
|
|
<key type="s" name="logo-file-dark">
|
|
- <default>'/usr/share/fedora-logos/fedora_darkbackground.svg'</default>
|
|
+ <default>'/usr/share/almalinux-logos/fedora_logo_darkbackground.svg'</default>
|
|
<summary>Logo file in dark mode</summary>
|
|
<description>The full logo file path for dark mode</description>
|
|
</key>
|
|
<key name="logo-position"
|
|
enum="org.fedorahosted.background-logo-extension.Position">
|
|
- <default>'bottom-right'</default>
|
|
+ <default>'bottom-left'</default>
|
|
<summary>Logo position</summary>
|
|
<description>
|
|
The position logo of the logo; valid values are 'center',
|
|
@@ -34,7 +34,7 @@
|
|
</key>
|
|
<key type="d" name="logo-size">
|
|
<range min="5.0" max="15.0"/>
|
|
- <default>9.0</default>
|
|
+ <default>9.0</default>
|
|
<summary>Logo size</summary>
|
|
<description>The logo size in percent relative to the screen width</description>
|
|
</key>
|
|
--
|
|
2.43.5
|
|
|