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.
Only happens when I use xmonad+xmobar, works fine with plasma-desktop. But other terminals don't have this issue.
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.