Confirmed that the suggested css workaround does indeed fix the problem.
Test case:

$ cat > /tmp/config <<EOF
[layouts]
  [[test]]
    [[[window0]]]
      parent = ""
      type = Window
    [[[child0]]]
      parent = window0
      type = HPaned
    [[[child1]]]
      parent = child0
      type = Terminal
    [[[child2]]]
      parent = child0
      type = Terminal
EOF
### Broken behavior:
$ terminator --no-dbus --config /tmp/config --layout test

### Fixed behavior:
$ sed -i 's/background-color: alpha(@theme_bg_color,0); }/background-color: 
white; }/' /usr/share/terminator/terminatorlib/terminator.py
$ terminator --no-dbus --config /tmp/config --layout test


** Changed in: terminator (Ubuntu)
       Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1768264

Title:
  terminator separator is transparent

To manage notifications about this bug go to:
https://bugs.launchpad.net/terminator/+bug/1768264/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to