/usr/share/gconf/schemas/compiz-titleinfo.schemas is in compiz-gnome 1:0.9.11+14.04.20140409-0ubuntu1.
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 | <?xml version="1.0"?>
<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/compiz-1/plugins/titleinfo/screen0/options/show_remote_machine</key>
<applyto>/apps/compiz-1/plugins/titleinfo/screen0/options/show_remote_machine</applyto>
<owner>compiz-1</owner>
<type>bool</type>
<default>true</default>
<gettext_domain>compiz</gettext_domain>
<locale name="C">
<short>Show Remote Machine Name</short>
<long>Show name of remote machine if a certain application is executed remotely.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/compiz-1/plugins/titleinfo/screen0/options/show_root</key>
<applyto>/apps/compiz-1/plugins/titleinfo/screen0/options/show_root</applyto>
<owner>compiz-1</owner>
<type>bool</type>
<default>true</default>
<gettext_domain>compiz</gettext_domain>
<locale name="C">
<short>Show Root</short>
<long>Show marker if you're logged in as root.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|