[Bug 1318542] Re: One keystroke goes double when using groups.

2021-01-03 Thread Surya Adinata
I am using Ubuntu 20.10 with terminator 1.92 and KDE Plasma. I found this solution that works for my computer: Open im-config on command-line: im-config Select yes to select the configuration. at the input method configuration dialog select "do not set any IM from im-config and use desktop

[Bug 1318542] Re: One keystroke goes double when using groups.

2020-09-30 Thread Haim Daniel
Ubuntu 20.04.1 LTS terminator version 1.91-4ubuntu1 Had to combine @master-zion and @quad3datwork solutions to put this to work: sudo vi `which terminator` after the last import line add the following: if 'DBUS_SESSION_BUS_ADDRESS' in os.environ: del

[Bug 1318542] Re: One keystroke goes double when using groups.

2020-09-06 Thread brian mullan
This script fixed it for me permanently... broadcast all now works w/out duplicating characters #!/bin/bash sudo mv /usr/bin/terminator /usr/bin/terminator.SAVE cat < /tmp/terminator sh -c "DBUS_SESSION_BUS_ADDRESS='' /usr/share/terminator/terminator" TERMINATOR chmod 755 /tmp/terminator sudo

[Bug 1318542] Re: One keystroke goes double when using groups.

2020-08-17 Thread James Lee Rees
Run in to this problem on a fresh install of Ubuntu 20.04.1 LTS on bare metal. Tried the above solutions but I am still having the same problem. I am running a Ubuntu 20.04.1 LTS on a separate computer as a VM but don't have this problem on there? Terminator version is 1.91 -- You received

[Bug 1318542] Re: One keystroke goes double when using groups.

2020-07-28 Thread David Reagan
Ran into this on a new install of Pop_OS 20.04. I edited the menu entry via alacarte and set the command to be: sh -c "DBUS_SESSION_BUS_ADDRESS='' terminator" Like #46's solution suggested. That fixed it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1318542] Re: One keystroke goes double when using groups.

2020-06-22 Thread terii
Edit the terminator command script. Example: vi `which terminator` After the "import" lines at top... (on my Pop_OS 20.04 just 4 lines), insert following and save file. os.environ['DBUS_SESSION_BUS_ADDRESS'] = '' Works for me. -- You received this bug notification because you are a member of

[Bug 1318542] Re: One keystroke goes double when using groups.

2020-06-22 Thread BBROS
I've installed Pop_OS based on ubuntu 20.04, and for now none of the proposed solution works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title: One keystroke goes double when using

[Bug 1318542] Re: One keystroke goes double when using groups.

2020-06-03 Thread Jairo Moreno de Barros Junior
if you have ubuntu 20... sudo nano /usr/bin/terminator add after the imports... del os.environ['DBUS_SESSION_BUS_ADDRESS'] -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title: One

[Bug 1318542] Re: One keystroke goes double when using groups.

2020-05-27 Thread Pablo Catalina
Confirmed, @loci solution worked fine. Tested with: alt+f2 sh -c "DBUS_SESSION_BUS_ADDRESS='' terminator" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title: One keystroke goes double

[Bug 1318542] Re: One keystroke goes double when using groups.

2020-05-19 Thread Mirror Mirage
Thanks @loci Ubuntu 20.04 (5.4.0-29 generic x86_64) - Either of the following works as well - sh -c "GTK_IM_MODULE= setsid terminator" - sh -c "DBUS_SESSION_BUS_ADDRESS='' terminator" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1318542] Re: One keystroke goes double when using groups.

2020-02-17 Thread Lorant Nemeth
Update: today, the setsid workaround stopped working (I guess after yesterday updates), however the DBUS solution seems to work still -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title:

[Bug 1318542] Re: One keystroke goes double when using groups.

2020-01-27 Thread Lorant Nemeth
Ubuntu 19.10: - both works: - sh -c "GTK_IM_MODULE= setsid terminator" - sh -c "DBUS_SESSION_BUS_ADDRESS='' terminator" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title: One

