-
Notifications
You must be signed in to change notification settings - Fork 257
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
Upgraded 21.10 to 22.04, input is doubled on broadcast windows #596
Comments
What version of terminator are you running? if you run under |
My apologies, I should have included the version.
|
Ugh, can you check out master and see it if has the same problem? I think we've done some work on that since the last release. |
OK, I tried, I think I did what you asked.
and yes, non-primary broadcasted windows had doubled chars. Then I wanted to build it and see if the same thing happened, I believe I also needed to install intltool and gettext so successfully build it, but it built and I replaced the terminator and remotinator from the build/scripts-3.10/ folder, and the same issue still persisted, doubled chars. This was a 21.10 desktop upgraded to 22.04, I'll spin up a 22.04 vm fresh from the iso and see if this occurs. |
OK, there are a few things we can try to get this working. It's conflicting with ibus-daemon for some reason, and we keep trying to work around it, and it seems to keep breaking in new and wonderful ways. |
I'd just like to add that I experience the same behaviour on ArchLinux 5.17.6-arch1-1 with terminator 2.1.1-3 in gnome-shell 1:42.1-1. I hope this might be helpful. |
same issue on Ubuntu 22.04 |
Leaving info for others. I tried everything posted online on Ubuntu 22.04 and nothing works. What finally worked for me was disabling Wayland like described in this article https://linuxconfig.org/how-to-enable-disable-wayland-on-ubuntu-22-04-desktop |
OK, I tried a few things. Switching to gnome/x11 how the prior comment linked to did not change the doubled input behavior.
Did not change doubled behavior But,
Which now resulted in this output when I launched terminator:
but doubled behavior stopped/was fixed. Edit: did not mean to close this, mis-click, my apologies. Reopened. |
OK - that export dbus_session seemed obviously malformed, so poking around, it seems on 22.04
Setting it with just
|
Has anyone opened a bug with Ubuntu about this? It seems that Ubuntu is the only distro that is having these problems, and I think it's something to do with their weird mix of Gnome 41 and 42 and their extensions. |
After some consideration, I'm going to close this bug now, as I can't figure out what to do next. Please re-open if you can find a way for me to reproduce this |
Hallo. |
Ok, installed now 22.04 in Virutalbox. The problem is not there. Im confused. In real system it happens everytime I starte 2 terminator windows. |
maybe there are old configs, that conflict after upgrading to 22.04? I think its the only way that might be the reason. cause new installation of system works without that issue. |
There is a very small chance that there is a config in /etc/xdg/ or in a directory in the XDG_CONFIG_DIRS array. More likely that there is still a terminator window running under the old config. Make sure that there are no terminator sessions running (using |
Thats it. Ok, there was no /etc/xdg config. but you were right, there was still a terminator process running. I removed .config/terminator and killed this process. started again. AND.. IT WORKS LIKE IT SHOULD. I removed config, so I cannot compare anymore. maybe I have a backup that I made a month ago. If you like, I would dig in there. |
This workaround works on my ubuntu 22.04. I was troubled for this problem for few days. Thank you. |
This bug occurred to me in WSL2. I don't know if this is relevant but my workaround was to switch off broadcasting in top left corner. Then behavior returns to normal. |
I can reproduce it easily with a fresh install of Ubuntu 22.04. The key is to use Xorg instead of Wayland. There is no problem in Wayland, but once I switch to Xorg, the problem shows up. |
I guess it's about input methods (at lease my ubuntu was), |
This is the only solution works for me. |
Same for me. Double characters show up only under X11 and are fixed by killing ibus. |
I'm using ibus for input method, is there any chance to still keep ibus running and solve this issue? Thank you. |
@letsgologan for fcitx//this will disable fcitx in terminator
for ibus//ibus can work in terminator , but only broadcast eng input
|
Hi, thank you for the suggestion, i end up backup the /usr/bin/terminator into /usr/bin/terminator.back #!/bin/bash So far it been working as expected for me. On my work PC, I had the same issue but probably in a older version of Terminator. But on Ubuntu 22 i can not find this file /usr/share/terminator/terminator anymore. |
O no I'm as e Wwxzxh I don't think that'll hold a play a conversation out hereow m trains are going hard grams are going no x> OK - that export dbus_session seemed obviously sxru hi xeu Oh god yeah I don't knows is not coming back to the road Xavier we x Cmalformed, so poking around, it seems on 22.04
|
This fixed the double char problem for me :)
|
I'm facing the same issue. When primary is 1 char, 2nd or 3rd windows is double char. Running:
#596 (comment) DBUS and IBUS env
After
Still having the double char issue @mattrose or @kellyschoenhofen Can you guys please reopen this? |
@abacao
|
Describe the bug
Upgraded 21.10 to 22.04, input is doubled on broadcast windows.
To Reproduce
Open Terminator, split horizontally, broadcast all, press a key. One shows up in the foreground window, two shows up in the split window.
Expected behavior
The same number of characters are broadcast as entered.
Desktop:
The text was updated successfully, but these errors were encountered: