Bug 145867

Summary: tcsh xterm title is destroyed at login
Product: [openSUSE] SUSE Linux 10.1 Reporter: Klaus Singvogel <kssingvo>
Component: BasesystemAssignee: Dr. Werner Fink <werner>
Status: RESOLVED WORKSFORME QA Contact: E-mail List <qa-bugs>
Severity: Enhancement    
Priority: P5 - None    
Version: Beta 2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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.