aports/testing/lomiri-schemas/0001-data-schemas-com.lomiri.Shell.gschema.xml.in-Add-log.patch
Aster Boese c454bbd998 */*: update name and email and add contributor field
Brandon Boese <brandonboese@protonmail.com>
-->
Aster Boese <asterboese@mailbox.org>
2025-03-13 05:58:42 +00:00

31 lines
1.2 KiB
Diff

From 533ef3e23f65fb87042a21fde421b6a3a653032b Mon Sep 17 00:00:00 2001
From: Aster Boese <asterboese@mailbox.org>
Date: Fri, 22 Mar 2024 19:00:35 -0400
Subject: [PATCH] data/schemas/com.lomiri.Shell.gschema.xml.in: Add
logo-picture-uri
---
data/schemas/com.lomiri.Shell.gschema.xml.in | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/data/schemas/com.lomiri.Shell.gschema.xml.in b/data/schemas/com.lomiri.Shell.gschema.xml.in
index 692de37..5ef6947 100644
--- a/data/schemas/com.lomiri.Shell.gschema.xml.in
+++ b/data/schemas/com.lomiri.Shell.gschema.xml.in
@@ -272,6 +272,13 @@
<summary>The position of launcher.</summary>
<description>The position of launcher.</description>
</key>
+ <key name="logo-picture-uri" type="s">
+ <default>'file:///usr/share/lomiri/Launcher/graphics/home.svg'</default>
+ <summary>Logo URI to be displayed on the launcher</summary>
+ <description>
+ URI to use for the launcher's logo. Only .svg files are supported.
+ </description>
+ </key>
</schema>
<schema path="/com/lomiri/shell/devices/" id="com.lomiri.Shell.Devices" gettext-domain="lomiri">
<key type="as" name="blacklist">
--
2.44.0