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.
*** This bug has been marked as a duplicate of bug 456627 ***