mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* byobu: detect and emit an error message if the user tries to run
byobu from within a screen session Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
ca7844ff07
commit
549dda0db4
2 changed files with 9 additions and 1 deletions
6
byobu
6
byobu
|
@ -19,6 +19,12 @@
|
||||||
|
|
||||||
PKG="byobu"
|
PKG="byobu"
|
||||||
|
|
||||||
|
# Nesting byobu inside of screen doesn't work well
|
||||||
|
if [ "$TERM" = "screen" ]; then
|
||||||
|
echo `gettext "Exit the current screen session to run $PKG"`
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
# Sanitize the environment
|
# Sanitize the environment
|
||||||
byobu-janitor --force
|
byobu-janitor --force
|
||||||
|
|
||||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -6,11 +6,13 @@ byobu (2.17) unreleased; urgency=low
|
||||||
efficient
|
efficient
|
||||||
* byobu-launcher-uninstall: uninstall old screen-launcher entries too,
|
* byobu-launcher-uninstall: uninstall old screen-launcher entries too,
|
||||||
LP: #391913
|
LP: #391913
|
||||||
|
* byobu: detect and emit an error message if the user tries to run
|
||||||
|
byobu from within a screen session
|
||||||
|
|
||||||
[ Ciemon Dunville ]
|
[ Ciemon Dunville ]
|
||||||
* byobu.1: update description, add note about units of measure
|
* byobu.1: update description, add note about units of measure
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 25 Jun 2009 08:56:37 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 25 Jun 2009 16:05:04 -0500
|
||||||
|
|
||||||
byobu (2.16-0ubuntu1) karmic; urgency=low
|
byobu (2.16-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue