/usr/share/compiz/gears.xml is in compiz-plugins 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 | <?xml version="1.0" encoding="UTF-8"?>
<compiz>
<plugin useBcop="true" name="gears">
<short>Cube Gears</short>
<long>Render gears inside of the transparent cube</long>
<category>Effects</category>
<deps>
<relation type="after">
<plugin>composite</plugin>
<plugin>opengl</plugin>
<plugin>cube</plugin>
</relation>
<requirement>
<plugin>cube</plugin>
<plugin>opengl</plugin>
</requirement>
</deps>
</plugin>
</compiz>
|