Skip to content

Commit

Permalink
feat: Add enable autostart
Browse files Browse the repository at this point in the history
Add enable autostart

Log: Add enable autostart.
pms: TASK-361827
  • Loading branch information
ECQZXC authored and Zeno-sole committed Nov 29, 2024
1 parent 463cdb5 commit ca11396
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
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.10-1deepin6) unstable; urgency=medium

* add enable autostart

-- Chengqi E <[email protected]> Fri, 22 Nov 2024 16:25:33 +0800

fcitx5 (5.1.10-1deepin5) unstable; urgency=medium

* remove the restart icon from the right-click menu
Expand Down
1 change: 1 addition & 0 deletions debian/fcitx5.install
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,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/
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca11396

Please sign in to comment.