Comment 4 for bug 546665

Revision history for this message
chantra (chantra) wrote :

There is something related to the last tab as this repro would show:
1) open terminator
2) open new tab (ctrl-shift-t)
3) split new tab (ctrl-shift-o)
3) navigate between terms (ctrl-shift-n): FAILS
4) open new tab
5) split new tab
6) navigate between terms: FAILS
7) Got to previous tab (ctrl-shit-PageUp)
8) navigate between terms: SUCCESS

So, a quick workaround would be to create a new tab to be able to use term navigation in previous ones.

some output from terminator when this happens:
$ terminator
Warning: python-keybinder is not installed. This means the hide_window shortcut will be unavailable
Unable to bind hide_window key, another instance/window has it.
Traceback (most recent call last):
  File "/usr/share/terminator/terminatorlib/window.py", line 566, in navigate_terminal
    current = terminals.index(terminal)
ValueError: list.index(x): x not in list

In debug mode:

ConfigBase::get_item: ConfigBase::get_item: title_inactive_fg_color found in globals: #000000000000 (/usr/share/terminator/terminatorlib/config.py:602)
ConfigBase::get_item: ConfigBase::get_item: title_inactive_bg_color found in globals: #c0c0bebebfbf (/usr/share/terminator/terminatorlib/config.py:602)
ConfigBase::get_item: ConfigBase::get_item: title_inactive_fg_color found in globals: #000000000000 (/usr/share/terminator/terminatorlib/config.py:602)
ConfigBase::get_item: ConfigBase::get_item: title_inactive_bg_color found in globals: #c0c0bebebfbf (/usr/share/terminator/terminatorlib/config.py:602)
ConfigBase::get_item: ConfigBase::get_item: show_titlebar found in profile default: True (/usr/share/terminator/terminatorlib/config.py:606)
ConfigBase::get_item: ConfigBase::get_item: title_transmit_fg_color found in globals: #ffffffffffff (/usr/share/terminator/terminatorlib/config.py:602)
ConfigBase::get_item: ConfigBase::get_item: title_transmit_bg_color found in globals: #c8c800000303 (/usr/share/terminator/terminatorlib/config.py:602)
ConfigBase::get_item: ConfigBase::get_item: title_transmit_fg_color found in globals: #ffffffffffff (/usr/share/terminator/terminatorlib/config.py:602)
ConfigBase::get_item: ConfigBase::get_item: title_transmit_bg_color found in globals: #c8c800000303 (/usr/share/terminator/terminatorlib/config.py:602)
ConfigBase::get_item: ConfigBase::get_item: show_titlebar found in profile default: True (/usr/share/terminator/terminatorlib/config.py:606)
ConfigBase::get_item: ConfigBase::get_item: title_inactive_fg_color found in globals: #000000000000 (/usr/share/terminator/terminatorlib/config.py:602)
ConfigBase::get_item: ConfigBase::get_item: title_inactive_bg_color found in globals: #c0c0bebebfbf (/usr/share/terminator/terminatorlib/config.py:602)
ConfigBase::get_item: ConfigBase::get_item: title_inactive_fg_color found in globals: #000000000000 (/usr/share/terminator/terminatorlib/config.py:602)
ConfigBase::get_item: ConfigBase::get_item: title_inactive_bg_color found in globals: #c0c0bebebfbf (/usr/share/terminator/terminatorlib/config.py:602)
ConfigBase::get_item: ConfigBase::get_item: show_titlebar found in profile default: True (/usr/share/terminator/terminatorlib/config.py:606)
Window::on_key_press: Window::on_key_press: looked up 'go_next' (/usr/share/terminator/terminatorlib/window.py:143)
Terminal::on_keypress: Terminal::on_keypress: lookup found: 'go_next' (/usr/share/terminator/terminatorlib/terminal.py:705)
Window::enumerate_descendants: 1 containers and 1 terminals fall beneath <Window object at 0x88fc554 (terminatorlib+window+Window at 0x89a6000)> (/usr/share/terminator/terminatorlib/util.py:272)
Traceback (most recent call last):
  File "/usr/share/terminator/terminatorlib/window.py", line 566, in navigate_terminal
    current = terminals.index(terminal)
ValueError: list.index(x): x not in list