Summary: | konsole tab title format only uses the first program you ever ran, not the current one | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | peter.maloney |
Component: | tabbar | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cade.robinson, julioelpoeta, mike.cloaked, rverschelde, vitoux.pascal |
Priority: | NOR | ||
Version: | 16.08.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | screenshot of the first way to reproduce it |
Description
peter.maloney
2016-09-14 07:42:27 UTC
Created attachment 101079 [details]
screenshot of the first way to reproduce it
Also seen in my archlinux installation. Forum discussion at https://bbs.archlinux.org/viewtopic.php?id=217112 Same issue on Arch with kde-applications 16.08.1-1 Yup, can confirm, it happens also when you connect to a remote host, the title stays the same afterwards. Git commit 3747ecfde0800804717203d7f5fa0f96c0791052 by Kurt Hindenburg. Committed on 17/09/2016 at 16:40. Pushed by hindenburg into branch 'master'. Fix updating of tab title Update the tab title to current program running. Martin, this "if" was committed in 79ca76a94696eda408927b122b0b531676d4ba93. For now, I removed the "if" M +1 -3 src/Session.cpp http://commits.kde.org/konsole/3747ecfde0800804717203d7f5fa0f96c0791052 I can confirm the bug on 16.08.1, and that the patch in comment 5 fixes it. *** Bug 368596 has been marked as a duplicate of this bug. *** Git commit dca6479a86f17b357365f1a598b8deeb0d602dbe by Kurt Hindenburg. Committed on 24/09/2016 at 18:41. Pushed by hindenburg into branch 'Applications/16.08'. Fix updating of tab title Update the tab title to current program running. Martin, this "if" was committed in 79ca76a94696eda408927b122b0b531676d4ba93. For now, I removed the "if" (cherry picked from commit 3747ecfde0800804717203d7f5fa0f96c0791052) M +1 -3 src/Session.cpp http://commits.kde.org/konsole/dca6479a86f17b357365f1a598b8deeb0d602dbe I can't comment on specifically which patch or revision, but it is fixed now in my current running version. Thanks. $ kdeinit5 --version Qt: 5.7.0 KDE: 5.27.0 |