Bug 58035

Summary: show prompt in window title
Product: [Applications] konsole Reporter: Ferdinand Gassauer <gassauer>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED NOT A BUG    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ferdinand Gassauer 2003-05-02 22:20:04 UTC
Version:           1.2 post (using KDE 3.1.9)
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:          Linux (i686) release 2.4.20-4GB

Hi!
sometimes the Window title of Konsole shows the correct prompt, sometimes not.
I open a ssh connection to 2 Linux servers
- SuSE 7.0 - the window title of konsole does not change
definition of PS1='\u@\h:\w >

- SuSE 8.2 - the window title of konsole changes 
definition of PS1='\[\e]2;\u@\h:$(ppwd)\007\e]1;\h\007\]\u@\h:\w> '

any idea ?
cu
ferdinand
Comment 1 Thiago Macieira 2003-05-03 01:25:08 UTC
The second PS1 seems to have escape sequences to change the title, while the 
first most certainly does not. The first won't be changing the window title. 
Comment 2 Stephan Binner 2003-05-03 09:35:04 UTC
Setup problem.