Reports until 14:19, Tuesday 27 November 2018
H1 CDS
patrick.thomas@LIGO.ORG - posted 14:19, Tuesday 27 November 2018 - last comment - 19:17, Sunday 09 December 2018(45534)
'Terminator' terminal emulator bug and work around
I believe I have found a relevant bug report and a work around for various issues using the 'Terminator' terminal emulator program, including:

1. New terminals were placed behind existing terminals.
2. Opening a new terminal on a workspace that did not already have a terminal open on it would move an already existing terminal from another workspace to the workspace that the new terminal was opened on.

The bug report is here: https://bugs.launchpad.net/terminator/+bug/1508531

The work around is mentioned in one of the comments. Edit your ~/.config/terminator/config file and add 'dbus=False' under [global_config]. For example:

[global_config]
	dbus=False
[keybindings]
[profiles]
  [[default]]
    scrollback_infinite = True
[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
    [[[window0]]]
      type = Window
      parent = ""
[plugins]


This seems to have resolved the issues mentioned above for me.
Comments related to this report
sheila.dwyer@LIGO.ORG - 11:00, Thursday 29 November 2018 (45577)

Thanks Patrick, this is a great problem to solve.  Can we add this to everyone's profile by default?

rana.adhikari@LIGO.ORG - 19:17, Sunday 09 December 2018 (45788)

can also solve this by using the "Preferences" option in The Terminator:

  1. right-click on Terminator
  2. find "Preferences"
  3. un-select the DBus server check box