[Konsole-devel] start konsole from command line

Stephan Binner binner at kde.org
Sun Oct 26 16:36:55 UTC 2003


On Saturday 25 October 2003 09:47, Vladimir S. Malyaev wrote:

> Is it possible to start new konsole with many embedded shells

Yes, open as many and name the sessions as you want and call "Settings/Save 
Sessions Profile...", from the command line run "konsole --profile <name>".

> from the script file?

Also possible with DCOP, works like this:

   KONSOLE=`dcopstart konsole`
   dcop $KONSOLE default newSession su
   SESSION=`dcop $KONSOLE default newSession`
   dcop $KONSOLE $SESSION renameSession foobar

Bye,
   Steve



More information about the konsole-devel mailing list