-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unicode character insertion broken with ibus input method #226526
Labels
Comments
#218120 does not appear to fix this. |
I think this might be related to an upstream issue that has an unreleased commit fix: ibus/ibus#2496 |
rebasing #218120 on top of our current system version (9a60b3e) and applying the commit referenced in the upstream issue (ibus/ibus@7c8abbe) fixes both problems here. |
pennae
added a commit
to r-ryantm/nixpkgs
that referenced
this issue
Apr 19, 2023
see NixOS#226526, ibus/ibus#2496, NixOS#218120 (comment) codepoint and emoji input simply don't show due to runtime initialization issues, and a missing make dependency makes the build flaky.
pennae
added a commit
that referenced
this issue
Apr 19, 2023
see #226526, ibus/ibus#2496, #218120 (comment) codepoint and emoji input simply don't show due to runtime initialization issues, and a missing make dependency makes the build flaky.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Unicode codepoint insertion stopped working sometimes around GNOME 44 update.
Steps To Reproduce
Steps to reproduce the behavior:
2019
) into the prompt.Expected behavior
Single quote/apostrophe should be inserted.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
It happens on both XOrg and Wayland GNOME sessions, in various apps: GTK 4 (GNOME Text Editor), Qt (Telegram Desktop) and Firefox.
It does not happen when I remove
i18n.inputMethod.enabled = "ibus";
from the test VM configuration.Notify maintainers
@NixOS/freedesktop
@NixOS/gnome
Metadata
Using fresh NixOS VM on latest nixos-unstable 85b0815
The text was updated successfully, but these errors were encountered: