Bug 345413

Summary: Window title not updated anymore
Product: [Applications] konsole Reporter: Markus Trippelsdorf <octoploid>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: master   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Markus Trippelsdorf 2015-03-22 07:34:28 UTC
The window title is not updated anymore in the version for Frameworks 5.8.0.

Reproducible: Always

Steps to Reproduce:
1. start konsole
2. change directory in shell


Actual Results:  
Window title is not updated in taskbar.
Comment 1 Markus Trippelsdorf 2015-03-22 16:19:59 UTC
Only happens when I use xmonad+xmobar, works fine with plasma-desktop.
But other terminals don't have this issue.
Comment 2 Markus Trippelsdorf 2015-11-28 11:08:40 UTC
Fixed. 
But now the title update visible lags when changes happen.

From   ./src/Vt102Emulation.cpp
 424   _titleUpdateTimer->start(20); 

Setting this lower, fixes the issue.