'byobu -dm' is not starting windows automatically

Asked by Danny Dunn

using Ubuntu 9.10 when I run 'byobu -dm' my windows are not automatically started. If I run 'screen -dm' it works fine. I joined #ubuntu on efnet and others tested with the same result. any ideas? bug?

Question information

Language:
English Edit question
Status:
Solved
For:
byobu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

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

Revision history for this message
Dustin Kirkland  (kirkland) said :
#2

Where are you defining your default windows? Could you paste that, and the filename?

Revision history for this message
Dustin Kirkland  (kirkland) said :
#3

So in Byobu, default windows are defined in your $HOME/.byobu/windows file.

For instance, mine might say:
  screen -t notify-osd -M tail -f $HOME/.cache/notify-osd.log
  screen -t top top
  screen -t web w3m
  screen -t shell motd+shell

Now, I just run "byobu" and these are automatically launched.

It's just a difference in the way default windows are handled within Byobu.

Note that you can also add or toggle your default windows within byobu using the F9:Menu.

Revision history for this message
Dustin Kirkland  (kirkland) said :
#4

Answered above.