aboutsummaryrefslogtreecommitdiffstats
path: root/autoarchive/org.gnome.desktop.archives.gschema.xml
blob: 1d946c21470364d0d582ef90238c44cfc786f9ac (plain) (blame)
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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/desktop/archives/" id="org.gnome.desktop.archives">
    <key name="default-format" enum="org.gnome.desktop.archives.AutoarPrefFormat">
      <default>'zip'</default>
      <summary>Default file format for new archives (archive creation)</summary>
      <description>The default file format used to create new archives.</description>
    </key>
    <key name="default-filter" enum="org.gnome.desktop.archives.AutoarPrefFilter">
      <default>'none'</default>
      <summary>Default filter to create archives (archive creation)</summary>
      <description>The default filter used to compress new archives.</description>
    </key>
    <key name="file-name-suffix" type="as">
      <default>['zip', 'tar', 'cpio', '7z', 'rar', 'lha', 'lzh', 'xar', 'Z', 'gz', 'bz2', 'uue', 'xz', 'lz', 'lzma']</default>
      <summary>File extensions of archives (archive extraction)</summary>
      <description>This list is used by applications to determine whether a file should be automatically extracted.</description>
    </key>
    <key name="file-mime-type" type="as">
      <default>['application/x-7z-compressed', 'application/x-7z-compressed-tar', 'application/x-bzip', 'application/x-bzip-compressed-tar', 'application/x-compress', 'application/x-compressed-tar', 'application/x-cpio', 'application/x-gzip', 'application/x-lha', 'application/x-lzip', 'application/x-lzip-compressed-tar', 'application/x-lzma', 'application/x-lzma-compressed-tar', 'application/x-rar', 'application/x-tar', 'application/x-tarz', 'application/x-xar', 'application/x-xz', 'application/x-xz-compressed-tar', 'application/zip']</default>
      <summary>>File MIME types of archives (archive extraction)</summary>
      <description>This list is used by applications to determine whether a file should be automatically extracted.</description>
    </key>
    <key name="pattern-to-ignore" type="as">
      <default>['__MACOSX', '.DS_Store', '._.*']</default>
      <summary>Patterns of file names will not be extracted (archive extraction)</summary>
      <description>This list contains glob-style patterns, and it is used by applications to determine whether an entry in an archive should be written to disk.</description>
    </key>
    <key name="delete-if-succeed" type="b">
      <default>true</default>
      <summary>Whether to delete the source archive if the extraction is successful (archive extraction)</summary>
      <description>If TRUE, the source archive will be deleted after the extraction succeed</description>
    </key>
  </schema>
</schemalist>