public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Revert to fix typing freeze with barcode reader
@ 2026-05-31 2:08 Takao Fujiwara
0 siblings, 0 replies; only message in thread
From: Takao Fujiwara @ 2026-05-31 2:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : 10f19d5072526936038b861b20771e06a816b57f
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2024-08-14T10:18:51+09:00
Stats : +39/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/10f19d5072526936038b861b20771e06a816b57f?branch=autotool
Log:
Revert to fix typing freeze with barcode reader
---
diff --git a/ibus-HEAD.patch b/ibus-HEAD.patch
index 282b75f..6e624de 100644
--- a/ibus-HEAD.patch
+++ b/ibus-HEAD.patch
@@ -3974,3 +3974,38 @@ index b50bac59..7359e125 100644
--
2.45.0
+From 803b71fbcc2de6faaaf3b20e2bc08fea2e1abbe8 Mon Sep 17 00:00:00 2001
+From: fujiwarat <takao.fujiwara1@gmail.com>
+Date: Wed, 14 Aug 2024 09:12:58 +0900
+Subject: [PATCH] util/IMdkit: Revert to fix typing freeze with barcode reader
+
+The original barcode reader issue is fixed with libX11 1.8.10 and
+it's now available in Fedora.
+The typing freezing issue is no longer reproducible with the latest
+libX11 in Fedora 40.
+
+Now the previous change(b49f3a4736540f3cf2f7e7b3ac7f965970393c74) is
+reverted and I continue to trace the issue.
+
+Fixes: https://github.com/ibus/ibus/commit/b49f3a4
+BUG=https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/198
+BUG=https://github.com/ibus/ibus/issues/2560
+---
+ util/IMdkit/i18nPtHdr.c | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/util/IMdkit/i18nPtHdr.c b/util/IMdkit/i18nPtHdr.c
+index 07aecbb1..ec20e322 100644
+--- a/util/IMdkit/i18nPtHdr.c
++++ b/util/IMdkit/i18nPtHdr.c
+@@ -1757,7 +1757,6 @@ static void ProcessQueue (XIMS ims, CARD16 connect_id)
+ switch (hdr->major_opcode)
+ {
+ case XIM_FORWARD_EVENT:
+- sync();
+ ForwardEventMessageProc(ims, &call_data, p1);
+ break;
+ }
+--
+2.45.2
+
diff --git a/ibus.spec b/ibus.spec
index 5ac9282..0ad4fe9 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -62,7 +62,7 @@
Name: ibus
Version: 1.5.31~beta1
# https://github.com/fedora-infra/rpmautospec/issues/101
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPL-2.1-or-later
URL: https://github.com/ibus/%name/wiki
@@ -614,6 +614,9 @@ dconf update || :
%{_datadir}/installed-tests/ibus
%changelog
+* Wed Aug 14 2024 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.31~beta1-12
+- Revert to fix typing freeze with barcode reader
+
* Mon Jul 29 2024 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.31~beta1-11
- Disable ibus-panel rich condition in RHEL
- Delete ibus-xx-desktop-testing-mutter.patch
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 2:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 2:08 [rpms/ibus] autotool: Revert to fix typing freeze with barcode reader Takao Fujiwara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox