Bug 145867 - tcsh xterm title is destroyed at login
Summary: tcsh xterm title is destroyed at login
Status: RESOLVED WORKSFORME
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 2
Hardware: Other Other
: P5 - None : Enhancement (vote)
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-26 15:28 UTC by Klaus Singvogel
Modified: 2006-01-26 15:48 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Singvogel 2006-01-26 15:28:57 UTC
I'm one of those users, who are having the good, old :) "tcsh" as login-shell.

When I'm login to another host my well-chosen xterm title gets destroyed, because of the "cwdcmd" alias in /etc/csh.cshrc. I don't see a chance to influence this behavior (= keeping my title) by any variable. I don't see an effective way to do an unalias neither between the definition and the following "cd ."

My suggestion: introduce a new variable "keep_xterm_title" (or whatever), and, to be backward compatible, if this variable is unset continue destroying the xterm title (hopefully this works).

BTW: this bug has severity "enhancement". :)
Comment 1 Dr. Werner Fink 2006-01-26 15:33:45 UTC
   echo unalias cwdcmd >> ~/.tcshrc
Comment 2 Klaus Singvogel 2006-01-26 15:48:55 UTC
Yes, I did it.
This helps for next "cd" commands, but not for login.