Summary: | Window title not updated anymore | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Markus Trippelsdorf <octoploid> |
Component: | general | Assignee: | 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: | ||
Sentry Crash Report: |
Description
Markus Trippelsdorf
2015-03-22 07:34:28 UTC
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. |