/usr/share/gconf/schemas/compiz-firepaint.schemas is in compiz-plugins-extra 0.9.7.0~bzr9-0ubuntu6.
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 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | <?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/compiz-1/plugins/firepaint/screen0/options/initiate_key</key>
<applyto>/apps/compiz-1/plugins/firepaint/screen0/options/initiate_key</applyto>
<owner>compiz-1</owner>
<type>string</type>
<default>Disabled</default>
<locale name="C">
<short>Initiate (key)</short>
<long>Initiate fire drawing</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/firepaint/screen0/options/initiate_button</key>
<applyto>/apps/compiz-1/plugins/firepaint/screen0/options/initiate_button</applyto>
<owner>compiz-1</owner>
<type>string</type>
<default><Super><Shift>Button1</default>
<locale name="C">
<short>Initiate (button)</short>
<long>Initiate fire drawing</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/firepaint/screen0/options/clear_key</key>
<applyto>/apps/compiz-1/plugins/firepaint/screen0/options/clear_key</applyto>
<owner>compiz-1</owner>
<type>string</type>
<default><Super><Shift>c</default>
<locale name="C">
<short>Clear (key)</short>
<long>Clear</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/firepaint/screen0/options/clear_button</key>
<applyto>/apps/compiz-1/plugins/firepaint/screen0/options/clear_button</applyto>
<owner>compiz-1</owner>
<type>string</type>
<default>Disabled</default>
<locale name="C">
<short>Clear (button)</short>
<long>Clear</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/firepaint/screen0/options/num_Particles</key>
<applyto>/apps/compiz-1/plugins/firepaint/screen0/options/num_Particles</applyto>
<owner>compiz-1</owner>
<type>int</type>
<default>3000</default>
<locale name="C">
<short>Number of particles</short>
<long>Maximum number of active particles (100 - 20000)</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/firepaint/screen0/options/fire_size</key>
<applyto>/apps/compiz-1/plugins/firepaint/screen0/options/fire_size</applyto>
<owner>compiz-1</owner>
<type>float</type>
<default>15.0</default>
<locale name="C">
<short>Fire Particle Size</short>
<long>Fire particle size. (0.1 - 40)</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/firepaint/screen0/options/fire_slowdown</key>
<applyto>/apps/compiz-1/plugins/firepaint/screen0/options/fire_slowdown</applyto>
<owner>compiz-1</owner>
<type>float</type>
<default>0.5</default>
<locale name="C">
<short>Fire Particle Slowdown</short>
<long>Fire particle slowdown. (0.1 - 10)</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/firepaint/screen0/options/fire_life</key>
<applyto>/apps/compiz-1/plugins/firepaint/screen0/options/fire_life</applyto>
<owner>compiz-1</owner>
<type>float</type>
<default>0.7</default>
<locale name="C">
<short>Fire Particle Life</short>
<long>Fire particle life. (0.1 - 0.95)</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/firepaint/screen0/options/fire_color</key>
<applyto>/apps/compiz-1/plugins/firepaint/screen0/options/fire_color</applyto>
<owner>compiz-1</owner>
<type>string</type>
<default>#ff3305ff</default>
<locale name="C">
<short>Fire Particle Color</short>
<long>Fire particle color.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/firepaint/screen0/options/fire_mystical</key>
<applyto>/apps/compiz-1/plugins/firepaint/screen0/options/fire_mystical</applyto>
<owner>compiz-1</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Randomly Colored Fire</short>
<long>Have random colors for the fire effect, also known as Mystical Fire.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/firepaint/screen0/options/bg_brightness</key>
<applyto>/apps/compiz-1/plugins/firepaint/screen0/options/bg_brightness</applyto>
<owner>compiz-1</owner>
<type>int</type>
<default>50</default>
<locale name="C">
<short>Background brightness</short>
<long>Background brightness during paint (0 - 100)</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|