We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rofi disregards IMEs like fcitx5, ibus, and their keybinds even though they should be supported.
rofi
fcitx5
fcitx5-mocz
nix shell nixpkgs#rofi
rofi -show drun
IME should work like in other programs' text field.
N/A
Arch's rofi package works as expected (is this appropriate?)
"x86_64-linux"
Linux 6.12.17-1-lts, EndeavourOS, noversion, rolling
yes
nix-env (Nix) 2.26.2
"nixpkgs"
/nix/store/9wy197j8p04lv8l9nzvaixr573sibgpi-nixpkgs/nixpkgs
Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)
Resolves #ISSUE
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered:
Hello @imsuck, I've never used IMEs but looking at how it was implemented in rofi I opened this PR: #387135
👉 Could you try it and let me know if it's enough to make it work for you?
You'll need to use rofi with an override like this:
pkgs.rofi.override { # replace rofi-unwrapped with a package that supports IMEs rofi-unwrapped = pkgs.rofi-unwrapped.override { imeSupport = true; }; }
Where pkgs is a pinned version of nixpkgs that includes my PR.
pkgs
Sorry, something went wrong.
#387135 was just merged (thank you @teto!), the rofi package now supports IMEs by default.
Successfully merging a pull request may close this issue.
Nixpkgs version
Describe the bug
rofi
disregards IMEs like fcitx5, ibus, and their keybinds even though they should be supported.Steps to reproduce
fcitx5
installed and running (with some plugins likefcitx5-mocz
).nix shell nixpkgs#rofi
.rofi -show drun
.Expected behaviour
IME should work like in other programs' text field.
Screenshots
N/A
Relevant log output
N/A
Additional context
Arch's
rofi
package works as expected (is this appropriate?)System metadata
"x86_64-linux"
Linux 6.12.17-1-lts, EndeavourOS, noversion, rolling
yes
yes
nix-env (Nix) 2.26.2
"nixpkgs"
/nix/store/9wy197j8p04lv8l9nzvaixr573sibgpi-nixpkgs/nixpkgs
Notify maintainers
@bew
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: