2

当我运行 Ubuntu 11.10 时,我将 byobu 配置为在屏幕底部显示不同的状态消息。当我在 PuTTY 时,这工作得很好。不过,我今天升级到 12.04,现在我有了这个:

在此处输入图像描述

以红色突出显示的区域是状态栏所在的位置。这是我到目前为止所做的:

  • 将 byobu 的后端从 tmux 更改为 screen
  • 删除 ~/.screenrc 和 ~/.byobu/
  • sudo dpkg-重新配置 byobu
  • 卸载/重新安装 byobu

我在这里有点想法。拥有这个状态栏真的很方便,因为我只能通过 PuTTY 访问我的 Ubuntu 盒子。

4

2 回答 2

1

我有同样的问题,我的自定义状态栏消失了。我相信这是因为 的语法发生~/.byobu/status了变化。

它曾经像

arch=0
battery=0
cpu_count=0
cpu_freq=0
...

现在就像

screen_upper_left="color"
screen_upper_right="color whoami hostname ip_address menu"
screen_lower_left="color logo distro release #arch"

我还没有验证,但我会看看这是否能解决我的问题......

于 2012-09-18T10:04:33.483 回答
0

if there is a "status.disable" file in your byobu config dir, remove it.

Or, in sh parlance :

rm $BYOBU_CONFIG_DIR/status.disable

Also, there may be several tmux-x lines defined in the $BYOBU_CONFIG_DIR/status config file, try

SHIFT+F5

To cycle them.

于 2013-04-13T13:37:31.740 回答