Closed Taluu closed 9 years ago
More news, I don't know if it is relevant, but It seems I have a pane too small
error :
create pane failed: pane too small
session not found: 5
session not found: 5
arranging in: tiled
I think it could be the same error as tmuxinator/tmuxinator#48
+1 for solving this the same for me
You’re right, a quick fix would be to send the layout command after creating each individual pane. I’m on it :smile:
@Taluu @bubenkoff I think I’ve fixed it in the fix/select-layout-after-each-pane
branch. Would you mind taking a look (by running ./bin/teamocil layout_name
) and tell me if it solves the problem for you?
Thanks!
master:
└─[127] <git:(master d0875ae) > ruby2.0 bin/teamocil services
create pane failed: pane too small
session not found: 5
session not found: 5
create pane failed: pane too small
session not found: 6
session not found: 6
arranging in: tiled
fix/select-layout-after-each-pane
└─[0] <git:(fix/select-layout-after-each-pane 891f720) > ruby2.0 bin/teamocil services
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
and it works!
It seems I have the same result as @bubenkoff, so this should do fine. Maybe try to cleanout the output once the panes are all created would be a great addition ?
pwd
pwd
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
arranging in: tiled
$
@remiprev any chance to get it merged/released?
I’ve merged this and released Teamocil 1.2. Thank you for your help guys!
thank You!
On 16/03/2015, Rémi Prévost notifications@github.com wrote:
I’ve merged this and released Teamocil 1.2. Thank you for your help guys!
Reply to this email directly or view it on GitHub: https://github.com/remiprev/teamocil/issues/87#issuecomment-81573100
Anatoly Bubenkov
Hi,
I have a tmux session configured with teamocil, with a window arranged in a
tiled
layout. So far so good. If I have 5 panes, all of them are opened (and rightly arranged), but when there is a 6th pane, it seems it is never opened..Here is the output of the `--debug`` command :
When I split manually the last window, and add the last (6th) pane, and call again the
select-layout
, the pane is opened and everything looks fine. But when opening with tmux, the 6th layout is never built (layout 5 in the provided example)