Terminator 无法正确渲染布局

Terminator 无法正确渲染布局

我创建了一个自定义布局。但是当我使用命令启动它时,terminator -l 3col它会将所有列/行合并在一起。屏幕截图几乎说明了一切。
在此处输入图片描述 是的,我知道,它们是行而不是列

出了什么问题?使用 Cinnamon 桌面运行 Ubuntu

~/.config/terminator/config 内容

[global_config]
  broadcast_default = off
  suppress_multiple_term_dialog = True
[keybindings]
[layouts]
  [[default]]
    [[[child1]]]
      directory = ""
      parent = window0
      profile = default
      type = Terminal
    [[[window0]]]
      parent = ""
      type = Window
  [[3col]]
    [[[child0]]]
      fullscreen = False
      last_active_term = 3a430792-9a19-4b87-b4b1-7af7fd4c48b8
      last_active_window = True
      maximised = False
      order = 0
      parent = ""
      size = 1028, 692
      title = ~ - Terminal
      type = Window
    [[[child1]]]
      order = 0
      parent = child0
      position = 216
      ratio = 0.312138728324
      type = VPaned
    [[[child3]]]
      order = 1
      parent = child1
      position = 226
      ratio = 0.475789473684
      type = VPaned
    [[[terminal2]]]
      order = 0
      parent = child1
      profile = default
      type = Terminal
      uuid = d0309320-b5d4-4731-93bb-9b40d24f0fd2
    [[[terminal4]]]
      order = 0
      parent = child3
      profile = default
      type = Terminal
      uuid = 3a430792-9a19-4b87-b4b1-7af7fd4c48b8
    [[[terminal5]]]
      order = 1
      parent = child3
      profile = default
      type = Terminal
      uuid = 3ebceeda-52d1-4796-8415-c7fd5f02d756
[plugins]
[profiles]
  [[default]]
    background_darkness = 0.8
    background_type = transparent
    cursor_color = "#aaaaaa"

答案1

(以防有人仍在寻找答案)

也许您正在使用 1.90 版本,该版本在渲染布局时存在已知问题。

安装 1.91 后,我成功地设置了默认布局,没有任何问题,我制作了一个描述这一点的文档,如何正确设置默认布局

相关内容