This file is indexed.

/usr/share/kdenlive/effects/region.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
13
<!DOCTYPE kpartgui>
<effect tag="region" id="region">
	<name>Regionalize</name>
	<description>Apply sub-effects to a region defined by a clip's alpha channel</description>
	<author>Charles Yates</author>
	<parameter type="url" name="resource" default="">
		<name>Url</name>
	</parameter>
	<parameter type="geometry" name="composite.geometry" default="0 0:100% 100%" fixed="1" opacity="false">
		<name>Pan and Zoom</name>
	</parameter>
	<parameter type="fixed" name="filter_only" min="1" max="1" default="1" />
</effect>