Resolves: RHEL-1616 Space, back-spc, enter key not working on gtk4

This commit is contained in:
Takao Fujiwara 2023-10-25 23:51:38 +09:00
parent df3f71a23d
commit d643cd7017
2 changed files with 3261 additions and 3 deletions

3253
ibus-1616-gtk4-sync.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@
Name: ibus
Version: 1.5.25
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
URL: https://github.com/ibus/%name/wiki
@ -47,11 +47,13 @@ Source1: %{name}-xinput
Source2: %{name}.conf.5
# Patch0: %%{name}-HEAD.patch
Patch0: %{name}-HEAD.patch
# RHEL-1616
Patch1: %{name}-1616-gtk4-sync.patch
# Under testing #1349148 #1385349 #1350291 #1406699 #1432252 #1601577
Patch1: %{name}-1385349-segv-bus-proxy.patch
Patch2: %{name}-1385349-segv-bus-proxy.patch
%if 0%{?fedora:0}%{?rhel:1}
# Use mutter window manager in RHEL CI
Patch2: %{name}-xx-desktop-testing-mutter.patch
Patch3: %{name}-xx-desktop-testing-mutter.patch
%endif
BuildRequires: gettext-devel
@ -510,6 +512,9 @@ dconf update || :
%{_datadir}/installed-tests/ibus
%changelog
* Tue Oct 24 2023 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.25-3
- Resolves: RHEL-1616 Space, back-spc, enter key not working on gtk4
* Mon Oct 04 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.25-2
- Fix wrong cursor location in gtk3. Related: rhbz#2008359