How can I change the konsole tab title? By default, it\'s set to %u : %n, so it always changes automatically.
%u : %n
I can set it with:
qdbus org.
To set title "MyTitle" on your new tab the right syntax is:
konsole --new-tab -p "RemoteTabTitleFormat=MyTitle" ...
(tested on Konsole version 17.12.3, S.O. Kubuntu 18.04)