This file is indexed.

/usr/lib/lv2/ZaMultiCompX2.lv2/ZaMultiCompX2_ui.ttl is in zam-plugins 3.7~repack2-3.

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
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix ui:  <http://lv2plug.in/ns/extensions/ui#> .

<urn:zamaudio:ZaMultiCompX2#UI>
    lv2:extensionData ui:idleInterface ,
                      ui:showInterface ,
                      <http://kxstudio.sf.net/ns/lv2ext/programs#Interface> ;

    lv2:optionalFeature ui:noUserResize ,
                        ui:resize ,
                        ui:touch ;

    lv2:requiredFeature <http://lv2plug.in/ns/ext/options#options> ,
                        <http://lv2plug.in/ns/ext/urid#map> .