From kde-core-devel Sun Apr 30 17:45:43 2000 From: Richard Moore Date: Sun, 30 Apr 2000 17:45:43 +0000 To: kde-core-devel Subject: Helper protocols X-MARC-Message: https://marc.info/?l=kde-core-devel&m=95711684022551 I've just added support for helper protocols to KRun as discussed. I decided to leave the mailto stuff alone as it needs slightly different handling to cover old mailers etc. I would however like to see apps like kmail supporting the new version as it allows access to some of the more powerful features of mailto urls (by allowing the mailer access to the whole URL including parameters). Here is an example of a helper protocols config file: [Protocol] exec=xmessage -center %u protocol=alert input=none output=none helper=true reading=false writing=false makedir=false deleting=false As you might expect, this protocol simply pops up a window containing the URL, but you get the idea. The important thing to note is the helper=true line, and also that the exec line in a helper protocol file has the semantics of a normal .desktop file instead of being just the name of the binary to run. Rich.