File: 0001-Use-preferences-system-network-as-icon.patch

package info (click to toggle)
cmst 2023.03.14-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,608 kB
  • sloc: cpp: 6,999; xml: 142; makefile: 9
file content (36 lines) | stat: -rw-r--r-- 1,040 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
From: Alf Gaida <agaida@siduction.org>
Date: Fri, 16 Sep 2022 03:36:29 +0800
Subject: Use preferences-system-network as icon

Let the icon change with the chosen icon theme
---
 misc/desktop/cmst-autostart.desktop | 2 +-
 misc/desktop/cmst.desktop           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/desktop/cmst-autostart.desktop b/misc/desktop/cmst-autostart.desktop
index 25d609e..184b376 100644
--- a/misc/desktop/cmst-autostart.desktop
+++ b/misc/desktop/cmst-autostart.desktop
@@ -2,7 +2,7 @@
 Type=Application
 Version=1.0
 Categories=Settings;System;Qt;Network;
-Icon=cmst
+Icon=preferences-system-network
 Exec=cmst -w5
 Terminal=false
 StartupNotify=false
diff --git a/misc/desktop/cmst.desktop b/misc/desktop/cmst.desktop
index 7c8b1d7..5c99bbb 100644
--- a/misc/desktop/cmst.desktop
+++ b/misc/desktop/cmst.desktop
@@ -2,7 +2,7 @@
 Type=Application
 Version=1.0
 Categories=Settings;System;Qt;Network;
-Icon=cmst
+Icon=preferences-system-network
 Terminal=false
 Exec=cmst
 StartupNotify=false