diff --git a/debian/changelog b/debian/changelog index 397388c5..7423a7a8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fcitx5 (5.1.11-2deepin13) unstable; urgency=medium + + * hide fcitx5 desktop in the start menu. + + -- Wang Yu Mon, 25 Aug 2025 15:44:38 +0800 + fcitx5 (5.1.11-2deepin12) unstable; urgency=medium * Add zh-HK translation support diff --git a/debian/patches/0016-hide-fcitx5-desktop-in-the-start-menu.patch b/debian/patches/0016-hide-fcitx5-desktop-in-the-start-menu.patch new file mode 100644 index 00000000..3f082232 --- /dev/null +++ b/debian/patches/0016-hide-fcitx5-desktop-in-the-start-menu.patch @@ -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 diff --git a/debian/patches/series b/debian/patches/series index 682abda3..ad2368aa 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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