Comment 9 for bug 604931

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

Well, I dropped a whole bunch of new functionality in 3.7 and decided that I needed to cut a release before Natty Alpha1.

I haven't worked on it yet.

In the mean time, just change one line in your ~/.profile:

-case "$-" in *i*) byobu-launcher && exit 0; esac;
+case "$-" in *i*) byobu-launcher; esac;