File: org.gnome.MultiWriter.gschema.xml

package info (click to toggle)
gnome-multi-writer 3.32.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,740 kB
  • sloc: ansic: 2,623; xml: 41; sh: 12; makefile: 9
file content (46 lines) | stat: -rw-r--r-- 2,173 bytes parent folder | download | duplicates (3)
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
<schemalist>
  <schema id="org.gnome.MultiWriter" path="/org/gnome/MultiWriter/" gettext-domain="gnome-multi-writer">
    <key name="filename" type="s">
      <default>''</default>
      <!-- TRANSLATORS: schema summary -->
      <summary>The filename to write to the USB disks</summary>
      <!-- TRANSLATORS: schema description -->
      <description>The filename of the ISO image to write to the connected USB disks.</description>
    </key>
    <key name="max-threads" type="u">
      <default>10</default>
      <!-- TRANSLATORS: schema summary -->
      <summary>The maximum number of threads to use</summary>
      <!-- TRANSLATORS: schema description -->
      <description>The maximum number of parallel threads to use when copying data.</description>
    </key>
    <key name="blank-drive" type="b">
      <default>true</default>
      <!-- TRANSLATORS: schema summary -->
      <summary>Completely blank drive when writing</summary>
      <!-- TRANSLATORS: schema description -->
      <description>Write the ISO to the drive and then blank the remainder of the drive.</description>
    </key>
    <key name="enable-verify" type="b">
      <default>true</default>
      <!-- TRANSLATORS: schema summary -->
      <summary>Verify the ISO image was written correctly</summary>
      <!-- TRANSLATORS: schema description -->
      <description>Read and verify the ISO image from each device after writing is complete.</description>
    </key>
    <key name="enable-probe" type="b">
      <default>false</default>
      <!-- TRANSLATORS: schema summary -->
      <summary>Inspect the device before writing images</summary>
      <!-- TRANSLATORS: schema description -->
      <description>Inspect the device to verify the reported device size is the actual media size.</description>
    </key>
    <key name="show-warning" type="b">
      <default>true</default>
      <!-- TRANSLATORS: schema summary -->
      <summary>Show a warning before writing to a drive</summary>
      <!-- TRANSLATORS: schema description -->
      <description>Show a warning dialog confirming that the device contents are to be erased.</description>
    </key>
  </schema>
</schemalist>