Bug 345413 - Window title not updated anymore
Summary: Window title not updated anymore
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: master
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-22 07:34 UTC by Markus Trippelsdorf
Modified: 2015-11-28 11:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.