[Panel-devel] yakuake in plasma

Andrey Cherepanov sibskull at mail.ru
Thu Oct 12 08:37:24 CEST 2006


11 Oct 2006 15:08, André Goddard Rosa wrote:
> > This behaviour is applyed to standart Konsole with little DCOP magic ;)
> > We discuss this behaviour on our Russian forums. Possible, "root-tail"
> > plasmoid will be appeared in KDE 4+.
>
> Hi!
>
> Very good! So this means that it will be possible to configure a global
> shortcut for bringing it to focus?
Yes. Focus bring to hidden konsole:

#!/bin/sh

id=`dcop konsole-* | head -n 1`
echo $id
if test `dcop $id konsole-mainwindow#1 shown` = 'false'; then
	dcop $id konsole-mainwindow#1 show
else
	dcop $id konsole-mainwindow#1 hide
fi

-- 
Andrey Cherepanov
sibskull at mail.ru


More information about the Panel-devel mailing list