/usr/share/gconf/schemas/compiz-mblur.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 | <?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/compiz-1/plugins/mblur/screen0/options/initiate_key</key>
<applyto>/apps/compiz-1/plugins/mblur/screen0/options/initiate_key</applyto>
<owner>compiz-1</owner>
<type>string</type>
<default><Control>F12</default>
<locale name="C">
<short>Toggle Motion Blur</short>
<long>Toggle motion Blur effect.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/mblur/screen0/options/mode</key>
<applyto>/apps/compiz-1/plugins/mblur/screen0/options/mode</applyto>
<owner>compiz-1</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Motion Blur mode</short>
<long>Motion Blur render mode. (0 = Texture Copy, 1 = Accumulation buffer)</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/mblur/screen0/options/strength</key>
<applyto>/apps/compiz-1/plugins/mblur/screen0/options/strength</applyto>
<owner>compiz-1</owner>
<type>float</type>
<default>20.0</default>
<locale name="C">
<short>Motion Blur Strength</short>
<long>Motion Blur strength. (0.0 - 100.0)</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/mblur/screen0/options/on_transformed_screen</key>
<applyto>/apps/compiz-1/plugins/mblur/screen0/options/on_transformed_screen</applyto>
<owner>compiz-1</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Motion Blur on Transformed Screen</short>
<long>Execute Motion Blur if the screen is transformed.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|