[Bug 1318542] Re: One keystroke goes double when using groups.

2020-01-27 Thread Marc Duboc
GTK_IM_MODULE=setsid did not work for me but removing all env vars but DISPLAY and PATH did work so I tried all and I finally found the faulty env var for me: DBUS_SESSION_BUS_ADDRESS. I got terminator to work using this command line: DBUS_SESSION_BUS_ADDRESS='' terminator -- You received this

[Bug 1318542] Re: One keystroke goes double when using groups.

2020-01-16 Thread Sergio Zia
I am on Ubuntu 19.10, terminator 1.91, and I encounter the same problem. The workaround does not work for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title: One keystroke goes double

[Bug 1318542] Re: One keystroke goes double when using groups.

2020-01-11 Thread BBROS
Exec=sh -c "GTK_IM_MODULE= setsid terminator" in terminator.desktop works for me, on Ubuntu 19.10, version 1.91-4. Used config file: https://pastebin.com/gGvYH6zD -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-11-04 Thread Laurent Dumont
If the workaround is running Kali Linux in a VM, it's not much of a workaround... I've just tried editing /usr/share/applications/terminator.desktop : with Exec=sh -c "GTK_IM_MODULE= setsid terminator" and broadcast not works correctly. -- You received this bug notification because you are a

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-10-25 Thread cue
I solved the issue like follows: #1 download a kali linux osboxes.org vdi file. Its based on Debian and uses Gnome just like the Ubuntu I used #2 open a terminal and type: apt install termonator #3 open Terminator and test the group broadcast feature It works instantly and the workaround

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-10-25 Thread cue
I also have that issue on 19.04. I was just happy to start working with Terminator as I have to install stuff on 6 boxes. I just wanted to type on group broadcast mode and everything got doubled. I can remember a similar bug within a terminal in a game like RUST. I cannot believe its still an

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-10-15 Thread Ryan
Also using Ubuntu 19.04. I attempted the alternative from #34, but it unfortunately does not work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title: One keystroke goes double when using

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-09-11 Thread Lorant Nemeth
Hi, same here: Ubuntu 19.04 latest updates: terminator 1.91-4. Workaround doesn't work for me either. I'm happy to help to investigate the problem as I'm using terminator excessively and this bug renders one of the main 2 features why I'm using terminator unusable. Br, Loci -- You received

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-09-11 Thread Halkane
... not for me either... (even if I try alias terminator='GTK_IM_MODULE= setsid terminator') (Ubuntu 19.04, gnome 3.32.1) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title: One keystroke

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-05-29 Thread alberpilot
Hello all The workaround described here doesn't work for me ( Exec=sh -c "GTK_IM_MODULE= setsid terminator" ). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title: One keystroke goes

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-05-17 Thread dogmatic69
Nothing like searching for a problem and seeing an open bug from 5 years ago.. Also noticed this since being on 1.91 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title: One keystroke goes

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-05-14 Thread LADISLAV KOSCO
Hi All, I've tested workaround based on one suggestion edit /usr/share/applications/terminator.desktop change Exec line to Exec=sh -c "GTK_IM_MODULE= setsid terminator" for me, running terminator again works as expected. Could it be implemented in package? (just edited desktop entry looks like

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-05-02 Thread Aidan Samuel
I'm experiencing this problem in v1.91 after upgrading from 18.04 -> 19.04. Using the proprietary Nvidia drivers, FWIW. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title: One keystroke

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-05-01 Thread Molly Fletcher
I'm seeing the same thing on Centos 7.6.1810 and so far none of the work arounds are working -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title: One keystroke goes double when using

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-04-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: terminator (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title:

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-03-19 Thread Cristian Contescu
** Package changed: ubuntu => terminator (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title: One keystroke goes double when using groups. To manage notifications about this bug

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-03-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: terminator (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title:

[Bug 1318542] Re: One keystroke goes double when using groups.

2019-03-19 Thread Cristian Contescu
** Also affects: ubuntu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318542 Title: One keystroke goes double when using groups. To manage