commands in saved layout prevent a tab from opening

Asked by Yotta Devel

I'm not sure if this is a bug, a wishlist item, or if I am just doing it wrong but ...
I save a layout with three tabs, with custom names for the tabs, and one of the tabs contains within it 3 panes, each using a different profile ... now in one version of the layout, I also save a command in a couple of the terminals, in another version I omit these saved commands ....

So when I launch this layout (e.g., via alt f2 command runner), using the version with no saved commands, it typically gives me the expected result*, but when I launch the version with the saved commands, one of the tabs does not load (and owing to this failure, one of the saved commands does not run either).

I just wondered how I can fix this and have expected layout results, and have them consistently on every launch.

* I say it normally gives me the expected result, but sometimes this also turns into a separate problem ... the tab that has 3 panes contains a horizontal split, and within the top pane, there is a vertical split ... many times after loading the layout I have to manually resize the panes so that the top pane is not as tall as when it launches, and so that also the vertical split is centered, because when it loads, the vertical split is not even apparent as the vertical pane border is drawn all the way to the right side of the screen, yielding the appearance of only two panes from only a horizontal split.

Question information

Language:
English Edit question
Status:
Answered
For:
Terminator Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Yotta Devel (yottadevel) said :
#1

this is the desired layout:
http://i.imgur.com/U1EH4OQ.png

Revision history for this message
Yotta Devel (yottadevel) said :
#2

this is the appearance with no saved commands, but when the vertical split in the top pane renders all the way to the right edge, which happens randomly:
http://i.imgur.com/CzyY9T5.png

this is the appearance when I do save commands in two of the terminals in the layout, note the third tab does not load, and the "ls" command is not executed anywhere:
http://i.imgur.com/qYJDo8Q.png

Revision history for this message
Yotta Devel (yottadevel) said :
#3

this is the config file after once again removing the commands from the "3t3p" and "delta" profiles:
------------------------------------------------------------------------------------------------------------------------------------------

[global_config]
  enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
[keybindings]
[profiles]
  [[default]]
    scrollbar_position = hidden
    use_system_font = False
    foreground_color = "#00ff00"
    show_titlebar = False
    font = DejaVu Sans Mono 12
    scrollback_infinite = True
  [[white_on_blue]]
    scrollbar_position = hidden
    background_color = "#074cee"
    scrollback_infinite = True
    show_titlebar = False
    foreground_color = "#ffffff"
  [[ambiance]]
    scrollbar_position = hidden
    background_color = "#300a24"
    show_titlebar = False
    foreground_color = "#ffffff"
  [[black_on_green]]
    scrollbar_position = hidden
    background_color = "#65c707"
    scrollback_infinite = True
    show_titlebar = False
    foreground_color = "#000000"
  [[black_on_white]]
    scrollbar_position = hidden
    background_color = "#ffffff"
    scrollback_infinite = True
    show_titlebar = False
    foreground_color = "#000000"
[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
    [[[window0]]]
      type = Window
      parent = ""
  [[3t3p]]
    [[[child0]]]
      position = 0:24
      type = Window
      order = 0
      parent = ""
      size = 1600, 876
    [[[child1]]]
      labels = vboxheadless, vps, laptop
      type = Notebook
      order = 0
      parent = child0
    [[[child2]]]
      position = 20
      type = VPaned
      order = 0
      parent = child1
    [[[child3]]]
      position = 777
      type = HPaned
      order = 0
      parent = child2
    [[[terminal5]]]
      profile = white_on_blue
      type = Terminal
      order = 1
      parent = child3
    [[[terminal4]]]
      profile = black_on_green
      type = Terminal
      order = 0
      parent = child3
      command = ""
    [[[terminal7]]]
      profile = default
      command = ""
      type = Terminal
      order = 1
      parent = child1
    [[[terminal6]]]
      profile = default
      type = Terminal
      order = 1
      parent = child2
      command = ""
    [[[terminal8]]]
      profile = default
      command = ""
      type = Terminal
      order = 2
      parent = child1
  [[delta]]
    [[[child0]]]
      position = 0:24
      type = Window
      order = 0
      parent = ""
      size = 1600, 876
    [[[child1]]]
      labels = laptop, vps, vboxheadless
      type = Notebook
      order = 0
      parent = child0
    [[[child4]]]
      position = 20
      type = VPaned
      order = 2
      parent = child1
    [[[child5]]]
      position = 777
      type = HPaned
      order = 0
      parent = child4
    [[[terminal3]]]
      profile = default
      command = ""
      type = Terminal
      order = 1
      parent = child1
    [[[terminal2]]]
      profile = default
      command = ""
      type = Terminal
      order = 0
      parent = child1
    [[[terminal7]]]
      profile = white_on_blue
      type = Terminal
      order = 1
      parent = child5
    [[[terminal6]]]
      profile = black_on_green
      type = Terminal
      order = 0
      parent = child5
    [[[terminal8]]]
      profile = default
      type = Terminal
      order = 1
      parent = child4
[plugins]

Revision history for this message
Yotta Devel (yottadevel) said :
#4

oops, the "3t3p" and "delta" layouts, not profiles

Revision history for this message
Launchpad Janitor (janitor) said :
#5

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Yotta Devel (yottadevel) said :
#6

do any Terminator developers actually follow this Launchpad "Answers" section?
is it better to just file a "bug" report or is there a better place to ask a "question"?

Revision history for this message
Stephen Boddy (stephen-j-boddy) said :
#7

Short answer: Yes
Long answer: Yes, but there aren't many doing lots of work because it's a small group and we have lives outside Terminator. Certainly I have occasional spurts of activity where I'll fix some bugs and add some features, but they tend to be items that affect me in my daily work. The definition of scratching an itch.

As to your issue, I would definitely say this should be a bug. You see a wrong result. For me answers is more for "Can Terminator ... ?" or "How do I ... ?"

If you do move this to a bug report please remember to set this to Solved, Cancelled, or something else. Don't just leave it open.

Can you help with this problem?

Provide an answer of your own, or ask Yotta Devel for more information if necessary.

To post a message you must log in.