Trouble launch byobu with custom windows.NAME file

Posted by Brendan Piater on Ask Ubuntu See other posts from Ask Ubuntu or by Brendan Piater
Published on 2012-12-19T04:53:58Z Indexed on 2012/12/19 5:13 UTC
Read the original article Hit count: 305

Filed under:

Apologies if the solution is obvious but I'm stumped!

I want to launch byobu from within my Gnome 3 desktop environment on 12.04 but it's not working for me as yet. Here's what I have:

created a windows list file ~/.byobu/windows.mrb then tried to launch byobu from within the gnome terminal with:

$ BYOBU_WINDOWS=mrb byobu

But it gives me the default windows list, NOT my windows list. I followed these instructions from the wiki: http://goo.gl/omgl8

Here is a sanitised version of my windows.mrb file:

    screen -t local bash
    screen -t name1 ssh xxx@xxx
    screen -t name2 ssh root@xxx
    screen -t name3 bash

Appreciate the time and effort.

Cheers Brendan

© Ask Ubuntu or respective owner

Related posts about byobu