Any idea why the desktop launcher "gnome-terminal -x byobu" doesn't read my ~/.byobu/windows.ssh_sessions?
Here's my ~/.byobu/windows.ssh_sessions file I use with byobu successfully:
screen -t Ubu-MySQL ssh master@192.168.1.3
screen -t Ubu-alfresco ssh master@192.168.1.4
screen -t Ubu-Master ssh master@192.168.1.5
screen -t Ubu-zimbra ssh master@192.168.1.6
screen -t Ubu-SugarCRM ssh master@192.168.1.7
screen -t Ubu-eFront ssh master@192.168.1.8
and here's the variable entry from my .bashrc:
export BYOBU_WINDOWS=/home/jj/.byobu/windows.ssh_sessions byobu
I tried it in .profile also, no love.
Thanks for your time.