This file is indexed.

/usr/share/kdenlive/effects/dust.xml is in kdenlive-data 16.12.2-1.

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
<!DOCTYPE kpartgui>
<effect tag="dust" id="dust" type="video" unique="1">
	<name>Dust</name>
	<description>Add dust and specks to the video, as in old movies</description>
	<author>Marco Gittler</author>
	<parameter type="double" name="maxdiameter" max="100" min="0" default="2" suffix="%">
		<name>Maximal Diameter</name>
	</parameter>
	<parameter type="double" name="maxcount" max="400" min="0" default="10">
		<name>Maximal number of dust</name>
	</parameter>
</effect>