0

Ubuntu 22.04, kde plasma

Hi, I'd like to find a way to launch konsole from within a bash script and have it open with a user-specified window title. No interaction. Just a command to open a konsole window with "This is Jack's konsole" as its title.

Thank you!

(Or some other terminal emulator that provides this functionality.)

1 Answers1

0

If you want to start new Konsole and set title one simple way is to run the program on this way:

Konsole --tabs-from-file filename

where filename contain:

title: "This is Jack's konsole"
Romeo Ninov
  • 7,848