This file is indexed.

/usr/share/kdenlive/transitions/wipe.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
14
15
16
17
18
19
20
21
<!DOCTYPE kpartgui>
<transition tag="composite" id="wipe">
        <name>Wipe</name>
        <description>Applies a stationary transition between the current and next frames.</description>
        <author>Dan Dennedy</author>
        <parameter type="double" name="softness" max="100" min="0" default="0" factor="100">
                <name>Softness</name>
        </parameter>
        <parameter type="list" name="luma" default="linear_x.pgm" paramlist="%lumaPaths" optional="1">
                <paramlistdisplay>%lumaNames</paramlistdisplay>
                <name>Wipe Method</name>
        </parameter>
        <parameter type="bool" name="luma_invert" max="1" min="0" default="0">
                <name>Invert</name>
        </parameter>
        <parameter type="switch" name="geometry" max="0%/0%:100%x100%:100;-1=0%/0%:100%x100%:0" min="0%/0%:100%x100%:0;-1=0%/0%:100%x100%:100" default="0%/0%:100%x100%:0;-1=0%/0%:100%x100%:100">
                <name>Revert</name>
        </parameter>
        <parameter type="fixed" name="aligned" value="0" />
        <parameter type="fixed" name="fill" value="1" />
</transition>