/usr/share/glib-2.0/schemas/org.gnome.brasero.gschema.xml is in brasero-common 3.10.0-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/gnome/brasero/" id="org.gnome.brasero">
<key type="b" name="nautilus-extension-debug">
<default>false</default>
<summary>Should Nautilus extension output debug statements</summary>
<description>Should Nautilus extension output debug statements. The value should be set to true if it should.</description>
</key>
<child schema="org.gnome.brasero.config" name="config"/>
<child schema="org.gnome.brasero.display" name="display"/>
<child schema="org.gnome.brasero.filter" name="filter"/>
</schema>
<schema path="/org/gnome/brasero/config/" id="org.gnome.brasero.config">
<key type="i" name="checksum-image">
<default>0</default>
<summary>The type of checksum used for images</summary>
<description>Set to 0 for MD5, 1 for SHA1 and 2 for SHA256</description>
</key>
<key type="i" name="checksum-files">
<default>0</default>
<summary>The type of checksum used for files</summary>
<description>Set to 0 for MD5, 1 for SHA1 and 2 for SHA256</description>
</key>
<key type="s" name="tmpdir">
<default>''</default>
<summary>Directory to use for temporary files</summary>
<description>Contains the path to the directory where brasero should store temporary files. If that value is empty, the default directory set for glib will be used.</description>
</key>
<key type="s" name="engine-group">
<default>''</default>
<summary>Favourite burn engine</summary>
<description>Contains the name of the favourite burn engine suite installed. It will be used if possible.</description>
</key>
<key type="as" name="plugins">
<default>[]</default>
<summary>White list of additional plugins to use</summary>
<description>Contains the list of additional plugins Brasero will use to burn discs. If set to NULL, Brasero will load them all.</description>
</key>
<key type="b" name="immed-flag">
<default>false</default>
<summary>Enable the "-immed" flag with cdrecord</summary>
<description>Whether to use the "-immed" flag with cdrecord. Use with caution (set to true) as it's only a workaround for some drives/setups.</description>
</key>
<key type="b" name="dao-flag">
<default>false</default>
<summary>Whether to use the "-use-the-force-luke=dao" flag with growisofs</summary>
<description>Whether to use the "-use-the-force-luke=dao" flag with growisofs. Set to false, brasero won't use it; it may be a workaround for some drives/setups.</description>
</key>
<key type="i" name="minbuf-value">
<default>0</default>
<summary>Used in conjunction with the "-immed" flag with cdrecord</summary>
<description>Used in conjunction with the "-immed" flag with cdrecord.</description>
</key>
<key type="b" name="raw-flag">
<default>false</default>
<summary>Whether to use the "--driver generic-mmc-raw" flag with cdrdao</summary>
<description>Whether to use the "--driver generic-mmc-raw" flag with cdrdao. Set to True, brasero will use it; it may be a workaround for some drives/setups.</description>
</key>
</schema>
<schema path="/org/gnome/brasero/display/" id="org.gnome.brasero.display">
<key type="s" name="iso-folder">
<default>''</default>
<summary>The last browsed folder while looking for images to burn</summary>
<description>Contains the absolute path of the directory that was last browsed for images to burn</description>
</key>
<key type="b" name="viewer">
<default>true</default>
<summary>Enable file preview</summary>
<description>Whether to display file preview. Set to true to use it.</description>
</key>
</schema>
<schema path="/org/gnome/brasero/filter/" id="org.gnome.brasero.filter">
<key type="b" name="hidden">
<default>true</default>
<summary>Should brasero filter hidden files</summary>
<description>Should brasero filter hidden files. Set to true, brasero will filter hidden files.</description>
</key>
<key type="b" name="replace-sym">
<default>true</default>
<summary>Replace symbolic links by their targets</summary>
<description>Should brasero replace symbolic links by their target files in the project. Set to true, brasero will replace symbolic links.</description>
</key>
<key type="b" name="broken-sym">
<default>true</default>
<summary>Should brasero filter broken symbolic links</summary>
<description>Should brasero filter broken symbolic links. Set to true, brasero will filter broken symbolic links.</description>
</key>
</schema>
<schema id="org.gnome.brasero.plugins">
<key type="i" name="priority">
<default>0</default>
<summary>The priority value for the plugin</summary>
<description>When several plugins are available for the same task, this value is used to determine which plugin should be given priority. 0 means the plugin's native priority is used. A positive value overrides the plugin's native priority. A negative value disables the plugin.</description>
</key>
</schema>
<schema id="org.gnome.brasero.drives">
<key type="i" name="flags">
<default>1</default>
<summary>Burning flags to be used</summary>
<description>This value represents the burning flags that were used in such a context the last time.</description>
</key>
<key type="i" name="speed">
<default>0</default>
<summary>The speed to be used</summary>
<description>This value represents the speed that was used in such a context the last time.</description>
</key>
</schema>
</schemalist>
|