* byobu-launcher: must explicitly set PROMPT_COMMAND in byobu_launcher;

this used to be in /etc/skel/.bashrc, but has since been dropped
    (see Debian Bug #420656); thus, we need to set it ourself if we
    want gnome-terminal to be updated with the remote host/username


Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-07-22 19:38:46 -05:00
commit fcb9f31756
2 changed files with 6 additions and 2 deletions

View file

@ -23,6 +23,7 @@
# Ensure that the PROMPT_COMMAND gets printed, such that gnome-terminal
# and friends can pick it up before going into screen
export PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"'
[ -x /bin/bash ] && echo | /bin/bash -i -s 2>/dev/null
out=`screen -ls 2>/dev/null` || true

7
debian/changelog vendored
View file

@ -1,8 +1,11 @@
byobu (2.22) unreleased; urgency=low
* UNRELEASED
* byobu-launcher: must explicitly set PROMPT_COMMAND in byobu_launcher;
this used to be in /etc/skel/.bashrc, but has since been dropped
(see Debian Bug #420656); thus, we need to set it ourself if we
want gnome-terminal to be updated with the remote host/username
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 20 Jul 2009 15:37:02 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 22 Jul 2009 19:34:51 -0500
byobu (2.21-0ubuntu1) karmic; urgency=low