Byobu is an enhanced version of GNU Screen that provides text-based notifications and tabbed window management.
0
votes
1answer
17 views
Detaching from screen inside a byobu session
For quite some time I've been using screen to detach and let them run in the background. Then I discovered byobu to have mutliple tabbed shells running. Now I have a problem that I'm no longer able to ...
0
votes
1answer
25 views
Shutdown command history in terminal
The default terminal in Ubuntu (13.04) preserves previous commands in an iterable list, even from session to session. Same with Byobu terminal.
But for some reason sudo shutdown .... is never ...
0
votes
0answers
14 views
How do I automatically rename the byobu window
Is there a way to automatically name my byobu windows. I think about an entry in my .bashrc or something similar that sets my tab name to $USER@$HOST.
2
votes
0answers
26 views
How do I 'workon' a Python virtualenv in Byobu windows configuration?
I'm trying to configure Byobu that it will start with a few windows ready in my Python virtualenvwrapper project directory. The only thing that needs to be run is the command workon myvirtualenvname.
...
1
vote
1answer
20 views
byobu how to create a second column for multiple screens
So I have up to 12 different screens in byobu. However, after the 12 screen I can no longer fit it in my terminal session. I have a monitor 1024x780 so the 13th screen and there after are just display ...
1
vote
1answer
48 views
Using QQ: How can I make Byobu the default terminal [duplicate]
I really like the Byobu terminal better than the default Gnome terminal that is installed with Ubuntu.
How can I make Byobu the default terminal - for example, when I hit control/alt-t I'd like to ...
2
votes
1answer
52 views
How do I change the default shell used in Byobu (tmux)?
I've become addicted to Byobu and I've recently shifted from bash to zsh; Now I want to combine the two, however I have a one initial pre-requisite:
I cannot make zsh the default shell for my user as ...
0
votes
1answer
42 views
Command Prompt Stopped Listening to Me; Feeling Rejected
I'm SSHing into my headless Ubuntu 11.04 Server using PuTTY, and I'm in a byobu session.
I started a mysql_safe daemon because I was trying to fix a password problem I was having with mysql. I was ...
4
votes
1answer
132 views
How do I get a byobu session with a command to run on startup?
I am trying to get Byobu to startup with Ubuntu Server 12.04 when the server starts up.
I've figured out how to do this with a screen session but I want it to be in Byobu with all the added features, ...
5
votes
1answer
153 views
How to use Byobu keybindings in a nested remote session?
I'm using Byobu (with Tmux, inside of gnome-terminal) and I have a problem with its keybindings (which I probably fail to understand).
I launch byobu, open a few windows then, from one of these ...
3
votes
1answer
61 views
Why doesn't ctrl-pgup and ctrl-pgdn change tabs in vim when started in byobu?
From what I have read of the documentation, byobu does not use ctrl-pgup or ctrl-pgdn for anything, so why is it that when I start "vim -p file1 file2", and try to move among the different tabs with ...
2
votes
1answer
59 views
byobu, ssh and an accidently closed fluxbox
So i was using fluxbox and had a terminal using ssh to connect to a server. This server automatically starts byobu for everyone who's connecting to him. At least until i accidently closed my fluxbox ...
1
vote
2answers
41 views
byobu - status fields not hiding when I/O becomes zero - bug, or as expected?
I wanted to make use of byobu's "network" and "diskio" status fields, but I'm not sure if the following behaviour (#2) is normal, or buggy:
When there is IO, the network and disk status numbers ...
1
vote
1answer
60 views
Why will byobu only split into tabs using a terminal, and not do the same in a console/tty?
I have used Byobu for a bit and noticed something odd: I can split Byobu into tabs normally when I am using a terminal emulator, but when I am in a console or tty, pressing Shift-F2 only enters a ...
0
votes
1answer
57 views
Howto get the number of available updates/security-updates in ubuntu server
I'm writing a small daemon in c/c++ and I need to get the number of updates available and how many of them are security updates.
So far I know I could use either update-notifier or nagios but just for ...
5
votes
1answer
133 views
How to make byobu start with byobu -u on login/startup?
How do I make byobu start with unicode support by default? If I have done byobu-enable how I can set this -u option?
7
votes
1answer
201 views
Byobu: open different tabs in different windows of the same session
Let's say I have a byobu session running with multiple tabs open. Then if I open a new terminal, and start byobu, it will take me into the same session. If I then switch byobu tabs in one terminal, ...
2
votes
1answer
96 views
using a byobu and disconnected session how to see message on screen
I use byobu on sh and was doing some program which was left over for at least 24 hours,
I had disconnected from the machine and logged in back after 24 hours is there a way I could see the messages ...
1
vote
1answer
52 views
Synchronize panes in byobu
anything similar to
tmux synchronize-panes on
in byobu with tmux as back-end??
I am a cluster admin and would love to use byobu rather than clusterssh which lets me do synchronous writes
1
vote
1answer
351 views
Unable to launch byobu with custom windows.NAME file
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 ...
0
votes
0answers
36 views
How to config Byobu to accept nested session launch by default?
Every time I connect to a remote box (configured to automatically start Byobu on login) within a local Byobu session, I am asked:
Do you want to launch byobu in a nested session? [y/N]
and have to ...
0
votes
2answers
88 views
Do a release upgrade 10.04 to 12.04 LTS in a byobu / screen session
I am about to do a release upgrade on a 10.04 server to 12.04. I am going to need to do this over SSH, is it advisable to do this in a byobu / screen session in case of any unforeseen disconnects? or ...
2
votes
0answers
320 views
How to resize byobu in Ubuntu 12.10?
I was a happy user of byobu for many months. I was running it between two Ubuntu 11.10 machines and I never had a problem with window sizes. From my laptop I would connect through ssh to my ...
4
votes
2answers
241 views
Setting Default Byobu screens
I've just installed Quantal as a fresh install, and want to set up Byobu as it was on my old system. In a previous version of byobu there was an option in byobu-config (via the F9 key) to create new ...
1
vote
1answer
112 views
Custom status Byobu
#! /bin/sh
echo "$(byobu ls|grep attached)"|sed 's/\([a-zA-Z0-9][a-zA-Z0-9]*\).*/\1/'
this is my script in ~/.byobu/bin/
refresh time is 1 second.
This shows the session name as the custom ...
0
votes
0answers
76 views
tmux equivalent for screen's vbell_msg
In screen you can customise the visual bell text.I need the same in byobu(backend tmux) in place of the default 'Activity in Window %n'.
I actually want it to be changed to 'wuff---%n---wuff'
1
vote
1answer
246 views
Notation for Byobu Keybinding Files
Does anyone know what notation is used to represent keyboard keys in Byobu's keybinding files (f-keys.screen etc)?
I know what keys I would like to change and have poured through the file trying to ...
3
votes
1answer
557 views
Can Mouse Wheel Scrolling be enabled in Byobu
I've seen elsewhere that scrolling via the mouse wheel (and other mousy events) can be enabled for tmux.. can this feature also be enabled in byobu (over tmux) and how?
5
votes
1answer
414 views
Name a Byobu session?
Is there a way to create identifiable Byobu sessions so that when I've got multiple sessions running, the byobu-select-session menu gives me a list of sessions I can recognize, as opposed to ...
1
vote
1answer
433 views
Can byobu (tmux) show a multiline status
With byobu-screen the default status line had two lines. With byobu-tmux however the default status line only has one line. I liked the seperate line with the list of windows, it let me see more than ...
0
votes
0answers
66 views
byobu-screen doesn't show status bar at launch
At launch, byobu-screen simply displays the normal GNU Screen status bar instead of the byobu status bar.
It shows the proper byobu status bar only if I go into "Toggle status notifications" and hit ...
4
votes
1answer
127 views
Why Byobu custom status notification code fail to show in color?
The code below runs well in Bash and shows text with proper green background color but when I add it to the ~/.byobu/bin/ folder it shows the escape characters instead. Something like ...
3
votes
1answer
86 views
Revert F3 and F4 behavior in byobu?
With a fresh 12.04 installation of Ubuntu, byobu's interpretation of the function keys seems to have changed. F3 and F4 will still change the active tab on the current session, but it changes it for ...
1
vote
0answers
305 views
Byobu Split Screens attaching to same session
On a brand new install of Precise, after installing byobu, I'm facing the following behaviour:
ie. all internal splits on byobu (using Ctrl+F2) will just attach to the same screen session. What I ...
3
votes
0answers
405 views
Shift+F2 is ignored when using byobu with PuTTY (Windows 7)
Connecting to byobu in Ubuntu 12.04.1 (precise) from PuTTY on a Windows 7 system, when I type Shift+F2 to get a vertical split, nothing happens. Typing plain F2 works and opens a new window.
I tried ...
2
votes
2answers
240 views
How do I prevent byobu from duplicating text on all splits?
Recently I started using Byobu, and I'm having a problem with each split just being a duplicate of the original. Whatever I type in one split appears in all of the others. I'm also using Byobu on ...
6
votes
2answers
2k views
How do I make the F-keys work in byobu, for midnight commander (mc), htop, etc?
I use byobu with the tmux backend on my 12.04 server. I'd like to use the midnight commander shortcut keys with it, but the F keys don't work.
I've seen some posts on the issues here:
...
6
votes
3answers
550 views
How do I get ctrl-left / ctrl-right to jump a word again in byobu?
On my Ubuntu 11.10 machines running byobu 4.37 I can use the key combination ctrl-left / ctrl-right to jump a word at a time in the terminal. However, on my Ubuntu 12.04 machines with byobu 5.17, this ...
2
votes
2answers
1k views
Byobu doesn't show the colourful status line
I just followed this How to get byobu to launch tmux instead of screen? and updated byobu on my Ubuntu 11.04 64bit notebook.
When I was using the old version from Ubuntu repos, there always was ...
2
votes
1answer
2k views
When using `byobu` in a PuTTY session cannot create new windows
I have an Ubuntu 10.04.4 web server, and I have set it to run byobu on session startup.
To start with it all seems to work fine, for example F9 brings up the menu and F7 starts the copy/paste ...
2
votes
3answers
459 views
Equivalent of Ctrl-a Ctrl-a in byobu (switching windows)
In GNU screen, I could type Ctrl+A twice to switch between two windows.
In byobu, I can't see how to do that. F12+Ctrl+A doesn't work, and I can't find anything in the manual.
To be clear, I do not ...
2
votes
1answer
121 views
Byobu available updates broken on Ubuntu 10.04 LTS? [closed]
I noticed that since release of byobu 5.10 the available updates in the lower bar behaves funny:
you issue for example an apt-get update
available updates pop out with the #! in the lower bar
...
2
votes
3answers
863 views
How would you configure byobu as a login shell?
I need to have my telnet and ssh users use byobu as their login shell.
I would like to avoid using .login/.profile/.bashrc and the likes to spawn byobu.
I'd like to have byobu as the shell defined in ...
4
votes
3answers
830 views
How do I send a literal F6/etc. in byobu?
In a byobu screen, I ssh'ed into another computer and launched byobu on that computer. Now, I have byobu within byobu.
How can I send byobu keystrokes (F2, F3, F6, etc) to the inner byobu rather ...
4
votes
1answer
1k views
How do I reset Byobu's settings?
Right problem is I want use Byobu I really like it BUT I messed up and changed settings in F9 and choose the screen keybindings NOW I cant get back to the F9 settings to change it back and cant use ...
3
votes
1answer
286 views
Quicklist gnome-terminal don't work with byobu profile
Yesterday I tried to create a Desktop quicklist for my gnome-terminal to open byobu with a specific byobu profile.
There's the part of my gnome-terminal.desktop file :
[NetBook_Byobu Shortcut Group]
...
6
votes
3answers
3k views
how to run multiple byobu sessions at once?
Currently I don't seem able to run multiple sessions of byobu. After the initial byobu instance, running on one terminal, when I run byobu in another terminal it always attaches to the first byobu ...
5
votes
2answers
1k views
What is the <number>! in byobu's status bar mean?
I run byobu on my home server, and I noticed this today - what is it?
It's part of the byobu notification/status bar, on a 64-bit 11.10 server.
8
votes
4answers
2k views
How to re-enable function keys in byobu?
I was using byobu on Ubuntu 11.10 Server and I needed to hit a function key in an app, so I hit F9 to bring up the config menu and switched the keybinding set from "f-keys" to "screen-escape-keys". ...
2
votes
1answer
427 views
How to ignore Ctrl-A when a different escape sequence is already chosen
With release 11.10, an old byobu setting I had from screen no longer works. I used to just add
esacpe ``
at the end of ~/.byobu/keybindings to make the tickmark by escape for byobu key sequences. ...

