https://bugzilla.redhat.com/show_bug.cgi?id=2336519
Bug ID: 2336519 Summary: When ibus-hangul is in hangul mode, switching to a different ibus input method leaves the property panel showing ibus-hangul Product: Fedora Version: 41 OS: Linux Status: NEW Component: ibus-hangul Severity: medium Assignee: pwu@redhat.com Reporter: mfabian@redhat.com QA Contact: extras-qa@fedoraproject.org CC: i18n-bugs@lists.fedoraproject.org, pwu@redhat.com, tfujiwar@redhat.com Target Milestone: --- Classification: Fedora
mfabian@f41:~$ cat /etc/os-release NAME="Fedora Linux" VERSION="41 (Workstation Edition)" RELEASE_TYPE=stable ID=fedora VERSION_ID=41 VERSION_CODENAME="" PLATFORM_ID="platform:f41" PRETTY_NAME="Fedora Linux 41 (Workstation Edition)" ANSI_COLOR="0;38;2;60;110;180" LOGO=fedora-logo-icon CPE_NAME="cpe:/o:fedoraproject:fedora:41" DEFAULT_HOSTNAME="fedora" HOME_URL="https://fedoraproject.org/" DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f41/system-administrators-guide/" SUPPORT_URL="https://ask.fedoraproject.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Fedora" REDHAT_BUGZILLA_PRODUCT_VERSION=41 REDHAT_SUPPORT_PRODUCT="Fedora" REDHAT_SUPPORT_PRODUCT_VERSION=41 SUPPORT_END=2025-12-15 VARIANT="Workstation Edition" VARIANT_ID=workstation mfabian@f41:~$ rpm -q ibus ibus-1.5.31-1.fc41.x86_64 mfabian@f41:~$ rpm -q ibus-hangul ibus-hangul-1.5.5-6.fc41.x86_64 mfabian@f41:~$
Reproducible: Always
Steps to Reproduce: - Use XFCE desktop - Enable the property panel in ibus-setup: “Show property panel: [ Always ]” - ibus restart - select ibus-hangul property panel now shows ibus-hangul, English mode - switch to ibus-anthy property panel now shows ibus-anthy - switch back to ibus-hangul - switch to hangul mode - switch to ibus-anthy property panel still shows ibus-hangul! <- here is the problem! - type a into terminal, result is あ. That shows that ibus-anthy is active but the property panel does not show that.
-
I will attach a video.
https://bugzilla.redhat.com/show_bug.cgi?id=2336519
Mike FABIAN mfabian@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mfabian@redhat.com
--- Comment #1 from Mike FABIAN mfabian@redhat.com --- Created attachment 2065275 --> https://bugzilla.redhat.com/attachment.cgi?id=2065275&action=edit Video showing the problem
https://bugzilla.redhat.com/show_bug.cgi?id=2336519
--- Comment #2 from fujiwara tfujiwar@redhat.com --- Probably it might be an IBus panel issue. Since the priority would be lower than other issues, the patch is welcome.
https://bugzilla.redhat.com/show_bug.cgi?id=2336519
Peng Wu pwu@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|41 |43
https://bugzilla.redhat.com/show_bug.cgi?id=2336519
--- Comment #3 from Peng Wu pwu@redhat.com --- The ibus-hangul input method uses the PropToggleToolButton for the Hangul mode.
The following code checks the Hangul mode, and skips most parts of the set_properties method.
https://github.com/ibus/ibus/blob/0ed568768130920b28f3ae107ab3c99c1b9a231a/u...
Is it possible to skip the check or improve the code?
i18n-bugs@lists.fedoraproject.org