/usr/share/gconf/schemas/compiz-fadedesktop.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 | <?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/compiz-1/plugins/fadedesktop/screen0/options/fadetime</key>
<applyto>/apps/compiz-1/plugins/fadedesktop/screen0/options/fadetime</applyto>
<owner>compiz-1</owner>
<type>int</type>
<default>500</default>
<locale name="C">
<short>Fade Time</short>
<long>Fade time (in ms) (1 - 5000)</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/fadedesktop/screen0/options/window_match</key>
<applyto>/apps/compiz-1/plugins/fadedesktop/screen0/options/window_match</applyto>
<owner>compiz-1</owner>
<type>string</type>
<default>Toolbar | Utility | Dialog | Normal | Unknown</default>
<locale name="C">
<short>Window Match</short>
<long>Windows that should be faded to desktop (match)</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|