start up Konqueror with auto refresh on..?

Kevin Krammer kevin.krammer at gmx.at
Wed Dec 14 20:08:15 GMT 2005


On Wednesday 14 December 2005 17:47, Otto Kekäläinen wrote:
> Hello,
>
> Is it possible to start up Konqueror with the auto refresh "plugin"
> automatically switched on for reloading each fifth minute?
>
> If not possible, in what other way could I accomplish the same effect?
> (konqueror opens and reloads a website every 5 minutes). The meta-refresh
> tag inside a website cannot be used, since Konqueror seems to stop
> refreshing after a few days (yes, my auto refresh should run for months
> like a non-interactive kiosk)
>
> Maybe some DCOP command run from crontab?

#!/bin/bash
KONQ=$(dcopstart konqueror www.heise.de)
while [ true ]; do
    sleep 300; # wait 5 minutes
    dcop $KONQ "konqueror-mainwindow#1" reload
done

Cheers,
Kevin

-- 
Kevin Krammer <kevin.krammer at gmx.at>
Qt/KDE Developer, Debian User
Moderator: www.mrunix.de (German), www.qtforum.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://mail.kde.org/mailman/private/kfm-devel/attachments/20051214/116daa1e/attachment.sig>


More information about the kfm-devel mailing list