Codebase list kcm-fcitx5 / 8b8e0b7
Refresh patches Shengjing Zhu 2 years ago
3 changed file(s) with 4 addition(s) and 36 deletion(s). Raw diff Collapse all Expand all
99 4 files changed, 4 insertions(+), 4 deletions(-)
1010
1111 diff --git a/src/configtool/org.fcitx.fcitx5-config-qt.desktop.in b/src/configtool/org.fcitx.fcitx5-config-qt.desktop.in
12 index 318e909..ce815aa 100644
12 index 77c8ccf..8821eec 100644
1313 --- a/src/configtool/org.fcitx.fcitx5-config-qt.desktop.in
1414 +++ b/src/configtool/org.fcitx.fcitx5-config-qt.desktop.in
1515 @@ -2,7 +2,7 @@
2020 +Icon=org.fcitx.Fcitx5
2121 Exec=fcitx5-config-qt
2222 Type=Application
23 Catogories=Settings;
23 Categories=Settings;
2424 diff --git a/src/kcm/kcm_fcitx5.desktop.in b/src/kcm/kcm_fcitx5.desktop.in
2525 index ab69323..524d728 100644
2626 --- a/src/kcm/kcm_fcitx5.desktop.in
4747 X-KDE-PluginInfo-Author=Weng Xuetian
4848 X-KDE-PluginInfo-Email=fcitx-dev@googlegroups.com.
4949 diff --git a/src/migrator/app/org.fcitx.fcitx5-migrator.desktop.in b/src/migrator/app/org.fcitx.fcitx5-migrator.desktop.in
50 index 3254f79..03935d2 100644
50 index d47a07b..3e2f189 100644
5151 --- a/src/migrator/app/org.fcitx.fcitx5-migrator.desktop.in
5252 +++ b/src/migrator/app/org.fcitx.fcitx5-migrator.desktop.in
5353 @@ -2,7 +2,7 @@
5858 +Icon=org.fcitx.Fcitx5
5959 Exec=fcitx5-migrator
6060 Type=Application
61 Catogories=Settings;
61 Categories=Settings;
+0
-31
debian/patches/0003-Fix-typos-in-desktop-file-37.patch less more
0 From: Karuboniru <yanqiyu01@gmail.com>
1 Date: Sun, 21 Feb 2021 00:41:39 +0800
2 Subject: Fix typos in desktop file (#37)
3
4 Origin: backport, https://github.com/fcitx/fcitx5-configtool/commit/9c5e4678
5 ---
6 src/configtool/org.fcitx.fcitx5-config-qt.desktop.in | 2 +-
7 src/migrator/app/org.fcitx.fcitx5-migrator.desktop.in | 2 +-
8 2 files changed, 2 insertions(+), 2 deletions(-)
9
10 diff --git a/src/configtool/org.fcitx.fcitx5-config-qt.desktop.in b/src/configtool/org.fcitx.fcitx5-config-qt.desktop.in
11 index ce815aa..8821eec 100644
12 --- a/src/configtool/org.fcitx.fcitx5-config-qt.desktop.in
13 +++ b/src/configtool/org.fcitx.fcitx5-config-qt.desktop.in
14 @@ -5,5 +5,5 @@ Comment=Change Fcitx 5 Configuration
15 Icon=org.fcitx.Fcitx5
16 Exec=fcitx5-config-qt
17 Type=Application
18 -Catogories=Settings;
19 +Categories=Settings;
20 NoDisplay=true
21 diff --git a/src/migrator/app/org.fcitx.fcitx5-migrator.desktop.in b/src/migrator/app/org.fcitx.fcitx5-migrator.desktop.in
22 index 03935d2..3e2f189 100644
23 --- a/src/migrator/app/org.fcitx.fcitx5-migrator.desktop.in
24 +++ b/src/migrator/app/org.fcitx.fcitx5-migrator.desktop.in
25 @@ -5,4 +5,4 @@ Comment=Launch the wizard to import data from other input method as Fcitx 4 etc.
26 Icon=org.fcitx.Fcitx5
27 Exec=fcitx5-migrator
28 Type=Application
29 -Catogories=Settings;
30 +Categories=Settings;
00 0001-rename-icon-to-fcitx5.patch
11 0002-make-Fcitx5Migrator-static.patch
2 0003-Fix-typos-in-desktop-file-37.patch