How can I change the Konsole title in Python? I found this code:
>>> import sys
>>> sys.stdout.write("\x1b]2;test\x07")
But it only works with Gnome terminal, not Konsole (on Kubuntu).
I would give "\x1b]0;test\x07"
a try (note the 0
instead of 2
).
There is an open bug about Konsole not correctly treating xterm escape sequences; maybe it won't work at all until it is fixed.
dcop "$KONSOLE_DCOP_SESSION" renameSession "New title here"
This should work. You can also run the command without the renameSession part to get a list of other options that you can changed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With