Bug 457201

Summary: %n placeholder in konsole tab title no longer works
Product: [Applications] konsole Reporter: Kishore Gopalakrishnan <kishore96>
Component: tabbarAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: normal CC: a.samirh78
Priority: NOR    
Version: 22.07.80   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Kishore Gopalakrishnan 2022-07-27 14:34:55 UTC
SUMMARY
In the tab title format, '%n' is used as a placeholder for the name of the current program. With konsole 22.07.80, it is shown as a literal '%n' in the tab title, instead of being replaced with the appropriate string.

STEPS TO REPRODUCE
1. Make sure the tab title format (right-click on tab, configure) is set to '%d : %n' (without quotes)
2. Open a tab (so that the tabbar is shown)

OBSERVED RESULTS
Tab title is shown as <name of directory> : %n (i.e. the %n placeholder is not actually replaced with anything)

EXPECTED RESULTS
Tab title should be <name of directory> : <name of program> (e.g. '~ : bash')

SOFTWARE VERSIONS
konsole 22.07.80
Operating System: Arch Linux
KDE Plasma Version: 5.25.3
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5
Kernel Version: 5.18.13-arch1-1 (64-bit)
Graphics Platform: X11

ADDITIONAL INFORMATION
Downgrading konsole to 22.04.3 fixes the issue.
Comment 1 Ahmad Samir 2022-07-27 14:45:32 UTC

*** This bug has been marked as a duplicate of bug 456627 ***