/usr/share/gconf/schemas/compiz-crashhandler.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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | <?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/compiz-1/plugins/crashhandler/screen0/options/enabled</key>
<applyto>/apps/compiz-1/plugins/crashhandler/screen0/options/enabled</applyto>
<owner>compiz-1</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short>Enable Crash Handler</short>
<long>Activate Crash Handler.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/crashhandler/screen0/options/directory</key>
<applyto>/apps/compiz-1/plugins/crashhandler/screen0/options/directory</applyto>
<owner>compiz-1</owner>
<type>string</type>
<default>/tmp</default>
<locale name="C">
<short>Crash Dump Directory</short>
<long>Directory to dump the crash logs to.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/crashhandler/screen0/options/start_wm</key>
<applyto>/apps/compiz-1/plugins/crashhandler/screen0/options/start_wm</applyto>
<owner>compiz-1</owner>
<type>bool</type>
<default>false</default>
<locale name="C">
<short>Start Other Window Manager</short>
<long>Start other window manager on Crash.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/crashhandler/screen0/options/wm_cmd</key>
<applyto>/apps/compiz-1/plugins/crashhandler/screen0/options/wm_cmd</applyto>
<owner>compiz-1</owner>
<type>string</type>
<default/>
<locale name="C">
<short>Window Manager Command Line</short>
<long>Window manager command line. DO NOT ENTER COMPIZ HERE!!!</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|