Mailinglist Archive: opensuse (3566 mails)
| < Previous | Next > |
Re: [opensuse] Re: function in .bashrc
- From: Randall R Schulz <rschulz@xxxxxxxxx>
- Date: Wed, 25 Apr 2007 14:33:43 -0700
- Message-id: <200704251433.43476.rschulz@xxxxxxxxx>
On Wednesday 25 April 2007 14:26, Randall R Schulz wrote:
> ...
>
> Furthermore, the answer to the primary question from the OP is given
> there directly, making those of us who claimed it wasn't possible
> flat wrong:
>
> #!/bin/sh
> konsole=$(dcopstart konsole-script)
> session=$(dcop $konsole konsole currentSession)
> dcop $konsole $session renameSession Local
>
> session=$(dcop $konsole konsole newSession)
> dcop $konsole $session renameSession Remote
>
> # Send a command to a Konsole session (tab)
> session=$(dcop $konsole konsole newSession)
> dcop $konsole $session renameSession Code
> dcop $konsole $session sendSession 'cd /my/work/directory'
Sadly, the "sendSession" function appears to be a figment of the mind of
the writer of that page. In fact, just above this example is a listing,
produced by dcop itself, of the functions available, and sendSession is
nowhere in evidence.
And in fact, on my 10.0 system, the sample code does not work:
% dcop konsole-7761 session-5 "sendSession 'dl'"
no such function
I'm running KDE 3.5.5 "release 45.2".
Randall Schulz
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> ...
>
> Furthermore, the answer to the primary question from the OP is given
> there directly, making those of us who claimed it wasn't possible
> flat wrong:
>
> #!/bin/sh
> konsole=$(dcopstart konsole-script)
> session=$(dcop $konsole konsole currentSession)
> dcop $konsole $session renameSession Local
>
> session=$(dcop $konsole konsole newSession)
> dcop $konsole $session renameSession Remote
>
> # Send a command to a Konsole session (tab)
> session=$(dcop $konsole konsole newSession)
> dcop $konsole $session renameSession Code
> dcop $konsole $session sendSession 'cd /my/work/directory'
Sadly, the "sendSession" function appears to be a figment of the mind of
the writer of that page. In fact, just above this example is a listing,
produced by dcop itself, of the functions available, and sendSession is
nowhere in evidence.
And in fact, on my 10.0 system, the sample code does not work:
% dcop konsole-7761 session-5 "sendSession 'dl'"
no such function
I'm running KDE 3.5.5 "release 45.2".
Randall Schulz
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |