Bug 68695 - gnome-terminal doesn't change title with su(1) to another user
Summary: gnome-terminal doesn't change title with su(1) to another user
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: gnome-terminal
Version: limbo
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Havoc Pennington
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-07-12 16:11 UTC by Horst H. von Brand
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-07-12 16:24:04 UTC
Embargoed:


Attachments (Terms of Use)

Description Horst H. von Brand 2002-07-12 16:11:00 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020625

Description of problem:
When su(1)ing to root in a gnome-terminal, its title doesn't change to reflect
the new user

Version-Release number of selected component (if applicable): gnome-terminal-2.0.0-3


How reproducible:
Always

Steps to Reproduce:
1.su - root
2.
3.
	

Actual Results:  Title doesn't change
Expected Results:  New title reflecting the new user

Additional info:  Thank you all very much!

Comment 1 Nalin Dahyabhai 2002-07-12 16:23:59 UTC
In this case it's likely bash setting the title using the value of $USER.  My
best guess is that you're not using "su -", so the value in the shell's
environment remains unchanged, so $USER is your actual user name.

Try using 'su -'.  This should set $USER to "root", which should cause bash to
print the correct prompt.

Comment 2 Havoc Pennington 2002-07-12 16:25:34 UTC
gnome-terminal isn't setting the title, it's your shell. Nalin's advice should work.


Note You need to log in before you can comment on or make changes to this bug.