mate-system-monitor/0001-fix-add-cpu-color-key-to-127-for-solve-the-quit-bug-.patch
2022-08-04 10:37:58 +08:00

161 lines
5.4 KiB
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

From 886647b9f8d0454caacb6c548bdd5a88bfd3d958 Mon Sep 17 00:00:00 2001
From: root <root@localhost.localdomain>
Date: Thu, 14 Jul 2022 05:14:44 -0400
Subject: [PATCH] fix(*):add cpu-color key to 127 for solve the quit bug when
change the color of cpu when cpu>95
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 增加cpu-color key到127解决cpu>95个情况下切换cpu显示颜色闪退问题
Related #45073
---
src/org.mate.system-monitor.gschema.xml.in | 130 ++++++++++++++++++++-
1 file changed, 129 insertions(+), 1 deletion(-)
diff --git a/src/org.mate.system-monitor.gschema.xml.in b/src/org.mate.system-monitor.gschema.xml.in
index 1183469..3879b54 100644
--- a/src/org.mate.system-monitor.gschema.xml.in
+++ b/src/org.mate.system-monitor.gschema.xml.in
@@ -435,7 +435,135 @@
<key name="cpu-color95" type="s">
<default>'#06FFDA'</default>
<summary>Default graph CPU color</summary>
- </key>
+ </key>
+ <key name="cpu-color96" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color97" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color98" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color99" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color100" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color101" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color102" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color103" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color104" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color105" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color106" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color107" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color108" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color109" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color110" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color111" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color112" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color113" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color114" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color115" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color116" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color117" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color118" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color119" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color120" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color121" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color122" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color123" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color124" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color125" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color126" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
+ <key name="cpu-color127" type="s">
+ <default>'#06FFDA'</default>
+ <summary>Default graph CPU color</summary>
+ </key>
<key name="mem-color" type="s">
<default>'#AB1852'</default>
<summary>Default graph memory color</summary>
--
2.33.0