Summary: | KPart component doesn't emit title change signal on terminal escape sequence | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Pavel ALexeev (aka Pahan-Hubbitus) <pahan> |
Component: | kpart | Assignee: | Konsole Developer <konsole-devel> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | andrew.crouthamel |
Priority: | NOR | Keywords: | investigated, triaged |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Pavel ALexeev (aka Pahan-Hubbitus)
2014-10-02 13:27:17 UTC
Reassigned to Konsole since terminal emulation happens in there. (That GitHub is not the Yakuake repository, FYI.) Sorry, but konsole has option in settings "Show window title on the titlebar" does exactly that and have tooltip: "Show window title set by escape sequence on the titlebar". So it request in yakuake do the same. The thing is that Yakuake will set the title bar to whatever the Konsole KPart component emits with titleChanged(), and the decision to emit that signal in response to such an escape sequence happens inside Konsole code, rather than Yakuake code. It sounds like the bug here is that the Konsole KPart doesn't make this option available in the "Edit Profile" dialog, to control whether or not it emits the signal. Or it should simply *always* emit the signal, which IMHO would make sense in a KPart context. Confirmed on 18.08.1. KDE Plasma Version: 5.14.0 Qt Version: 5.11.2 KDE Frameworks Version: 5.50.0 |