-
Notifications
You must be signed in to change notification settings - Fork 49
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
Xorg: None of the input methods work #98
Comments
That does sound weird. Can you try to configure the typer manually to Regarding the unresponsive X, maybe it is related to this xdotool bug? If you hold the shortcut a bit longer, does it change anything? |
Hi! So, I've now found that either of That's still annoying, but at least usable, so thank you! Unfortunately, in Firefox it causes whatever was already on the clipboard to be pasted; the selected character never gets put into the clipboard before that. I'm guessing that's somehow related to the known bug you talk about in the README. |
The Gedit thing sound like something is blocking or just very slow. Then, as soon as it was pasted, the other typing events can be processed quickly. That Firefox thing is weirder. Yes, you cannot type into Firefox directly, but the Are you using a clipboard manager? |
Sorry if me mentioning the name of a specific application was misleading - the delay/block (?) occurs everywhere, be it Qt or Gtk or Tcl/Tk, be it a single-line text entry or a multi-line text area. Doesn't matter. No clipboard manager that I'm aware of. Budgie is in part based on Gnome3 ... perhaps there's something built-in working in the background somewhere? Today evening I should be able to power the laptop off and then will try again after it has booted afresh. |
Do you have any new information here? I think recent Gnome 3 versions run on Wayland, don't they? Could that be part of the problem? |
I'm on Solus and so far they've been refusing to switch to Wayland. Part of Budgie is indeed based on Gnome, but it's all X. Forgot about it, but will try tomorrow (laptop is okay to be rebooted now). |
So, the blocking delay is at around 2 seconds now, which is quite bearable, considering I only need to use it a few times every day. It's the same now in Firefox as everywhere else: 😊. Thanks for looking into it! I don't think I have either the knowledge or the patience required to figure out the delay-part, and otherwise it's functional now, so, closing. |
Alright, good luck then! If you do want to dig deeper: I suspect the call to |
This was originally a comment on #83.
After installing rofimoji via pip (
rofimojo --version
givesrofimoji 5.2.0
) I was hoping to be able to input smileys, etc. into apps such as GEdit. Unfortunately, none of the hotkeys work properly:Running something like
xdotool type $'\u2192'
fromgnome-terminal
works fine. Runningecho $'\u2192' | xsel -i
and then hitting the middle mouse button also works fine. Bothxclip
androfi
are installed as well, although I'm trying to use rofimoji in standalone mode.In case it matters, I'm on an old ThinkPad X200 with two screens (one @2560x1440, the other @1920x1200) running Solus Linux with the Budgie desktop environment.
The text was updated successfully, but these errors were encountered: