mate-panel/0001-change-panel-background.patch
2020-08-28 10:56:32 +08:00

35 lines
1.7 KiB
Diff

From 9a07b680f0a174d9561233071f5133972ed3d693 Mon Sep 17 00:00:00 2001
From: root <root@localhost.localdomain>
Date: Wed, 15 Jan 2020 14:56:13 +0800
Subject: [PATCH] change panel background
---
data/org.mate.panel.toplevel.gschema.xml.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/org.mate.panel.toplevel.gschema.xml.in b/data/org.mate.panel.toplevel.gschema.xml.in
index 25e712c..39b4f31 100644
--- a/data/org.mate.panel.toplevel.gschema.xml.in
+++ b/data/org.mate.panel.toplevel.gschema.xml.in
@@ -104,7 +104,7 @@
</schema>
<schema id="org.mate.panel.toplevel.background">
<key name="type" enum="org.mate.panel.PanelBackgroundType">
- <default>'none'</default>
+ <default>'image'</default>
<summary>Background type</summary>
<description>Which type of background should be used for this panel. Possible values are "none" - the default GTK+ widget background will be used, "color" - the color key will be used as background color or "image" - the image specified by the image key will be used as background.</description>
</key>
@@ -119,7 +119,7 @@
<description>Specifies the opacity of the background color format. If the color is not completely opaque (a value of less than 65535), the color will be composited onto the desktop background image.</description>
</key>
<key name="image" type="s">
- <default>''</default>
+ <default>'/usr/share/mate-panel/background.png'</default>
<summary>Background image</summary>
<description>Specifies the file to be used for the background image. If the image contains an alpha channel it will be composited onto the desktop background image.</description>
</key>
--
2.23.0