This file is indexed.

/usr/share/compiz/wallpaper.xml 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
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0"?>
<compiz>
	<plugin name="wallpaper" useBcop="true">
		<short>Wallpaper</short>
		<long>Draw the desktop wallpaper</long>
		<category>Utility</category>
		<deps>
			<requirement>
				<plugin>opengl</plugin>
			</requirement>
			<relation type="after">
				<plugin>composite</plugin>
				<plugin>opengl</plugin>
				<plugin>svg</plugin>
				<plugin>png</plugin>
				<plugin>imgjpeg</plugin>
				<plugin>decor</plugin>
			</relation>
		</deps>
		<options>
			<subgroup>
				<short>Backgrounds</short>
				<option name="bg_image" type="list">
					<short>Image</short>
					<long>Image file.</long>
					<type>string</type>
					<hints>file;image;</hints>
				</option>
				<option name="bg_image_pos" type="list">
					<short>Position</short>
					<long>Image position.</long>
					<type>int</type>
					<min>0</min>
					<max>4</max>
					<desc>
						<value>0</value>
						<name>Scale and Crop</name>
					</desc>
					<desc>
						<value>1</value>
						<name>Scaled</name>
					</desc>
					<desc>
						<value>2</value>
						<name>Centered</name>
					</desc>
					<desc>
						<value>3</value>
						<name>Tiled</name>
					</desc>
					<desc>
						<value>4</value>
						<name>Center Tiled</name>
					</desc>
				</option>
				<option name="bg_fill_type" type="list">
					<short>Fill type</short>
					<long>Background fill type.</long>
					<type>int</type>
					<min>0</min>
					<max>2</max>
					<desc>
						<value>0</value>
						<name>Solid fill</name>
					</desc>
					<desc>
						<value>1</value>
						<name>Vertical gradient</name>
					</desc>
					<desc>
						<value>2</value>
						<name>Horizontal gradient</name>
					</desc>
				</option>
				<option name="bg_color1" type="list">
					<short>Color 1</short>
					<long>Fill or first gradient color.</long>
					<type>color</type>
				</option>
				<option name="bg_color2" type="list">
					<short>Color 2</short>
					<long>Second gradient color.</long>
					<type>color</type>
				</option>
			</subgroup>
			<subgroup>
				<short>Wallpaper Rotation</short>
				<option name="cycle_wallpapers" type="bool">
					<short>Cycle Wallpapers</short>
					<long>Cycle through wallpapers if more than one is defined.</long>
					<default>false</default>
				</option>
				<option name="cycle_timeout" type="float">
					<short>Cycle Timeout (min)</short>
					<long>Length of time before cycling to the next wallpaper.</long>
					<default>10.0</default>
					<min>0.15</min>
					<max>1440.0</max>
				</option>
				<option name="fade_duration" type="float">
					<short>Fade Duration (sec)</short>
					<long>Length of time to fade from one wallpaper to the next.</long>
					<default>2.0</default>
					<min>0.05</min>
					<max>10.0</max>
				</option>
			</subgroup>
		</options>
	</plugin>
</compiz>