Comment 0 for bug 1548384

Revision history for this message
Alexander Fougner (fougner) wrote :

VERSION=5.102

When creating a single hidden session for tmux ("_mysession") the bash byobu script end up dispatching the call to select-session.py, which in turn calls byobu with no arguments.

This results in the following arguments sent to tmux:
exec tmux -u -2 -f /usr/share/byobu/profiles/tmuxrc

So executing "byobu" when a single hidden session exists results in the following error:

ambiguous command: , could be: <long list of possible commands>

Preferably byobu should be able to handle such a case, ignoring the hidden session and successfully create a new session.