/usr/share/glib-2.0/schemas/org.freedesktop.compiz.fadedesktop.gschema.xml 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 | <?xml version="1.0"?>
<schemalist>
<schema id="org.freedesktop.compiz.fadedesktop" gettext-domain="compiz">
<key type="i" name="fadetime">
<default>500</default>
<summary>Fade Time</summary>
<description>Fade time (in ms) (1 - 5000)</description>
</key>
<key type="s" name="window-match">
<default>'Toolbar | Utility | Dialog | Normal | Unknown'</default>
<summary>Window Match</summary>
<description>Windows that should be faded to desktop (match)</description>
</key>
</schema>
</schemalist>
|