On 10/12/06, <b class="gmail_sendername">Andrey Cherepanov</b> &lt;<a href="mailto:sibskull@mail.ru">sibskull@mail.ru</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
11 Oct 2006 15:08, André Goddard Rosa wrote:<br>&gt; &gt; This behaviour is applyed to standart Konsole with little DCOP magic ;)<br>&gt; &gt; We discuss this behaviour on our Russian forums. Possible, &quot;root-tail&quot;
<br>&gt; &gt; plasmoid will be appeared in KDE 4+.<br>&gt;<br>&gt; Hi!<br>&gt;<br>&gt; Very good! So this means that it will be possible to configure a global<br>&gt; shortcut for bringing it to focus?<br>Yes. Focus bring to hidden konsole:
<br><br>#!/bin/sh<br><br>id=`dcop konsole-* | head -n 1`<br>echo $id<br>if test `dcop $id konsole-mainwindow#1 shown` = 'false'; then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dcop $id konsole-mainwindow#1 show<br>else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dcop $id konsole-mainwindow#1 hide
<br>fi</blockquote><div><br>Hi, Andrey!<br><br>Just tried it here with a konsole instance&nbsp; opened but minimized:<br><br>doctorture:/home/goddard # ./k.sh<br><br>object 'shown' in application 'konsole-mainwindow#1' not accessible
<br>./k.sh: line 5: test: =: unary operator expected<br>object 'hide' in application 'konsole-mainwindow#1' not accessible<br><br></div>Thank you in advance,<br></div>-- <br>[]s,<br>André Goddard