Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-2deepin7) unstable; urgency=medium

* unify ShareInputState behavior across platforms

-- Wang Yu <wangyu@uniontch.com> Thu, 12 Jun 2025 11:34:40 +0800

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

* remove send event to topLevel flag
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Index: fcitx5-community/src/lib/fcitx/globalconfig.cpp
===================================================================
--- fcitx5-community.orig/src/lib/fcitx/globalconfig.cpp
+++ fcitx5-community/src/lib/fcitx/globalconfig.cpp
@@ -146,8 +146,7 @@ FCITX_CONFIGURATION(
OptionWithAnnotation<PropertyPropagatePolicy,
PropertyPropagatePolicyI18NAnnotation>
shareState{this, "ShareInputState", _("Share Input State"),
- isAndroid() ? PropertyPropagatePolicy::All
- : PropertyPropagatePolicy::No};
+ PropertyPropagatePolicy::All};
Option<bool> preeditEnabledByDefault{this, "PreeditEnabledByDefault",
_("Show preedit in application"),
true};
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
0010-disable-the-default-shortcut-key-for-altTriggerKeys.patch
0011-add-log-management-for-fcitx5-start-script.patch
0012-remove-send-event-to-topLevel-flag.patch
0013-fix-unify-shareInputstate-behavior-across-platforms.patch
Loading