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:
Dustin Kirkland 2009-04-28 20:21:58 -05:00
commit 6ed7e8f5d6
2 changed files with 4 additions and 2 deletions

4
debian/changelog vendored
View file

@ -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
View file

@ -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