[olug] KDE terminal question

neal rauhauser neal at lists.rauhauser.net
Mon Aug 18 14:25:43 UTC 2003


 OK - a pretty good start, but how do I get a command to execure in each
Konsole once it is created? 'man dcop' yields nothing and I'm about to
start googling for it, but I'm sure its a one liner for a guru like you
:-)



> Here's a script to add 6 sessions to your current konsole window.
> 
> #!/bin/bash
> 
> KONSOLE_DCOPID=`echo $KONSOLE_DCOP|cut -d'(' -f2|cut -d',' -f1`
> dcop $KONSOLE_DCOPID konsole newSession
> dcop $KONSOLE_DCOPID konsole newSession
> dcop $KONSOLE_DCOPID konsole newSession
> dcop $KONSOLE_DCOPID konsole newSession
> dcop $KONSOLE_DCOPID konsole newSession
> dcop $KONSOLE_DCOPID konsole newSession
> 
> Nick Walter
> 
> On Mon, 2003-08-18 at 04:51, neal rauhauser 402-301-9555 wrote:
> >   I have a KDE Konsole V1.2 open and I'm trying to get it to start new
> > sessions by some method other than clicking the 'new' button. I'd like
> > to open half a dozen simultaneous terminal sessions with one script.
> > Anyone have a hint on how to get this done?
> > _______________________________________________
> > OLUG mailing list
> > OLUG at olug.org
> > http://lists.olug.org/mailman/listinfo/olug
> >
> 
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> http://lists.olug.org/mailman/listinfo/olug


More information about the OLUG mailing list