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 defau
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 os.environ['DBUS_SESSION_BUS_ADDRESS']
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 mv
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 this
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
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
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 groups
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 keystro
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 when
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 Ubunt
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:
One
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 keystroke
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
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 w
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.
https://bugs.launchpa
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
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 shouldn
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 issu
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
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 th
... 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
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 doub
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
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 al
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 go
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 groups.
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:
** 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 go
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:
** 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 notifications
30 matches
Mail list logo