Comment 26 for bug 185165

Revision history for this message
Tony Godshall (togo) wrote :

Endolith wrote...
...
> How do we change the global MIME data to make this association for all users? I've tried to read through the documentation and can't find this.
...

I got it to work like so:

[start snippet from /etc/mailcap]
# ----- User Section Begins ----- #

application/x-mswinurl; /usr/local/bin/mswinurl_launcher.py '%s'; test=test -n ""; description="MS Windows .url file"; nametemplate=%s.url

# ----- User Section Ends ----- #
[end snippet from /etc/mailcap]

[start snippet from /etc/mime.types]
application/x-mswinurl url
[end snippet from /etc/mime.types]

# ls -l /usr/local/bin/mswinurl_launcher.py
-rwxr-xr-x 1 root root 2117 2010-03-02 11:54 /usr/local/bin/mswinurl_launcher.py

That's it.

Martin Owens wrote on 2010-02-21:
> Because it has been fixed, just no one can be bothered to release the fix.

OK, so who do we poke? Do we need to give it to upstream?

Tony