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 :).
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.