Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

window (pane) names are not displayed #25

Closed
svenXY opened this issue Aug 21, 2012 · 7 comments
Closed

window (pane) names are not displayed #25

svenXY opened this issue Aug 21, 2012 · 7 comments

Comments

@svenXY
Copy link

svenXY commented Aug 21, 2012

Hi,

cool stuff this, thanks.

However, in my test scenario, the window names are not displayed:

% teamocil --show sample
session:
name: mail
windows:
- name: mymail
splits:
- cmd: "mutt"
- name: sysmon
splits:
- cmd: "mutt -F ~/.muttrc.sysmon"
- name: oi
splits:
- cmd: "nice -n 19 offlineimap"

But after "teamocil --here sample", the display line shows the session name (mail) correctly, but the hostname for all the other windows.

Any idea?

teamocil (0.3.7)
tmux 1.6
ruby 1.8.7
xubuntu 12.04

Thanks,
Sven

@svenXY
Copy link
Author

svenXY commented Aug 21, 2012

I have investigated a little further.

To my understanding, if no focus is set, it should in the end set the focus to the first window (index 0), but it doesn't.

I also tried without a session part (starting with windows: - same result.

@svenXY svenXY closed this as completed Aug 21, 2012
@svenXY svenXY reopened this Aug 21, 2012
@wolverian
Copy link

I'm seeing this too. After starting teamocil, each window shows export TEAMOCIL=1 && …. This results in the window names all being export, so that my session named foo looks like this in the tmux status bar:

[foo] 0:export- 1:export*

@remi
Copy link
Owner

remi commented Mar 21, 2013

Can you confirm that the bug is still present in the latest teamocil release?

If it is, can you provide the value of your window-status-format and window-status-current-format options?

@remi
Copy link
Owner

remi commented Apr 2, 2013

Any news on those window-status-format and window-status-current-format options?

Here’s a little one-liner booster — now you just have to copy-paste it in your tmux session and paste the result here 😄

tmux show-window-options -g | grep '\(window-status-current-format\|window-status-format\)'

Thanks!

@luin
Copy link

luin commented Oct 1, 2013

I came across the same issue as @wolverian:

window-status-current-format "#I:#W#F"
window-status-format "#I:#W#F"

@craigrw
Copy link

craigrw commented Jan 31, 2014

I'm seeing the exact behaviour as @wolverian and @luin, otherwise I'm liking teamocil so far

@remi
Copy link
Owner

remi commented Aug 7, 2014

I’m going to close the issue since I wasn’t able to reproduce the bug. Feel free to test it again in Teamocil 1.0+ and open it again.

@remi remi closed this as completed Aug 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants