window name gets cleared by byobu-status

Bug #1215210 reported by er0k
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
byobu
Fix Released
Low
Unassigned

Bug Description

$ byobu -v
byobu version 5.56
tmux 1.8

This should rename the first window in the session "test":

$ byobu new -d -s sess \; renamew -t sess:0 test \; attach -t sess

but instead the window name is blank when the session is attached.

I've tracked it down to line 69 in byobu-status, which clears the window name:

tmux rename-window ""

I'm not sure what the reason is for clearing the window name, but it is preventing my startup scripts from working as expected.

Revision history for this message
Dustin Kirkland  (kirkland) wrote :

So the idea behind starting with empty window names is so that you can fit as many windows as possible horizontally across the tmux status line. Nulling those out enables you to fit many more windows.

You can always rename a window using the F8 keybinding, or tmux's ctrl-a-,

That said, I'll try to find a solution to your problem, where you're trying to rename the window yourself...

Changed in byobu:
importance: Undecided → Low
status: New → In Progress
Changed in byobu:
status: In Progress → Fix Committed
Changed in byobu:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.