Bug 484834 - Unable to rename console tabs
Summary: Unable to rename console tabs
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: tabbar (show other bugs)
Version: unspecified
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-31 19:19 UTC by mpeter.68m0y
Modified: 2024-03-31 19:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mpeter.68m0y 2024-03-31 19:19:02 UTC
Konsole version: 24.04.70
Source: gitlab CI release with name 'konsole-master-2985-windows-cl-msvc2022-x86_64'

SUMMARY
Renaming the tab in the "Tab Properties" window does not result in the new name being applied, regardless of the active profile.

STEPS TO REPRODUCE
1. Open Konsole
1.1 If you dont see the tab bar, open a second tab
2. Rename a first tab (for example, to 'test')

OBSERVED RESULT
The tab does not use its new name.

EXPECTED RESULT
The tab uses its new name.

SOFTWARE/OS VERSIONS
Windows: 10
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2

ADDITIONAL INFORMATION
The given new name is preserved somewhere, as reopening this window will show the new name, but the tab bar will keep the old name, more precisely the name set by the inner shell (a special $PS1 can update it just fine).
This is the case not only with WSL Linux shells but with the Windows CMD shell too.

It does not matter if I rename if I change the name both in the local and the remote tab title format fields.