Comment 20 for bug 87720

Revision history for this message
ViktorNagy (viktor-nagy) wrote :

I'm running 0.95 from ubuntu lucid

I might misunderstand the terminus, but I've tried to create a layout that shows 3 terminals where the window is once split up vertically, and once horizontally.

Using hand-coding + the prefeditor I've ended up with this:

[global_config]
[keybindings]
[profiles]
  [[default]]
  [[Command]]
    visible_bell = True
    urgent_bell = True
    audible_bell = True
    exit_action = hold
[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
    [[[window0]]]
      type = Window
      parent = ""
  [[OpenERP]]
    [[[child1]]]
      type = Terminal
      parent = window0
      profile = default
      command = mc
    [[[child2]]]
      type = Terminal
      parent = window0
      profile = Comnmand
      command = ""
    [[[window0]]]
      type = Window
      parent = ""
[plugins]

but running
$ terminator -l OpenERP
incorrect number of children for Window: {'profile': 'default', 'type': 'Window', 'children': {'child1': {'profile': 'default', 'parent': 'window0', 'command': 'mc', 'position': '', 'type': 'Terminal', 'children': {}, 'size': ['-1', '-1']}, 'child2': {'profile': 'Comnmand', 'parent': 'window0', 'command': '', 'position': '', 'type': 'Terminal', 'children': {}, 'size': ['-1', '-1']}}, 'size': ['-1', '-1']}

and only a single frame terminator opens

the debug option did not help me out unfortunately