/usr/share/glib-2.0/schemas/org.freedesktop.compiz.loginout.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 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 | <?xml version="1.0"?>
<schemalist>
<schema id="org.freedesktop.compiz.loginout" gettext-domain="compiz">
<key type="s" name="in-match">
<default>'(iclass=^ksplash)'</default>
<summary>Login Window match</summary>
<description>Login Window Match (match)</description>
</key>
<key type="d" name="in-time">
<default>1.0</default>
<summary>Fade In/Out Time</summary>
<description>Fade In/Out Time. (0.0 - 100.0)</description>
</key>
<key type="d" name="in-saturation">
<default>0.0</default>
<summary>Saturation</summary>
<description>Background/Window saturation. (0.0 - 100.0)</description>
</key>
<key type="d" name="in-brightness">
<default>100.0</default>
<summary>Brightness</summary>
<description>Background/Window brightness. (0.0 - 100.0)</description>
</key>
<key type="d" name="in-opacity">
<default>100.0</default>
<summary>Opacity</summary>
<description>Window opacity. (0.0 - 100.0)</description>
</key>
<key type="s" name="out-match">
<default>'(iclass=ksmserver & (role=logoutdialog | role=logouteffect)) | (class=Libssui-tool & type=Dialog)'</default>
<summary>Logout Window match</summary>
<description>Logout Window Match (match)</description>
</key>
<key type="d" name="out-time">
<default>1.0</default>
<summary>Fade In/Out Time</summary>
<description>Fade In/Out Time. (0.0 - 100.0)</description>
</key>
<key type="d" name="out-saturation">
<default>0.0</default>
<summary>Saturation</summary>
<description>Background/Window saturation. (0.0 - 100.0)</description>
</key>
<key type="d" name="out-brightness">
<default>100.0</default>
<summary>Brightness</summary>
<description>Background/Window brightness. (0.0 - 100.0)</description>
</key>
<key type="d" name="out-opacity">
<default>100.0</default>
<summary>Opacity</summary>
<description>Window opacity. (0.0 - 100.0)</description>
</key>
</schema>
</schemalist>
|