-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add enable autostart Log: Add enable autostart. pms: TASK-361827
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> Thu, 21 Nov 2024 15:25:33 +0800 | ||
|
||
fcitx5 (5.1.10-1deepin5) unstable; urgency=medium | ||
|
||
* remove the restart icon from the right-click menu | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Index: fcitx5/debian/fcitx5.install | ||
=================================================================== | ||
--- fcitx5.orig/debian/fcitx5.install | ||
+++ fcitx5/debian/fcitx5.install | ||
@@ -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/ | ||
\ No newline at end of file | ||
Index: fcitx5/debian/rules | ||
=================================================================== | ||
--- fcitx5.orig/debian/rules | ||
+++ fcitx5/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters