Re: [kde] inserting table into konsole
- From: Ainsley Pereira <kde@xxxxxxxxxxxxx>
- Date: Tue, 14 Aug 2007 14:21:53 +0100
On Tue, Aug 14, 2007 at 03:14:33PM +0200, pol wrote:
That script would be useful, if you can, please send it.
#!/bin/bash
function startSession()
{
KID=$1
NAME=$2
SID=$(dcop konsole-$KID konsole newSession)
dcop konsole-$KID $SID renameSession $NAME
}
konsole &
KID=$!
sleep 1
startSession $KID Foo
startSession $KID Bar
startSession $KID Baz
dcop konsole-$KID session-1 closeSession
Enjoy.
~Ainsley
___________________________________________________
This message is from the kde mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
- Follow-Ups:
- [kde] Focusing konsole window (was: inserting table into konsole)
- From: Michael Mauch
- Re: [kde] inserting table into konsole
- From: Kevin Krammer
- [kde] Focusing konsole window (was: inserting table into konsole)
- References:
- [kde] inserting table into konsole
- From: pol
- Re: [kde] inserting table into konsole
- From: Ainsley Pereira
- Re: [kde] inserting table into konsole
- From: pol
- [kde] inserting table into konsole
- Prev by Date: Re: [kde] inserting table into konsole
- Next by Date: [kde] Kwrite: whole route in the window's title?
- Previous by thread: Re: [kde] inserting table into konsole
- Next by thread: Re: [kde] inserting table into konsole
- Index(es):