Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

The latest versions of byobu should apparently be configurable to run tmux instead of screen, but I haven't been able to. Advice appreciated

share|improve this question
Isn't tmux an alternative to byobu+screen? – Oli Jun 26 '11 at 16:35
@Oli it is supposed to be an alternative, yes. – The Lord of Time Feb 7 '12 at 1:01

2 Answers

Byobu 5.x has excellent support for tmux. New installations of Byobu 5.x and above will default to using tmux as the backend. Upgrades from older versions, however, will not automatically make that switch.

Still, you can manually run byobu with tmux by typing byobu-tmux. Similarly, you can manually choose to run with the screen backend by typing byobu-screen.

Running byobu will launch with your selected default backend. You can choose between tmux and screen by running byobu-select-backend.

kirkland@ubuntu:~$ byobu-select-backend 

Select the byobu backend:
  1. tmux
  2. screen

Choose 1-2 [1]: 1
share|improve this answer
Good answer! :) – jrg Feb 17 '12 at 20:36
I have tmux and screen on Ubuntu 11.10. I totally uninstalled byobu, including deleting ~/.byobu directory, then installed byobu 5.10 from the launchpad-specified repository. It not only defaults to screen, and when I run byobu-select-backend, it shows tmux as the default, and I select tmux, but when I run byobu, it uses screen. Only if I run byobu-tmux will it use tmux. I think maybe byobu just doesn't like me. – Marty Fried Jul 28 '12 at 20:45

I just installed the latest version of Byobu on Ubuntu 10.10 by following these instructions:

  sudo add-apt-repository ppa:byobu/ppa
  sudo apt-get update
  sudo apt-get install byobu

From here: https://launchpad.net/byobu/

Then you can launch it with byobu-tmux

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.