Bug 3489 - better handling of application/x-mswinurl (*.URL)
Summary: better handling of application/x-mswinurl (*.URL)
Status: RESOLVED NOTOURBUG
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-07 06:48 UTC by Thilo Pfennig
Modified: 2005-10-31 08:38 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Thilo Pfennig 2005-06-07 06:48:47 UTC
A link that is saved via Internet Explorer (*.URL) can not be handled with
GNOME. This is stupid somehow because these files are really simple and
standardized. A browser could easily open such file.

The files are regognized but can not be opened in any way. Even gedit does not
like them. So there is no way for the user to read the information. This should
never happen.
Comment 1 Bastien Nocera 2005-11-01 03:38:57 UTC
There's already a mime-type for this type of file:
  <mime-type type="application/x-mswinurl">
    <magic priority="50">
      <match type="string" value="InternetShortcut" offset="1"/>
    </magic>
  </mime-type>

If your applications can't use it, please file a bug directly against the
applications.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.