diff --git a/debian/changelog b/debian/changelog index ab733e5d..8df12407 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fcitx5 (5.1.11-2deepin3) unstable; urgency=medium + + * add enable autostart + + -- Chengqi E Fri, 10 Jan 2025 13:50:33 +0800 + fcitx5 (5.1.11-2deepin2) unstable; urgency=medium * Disable the default shortcut key for altTriggerKeys diff --git a/debian/fcitx5.install b/debian/fcitx5.install index 7eb8b4f7..fce1743e 100755 --- a/debian/fcitx5.install +++ b/debian/fcitx5.install @@ -6,3 +6,4 @@ usr/share/applications/ usr/share/icons/hicolor/*/apps/fcitx.* usr/share/icons/hicolor/*/apps/org.fcitx.Fcitx5.* usr/share/metainfo/org.fcitx.Fcitx5.metainfo.xml +etc/xdg/autostart/ diff --git a/debian/rules b/debian/rules index e6dbe108..654fa60c 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all -config-opt := -DUSE_FLATPAK_ICON=OFF -DENABLE_XDGAUTOSTART=OFF +config-opt := -DUSE_FLATPAK_ICON=OFF -DENABLE_XDGAUTOSTART=ON ifneq (linux,$(DEB_HOST_ARCH_OS)) config-opt += -DUSE_SYSTEMD=OFF -DENABLE_WAYLAND=OFF