From 93c5eb88f8928b2c852df7f35c8e044a333378a1 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 3 Apr 2012 19:04:45 -0500 Subject: [PATCH] * usr/bin/byobu: LP: #966686 - ensure that the MOTD gets printed on byobu-tmux first launches --- debian/changelog | 2 ++ usr/bin/byobu | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0c7ad9b5..e8c9c902 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ byobu (5.17) unreleased; urgency=low - performance improvement, testing for directory existence before mkdir -p saves time - localize a couple of function variables + * usr/bin/byobu: LP: #966686 + - ensure that the MOTD gets printed on byobu-tmux first launches [ Fumihito YOSHIDA (hito) ] * usr/lib/byobu/logo: LP: #952724 diff --git a/usr/bin/byobu b/usr/bin/byobu index 3ce49c3c..19ab67a1 100755 --- a/usr/bin/byobu +++ b/usr/bin/byobu @@ -100,6 +100,7 @@ case $BYOBU_BACKEND in fi fi BYOBU_PROFILE="-f $BYOBU_PREFIX/share/$PKG/profiles/tmuxrc" + DEFAULT_WINDOW="new-session ${BYOBU_PREFIX}/bin/byobu-shell" sessions=$($BYOBU_BACKEND list-sessions 2>/dev/null) || true ;; screen)