/usr/share/glib-2.0/schemas/org.freedesktop.compiz.unitymtgrabhandles.gschema.xml is in unity-common 5.10.0-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 | <?xml version="1.0"?>
<schemalist>
<schema id="org.freedesktop.compiz.unitymtgrabhandles" gettext-domain="compiz">
<key type="s" name="toggle-handles-key">
<default>'Disabled'</default>
<summary>Toggle Handles</summary>
<description>Key to toggle the handles</description>
</key>
<key type="s" name="show-handles-key">
<default>'Disabled'</default>
<summary>Show Handles</summary>
<description>Key to show the handles</description>
</key>
<key type="s" name="hide-handles-key">
<default>'Disabled'</default>
<summary>Hide Handles</summary>
<description>Key to hide the handles</description>
</key>
<key type="i" name="fade-duration">
<default>150</default>
<summary>Fade Duration</summary>
<description>How long the fade should last ( - )</description>
</key>
</schema>
</schemalist>
|