The client should recognize .tlclient configuration files, via a file extension or mime type, so that clicking on such a file calls the client with settings contained in the file.
This functionality has already been implemented during fix of bug 2410, but I like to have a separate bug. Here's the text from 2410: >* Changed tlclient so that it accepts an "additional configuration file", with >a -C argument. This is allowed even on Windows. This required a rewrite of the >file parsing. > >* Changed the installers so that they correctly setups mappings for the >.tlclient file extension and our MIME type. > >* Registrered our MIME type with IANA. See also bug 445.
.tlclient is recognized both on Linux and Windows. Client seems to happily eat file and behave accordingly.
Now also part of the tlclient chapter in the course material.