mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
screen: drop the -t title, causes hangs if user defines shelltitle,
LP: #368925 Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
684a23b0f2
commit
6ed7e8f5d6
2 changed files with 4 additions and 2 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -2,8 +2,10 @@ screen-profiles (1.52) unreleased; urgency=low
|
|||
|
||||
* bin/updates-available: drop leading "Inst" in detailed report
|
||||
* bin/logo: add logo for altlinux
|
||||
* screen: drop the -t title, causes hangs if user defines shelltitle,
|
||||
LP: #368925
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 28 Apr 2009 19:20:54 -0500
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 28 Apr 2009 20:21:02 -0500
|
||||
|
||||
screen-profiles (1.51-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
2
screen
2
screen
|
@ -79,7 +79,7 @@ fi
|
|||
|
||||
# Now let's execute screen!
|
||||
if [ "$#" = "0" ]; then
|
||||
exec /usr/bin/screen.real -c "$HOME/.screen-profiles/profile" -t shell /usr/bin/motd+shell
|
||||
exec /usr/bin/screen.real -c "$HOME/.screen-profiles/profile" /usr/bin/motd+shell
|
||||
else
|
||||
exec /usr/bin/screen.real -c "$HOME/.screen-profiles/profile" "$@"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue