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 Jan 10, 2025
1 parent a8f5256 commit 3bdea6f
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.11-2deepin3) unstable; urgency=medium

* add enable autostart

-- Chengqi E <[email protected]> Fri, 10 Jan 2025 13:50:33 +0800

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

* Disable the default shortcut key for altTriggerKeys
Expand Down
1 change: 1 addition & 0 deletions debian/fcitx5.install
Original file line number Diff line number Diff line change
Expand Up @@ -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/
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 3bdea6f

Please sign in to comment.