Summary: | Tab name doesn't revert immediately after running some commands | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | aditsu <aditsu> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | a.samirh78, adaptee, fgaliegue |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.9.0 | |
Sentry Crash Report: |
Description
aditsu
2011-04-19 08:49:41 UTC
*** Bug 271272 has been marked as a duplicate of this bug. *** *** Bug 255443 has been marked as a duplicate of this bug. *** After a long running command(e.g. /usr/bin/sleep 30 ) has finished, tab title(%n) does not revert until users press some key. Git commit 5a24215022d6efb99b6dd400215e5f8fd9dc41c0 by Jekyll Wu. Committed on 14/02/2012 at 21:19. Pushed by jekyllwu into branch 'master'. Take snapshot of session state periodically in the background This comes as an complement of the existing way of taking snapshot on keyboard activity. The time inverval is currently 2 seconds. That interval should be increased if it causes noticable performance penalty. FIXED-IN:4.8.1 M +7 -0 src/SessionController.cpp http://commits.kde.org/konsole/5a24215022d6efb99b6dd400215e5f8fd9dc41c0 Git commit 7d56686c0c6410361d8cc05b3045d66463102c95 by Jekyll Wu. Committed on 14/02/2012 at 21:19. Pushed by jekyllwu into branch 'KDE/4.8'. Take snapshot of session state periodically in the background This comes as an complement of the existing way of taking snapshot on keyboard activity. The time inverval is currently 2 seconds. That interval should be increased if it causes noticable performance penalty. FIXED-IN:4.8.1 (cherry picked from commit 3a1f79a2f872f12a213067308148e49d2ceb4654) M +7 -0 src/SessionController.cpp http://commits.kde.org/konsole/7d56686c0c6410361d8cc05b3045d66463102c95 Git commit 2cf9715edd9fb1e38afb42daca4aa7686ccccd43 by Jekyll Wu. Committed on 15/02/2012 at 20:35. Pushed by jekyllwu into branch 'KDE/4.8'. Revert "Take snapshot of session state periodically in the background" That commit causes some side effects related with monitoring activivy/silence. Better not to include it in a minor release This reverts commit 7d56686c0c6410361d8cc05b3045d66463102c95. M +0 -7 src/SessionController.cpp http://commits.kde.org/konsole/2cf9715edd9fb1e38afb42daca4aa7686ccccd43 |