依云
依云
This is how an input method is in use. The purple window is from the input method, and the application window is `gtk4-demo-application`. https://github.com/gabm/Satty/assets/440661/163a0caa-4db2-494b-aa10-c4a548b2fbee You need to tell the input...
I can test too.
No, it doesn't work. No text input (in the wayland protocol) is created. It seems that you created an `IMMulticontext` but never used it? I don't quite understand what that...
Try to [install fcitx5](https://wiki.archlinux.org/title/Fcitx5)? You need to add and activate one input method (one for any language will do).
I have another idea for this issue: overlay a transparent-background GtkTextView on where text is to be inputted. This can solve the input method issue as well as copy &...
Yes with `GTK_IM_MODULE=fcitx` it works to some extent for me too. Besides the popup window placement issue, the preedit string is also not displayed.
No. It doesn't work with either text input or gtk module. Since nothing not on the keyboard can be inputted, I have no idea how non-latin text will render.
Oops, I didn't merge the multiinput branch. It has a lot of conflicts to merge.
I agree that this is [an issue with Arch Linux](https://gitlab.archlinux.org/archlinux/packaging/packages/python-argcomplete/-/issues/3). Maybe you as the project owner could communicate to the packagers more explicitly that the completion file shouldn't be enabled...
OK. Arch has removed the file from the package anyway (though I expected the file to be put somewhere not loaded by default, but I don't know that "somewhere").