/usr/share/glib-2.0/schemas/org.freedesktop.compiz.notification.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.notification" gettext-domain="compiz">
<key type="i" name="timeout">
<default>-1</default>
<summary>Hide Timeout</summary>
<description>Timeout (in seconds) before hiding the notification, set to -1 for system default and 0 for indefinite (-1 - 30)</description>
</key>
<key type="i" name="max-log-level">
<default>1</default>
<summary>Maximum Log Level</summary>
<description>The maximum log level to display (0 = Fatal, 1 = Error, 2 = Warning, 3 = Info, 4 = Debug)</description>
</key>
</schema>
</schemalist>
|