/usr/share/gconf/schemas/compiz-notification.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/notification/screen0/options/timeout</key>
<applyto>/apps/compiz-1/plugins/notification/screen0/options/timeout</applyto>
<owner>compiz-1</owner>
<type>int</type>
<default>-1</default>
<locale name="C">
<short>Hide Timeout</short>
<long>Timeout (in seconds) before hiding the notification, set to -1 for system default and 0 for indefinite (-1 - 30)</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/notification/screen0/options/max_log_level</key>
<applyto>/apps/compiz-1/plugins/notification/screen0/options/max_log_level</applyto>
<owner>compiz-1</owner>
<type>int</type>
<default>1</default>
<locale name="C">
<short>Maximum Log Level</short>
<long>The maximum log level to display (0 = Fatal, 1 = Error, 2 = Warning, 3 = Info, 4 = Debug)</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|