Terminator doesn't respect ratio parameter in config

Bug #1829892 reported by Joe Martin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Terminator
New
Undecided
Unassigned

Bug Description

If I use a VPaned/split window with non-equal sizing and save that config, terminator relaunches with 50/50 sizing. Here is a sample config that should not do that.

[global_config]
  suppress_multiple_term_dialog = True
  geometry_hinting = True
[keybindings]
  close_window = <Primary>c
[layouts]
  [[default]]
    [[[child0]]]
      maximised = True
      order = 0
      parent = ""
      type = Window
    [[[child1]]]
      order = 0
      parent = child0
      type = VPaned
      ratio = 0.25
    [[[terminal2]]]
      order = 0
      parent = child1
      profile = default
      type = Terminal
    [[[terminal3]]]
      order = 1
      parent = child1
      profile = default
      type = Terminal
[plugins]
[profiles]
  [[default]]
    cursor_color = "#aaaaaa"
    palette = "#000000:#cc0000:#4e9a06:#c4a000:#3465a4:#75507b:#06989a:#d3d7cf:#555753:#ef2929:#8ae234:#fce94f:#729fcf:#ad7fa8:#34e2e2:#eeeeec"

Revision history for this message
Roman Kovtyukh (hellodeargrandma) wrote :

Hello, Joe!

What version of Terminator do you use? I have 1.91 and it works fine with config you attached.

Revision history for this message
Joe Martin (josephmartin09) wrote :

Hi Roman, my apologies for this late response. I am also on 1.91. Are your panels split 50/50 or are they sized un-evenly. The goal was to have terminator respect the uneven screen split specified by this config.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.