[Kde-kiosk] keep konqueror running

Thiago Macieira thiago at kde.org
Tue Jun 14 20:39:59 CEST 2005


Nicolas Steenlant wrote:
>Hello all,
>
>this is maybe a bit off topic, but is there a way to check if the
>konqueror webbrowser is running and if not start it up again? with
>firefox i was able to do this with this shell script:
>#!/bin/bash
>    while true ; do
>        if ! firefox -remote "ping()" 2> /dev/null; then
>            firefox;
>        fi
>    done


Right. It is off-topic.

while true; do
  dcop | grep -q konqueror || konqueror
  sleep 10s
done

-- 
  Thiago Macieira  -  thiago (AT) macieira.info - thiago (AT) kde.org
    PGP/GPG: 0x6EF45358; fingerprint:
    E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358

4. And æfter se scieppend ingelogode, he wrát "cenn", ac eala! se 
rihtendgesamnung andswarode "cenn: ne wát hú cennan 'eall'. Ástynt."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-kiosk/attachments/20050614/46171fe8/attachment.pgp


More information about the kde-kiosk mailing list