File: libfm.xml

package info (click to toggle)
libfm 0.1.17-2.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,068 kB
  • sloc: ansic: 29,193; sh: 11,008; makefile: 491; xml: 113; python: 34
file content (52 lines) | stat: -rw-r--r-- 1,543 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<!--
    Additional mime-types provided by libfm, adding some
    missing but frequently seen globs for some common mime-types.
-->
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>

  <mime-type type="text/plain">
    <glob pattern="*.ini"/>
    <glob pattern="*.inf"/>
  </mime-type>

  <mime-type type="application/x-ms-dos-executable">
    <glob pattern="*.com" />
  </mime-type>

  <mime-type type="application/x-ms-win-installer">
    <comment>Windows installer</comment>
    <comment xml:lang="zh_TW">Windows 安裝程式</comment>
    <glob pattern="*.msi" />
  </mime-type>

  <mime-type type="application/x-vbscript">
    <comment>MS VBScript</comment>
    <glob pattern="*.vbs" />
  </mime-type>

  <mime-type type="text/x-csharp">
    <comment xml:lang="en">C# source</comment>
    <comment xml:lang="zh_TW">C# 程式碼</comment>
    <glob pattern="*.cs"/>
  </mime-type>

  <mime-type type="application/x-desktop">
    <comment xml:lang="zh_TW">應用程式捷徑</comment>
  </mime-type>

  <mime-type type="application/x-sharedlib">
    <!--
        This pattern matching is not very accurate ,but the probability that
        a file is named like this and it's not a shared lib, is very low.
     -->
    <glob pattern="*.dll"/> <!-- Windows dll are shared libs, too -->
    <glob pattern="*.so.[0-9]" />
    <glob pattern="*.so.[0-9].*" />
  </mime-type>

  <mime-type type="application/x-desktop">
    <glob pattern="*.directory"/>
  </mime-type>

</mime-info>