Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
fcitx5 (5.1.11-2deepin13) unstable; urgency=medium

* hide fcitx5 desktop in the start menu.

-- Wang Yu <wangyu@uniontch.com> Mon, 25 Aug 2025 15:44:38 +0800

fcitx5 (5.1.11-2deepin12) unstable; urgency=medium

* Add zh-HK translation support
Expand Down
23 changes: 23 additions & 0 deletions debian/patches/0016-hide-fcitx5-desktop-in-the-start-menu.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Index: fcitx5-community/data/fcitx5-configtool.desktop.in.in
===================================================================
--- fcitx5-community.orig/data/fcitx5-configtool.desktop.in.in
+++ fcitx5-community/data/fcitx5-configtool.desktop.in.in
@@ -8,5 +8,6 @@ Type=Application
Categories=Settings;
X-KDE-StartupNotify=false
StartupNotify=false
+NoDisplay=true
X-AppStream-Ignore=true
NotShowIn=KDE
Index: fcitx5-community/data/org.fcitx.Fcitx5.desktop.in.in
===================================================================
--- fcitx5-community.orig/data/org.fcitx.Fcitx5.desktop.in.in
+++ fcitx5-community/data/org.fcitx.Fcitx5.desktop.in.in
@@ -8,6 +8,7 @@ Terminal=false
Type=Application
Categories=System;Utility;
StartupNotify=false
+NoDisplay=true
X-GNOME-AutoRestart=false
X-GNOME-Autostart-Notify=false
X-KDE-autostart-after=panel
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
0014-Added-zh-HK-po-translation.patch
default_la.patch
0015-Added-lo-po-translation.patch
0016-hide-fcitx5-desktop-in-the-start-menu.patch
Loading