Skip to content
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

when broadcast terminator duplicates the keys in others terminals #504

Closed
jhhenriquee opened this issue Sep 5, 2021 · 6 comments
Closed
Labels
question Further information is requested

Comments

@jhhenriquee
Copy link

jhhenriquee commented Sep 5, 2021

I've recently installed Pop!_OS 21.04 and after installed terminator, I end up with this problem.
When in broadcast, all characters that I type, duplicates in the others terminals.

The version of terminator is v 2.1.0. Was installed directly in the pop shop.
I don't know how to install another version.
I've tried to remove and intall with apt. Same thing.

I clicked in preferences to see one option that I could try. Clicked in about and end up here.

image

@mattrose
Copy link
Member

mattrose commented Sep 8, 2021

I'm not familiar with what is in the PopOS repositories, would you mind cloning the repository to your and running python3 terminator in that directory to see if you can reproduce the problem on master?

@mattrose mattrose added the question Further information is requested label Sep 8, 2021
@jhhenriquee
Copy link
Author

jhhenriquee commented Sep 8, 2021

Ok.
Thanks for your response
First I uninstall terminator via pop shop, then I installed the followed package, that I saw in the install.md

sudo apt install python3-gi python3-gi-cairo python3-psutil python3-configobj gir1.2-keybinder-3.0 gir1.2-vte-2.91 gettext intltool dbus-x1

then I clone the repository, run the terminator with python3, and still got the same error.

image

@jhhenriquee
Copy link
Author

So... i tried again pulling older branches.
And the branch issue78 worked...

Now... how can I fix this in my computer? I mean, use the terminator in that branch, without having to open the terminal and execute like that?

Sorry if the answer seens kind obvious, I manage linux in servers since a while, but using only about one week using in my personal notebook.

image

image

@mattrose
Copy link
Member

mattrose commented Sep 8, 2021

This bug is the bane of my existence. #78 (comment) says that if you set IBUS_NO_SNOOPER_APPS=python3 that should fix it. I'll re-read the original and try to come up with a fix for it ... again.

@jhhenriquee
Copy link
Author

no luck
i will read this issue78, if anything works I llet you know
thanks

image

@jhhenriquee
Copy link
Author

So, I'm not exactly proud of my self, but with your help pointing this branch to test, i kind solved it. Not the best way, but it works.

I keept download this version of the branch (issue78), then I ran

gsettings set org.gnome.desktop.default-applications.terminal exec 'python3 /dir_with_the_old_branch/terminator'

Now, when I press super+t, opens the terminator that works fine. So far, so good.

Hope you can solve this bug, if you need any information that you think may help you, just ask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants