--===============0781286333== Content-Type: multipart/signed; boundary="nextPart1342991.W1Fc9WnP2a"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit --nextPart1342991.W1Fc9WnP2a Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 12 July 2005 18:29, Andy Teijelo P=E9rez wrote: > Kevim Krammer said: > > Try this > > dcop $(dcopfind -a konqueror-*) KIO::Scheduler reparseSlaveConfiguration > > http > > Although I didn't know about dcopfind (which... wow, it's great), I did > send that dcop message to the Konqueror instance I had opened, and it > didn't work. But, I have just tried it now and it works. I must have done > something wrong the last time. Anyway, that's a Konqueror only solution. > But I need Amarok, Akregator and maybe others to know about the change. Is > there a way, using dcopfind or anything else, to find all open applicatio= ns > with a > KIO::Scheduler object to send the message to? A brute force method would be =2D--------- #!/bin/bash APPS=3D$(dcop) for app in $APPS; do dcop $app KIO::Scheduler reparseSlaveConfiguration http; done; =2D-------- > > Another possibility might be to use the output of a script instead of a > > value > > in the configuration file. > > KDE's config system supports that. > > Not sure though how often this would be evaluated. > > Sorry, I didn't understand that. Would that be something like > httpProxy=3D$(something) in ~/.kde/share/config/kioslaverc? Almost. Look for Shell expansion in this document; http://www.kde.org/areas/sysadmin/config_file.php Cheers, Kevin =2D-=20 Kevin Krammer Qt/KDE Developer, Debian User Moderator: www.mrunix.de (German), www.qtforum.org --nextPart1342991.W1Fc9WnP2a Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQBC1MVsnKMhG6pzZJIRAo3oAJkBpJGByu/K54jVPx/VpVkSOP+rhwCcDPlO BiPPL76X0uPzUMASTpyuoZ8= =0D/X -----END PGP SIGNATURE----- --nextPart1342991.W1Fc9WnP2a-- --===============0781286333== Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline ___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html. --===============0781286333==--