Bug 405560 - Yakuake - Renaming the tab name from console
Summary: Yakuake - Renaming the tab name from console
Status: RESOLVED NOT A BUG
Alias: None
Product: yakuake
Classification: Applications
Component: general (show other bugs)
Version: 24.02.2
Platform: Ubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-17 12:18 UTC by rekriux
Modified: 2024-05-22 23:50 UTC (History)
1 user (show)

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


Attachments
Screenshot with command (247.66 KB, image/png)
2019-03-17 12:18 UTC, rekriux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rekriux 2019-03-17 12:18:11 UTC
Created attachment 118857 [details]
Screenshot with command

SUMMARY
I wish to rename the tab names depending on what is running in the terminal. It is easier to find the right tab when too many are opened. It works well on konsole but fails on yakuake.


STEPS TO REPRODUCE
1. Open new tab
2. echo -ne "\033]30;test change title\007"
3. 


OBSERVED RESULT
The tab doesn't change name. It is still named "Shell No. 2". But the title before "- KDE Terminal Emulator" changed. 

EXPECTED RESULT
Renaming the tab from terminal. From "Shell No. 2" to "test change title".

SOFTWARE/OS VERSIONS
 
Linux/KDE Plasma: Kubuntu 19.04
KDE Plasma Version: 5.15.3
KDE Frameworks Version: 5.56.0
Qt Version: 5.11.3

ADDITIONAL INFORMATION
I am using Yakuake more than konsole, such a great terminal ! Great for multi monitor to get a terminal where you currently are. Thanks for the great work !
Also, it would be nice to have an option to move terminal to current screen if it is already opened on an other screen/virtual without having to execute twice the shortcut cmd. Mine is set to "windows+c" in case you are wondering for a default :).
Comment 1 joelsonejr 2024-05-22 23:50:56 UTC
Hello. 
 I've checked the mentioned "bug", and found out that a small piece of configuration might be missing on the user side. 

In Yakuake Configuration -> Window, under the "Tab Bar" section, the checkbox "Show title bar contents in tab labels" should be marked. 
After doing that, the tab renaming sugested by the OP will work as expected.