This file is indexed.

/usr/share/inkscape/extensions/text_lowercase.inx is in inkscape 0.48.5-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
15
16
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
	<_name>lowercase</_name>
	<id>org.inkscape.text.lowercase</id>
	<dependency type="executable" location="extensions">chardataeffect.py</dependency>
	<dependency type="executable" location="extensions">text_lowercase.py</dependency>
	<effect>
		<object-type>all</object-type>
		<effects-menu>
			<submenu _name="Text"/>
		</effects-menu>
	</effect>
	<script>
		<command reldir="extensions" interpreter="python">text_lowercase.py</command>
	</script>
</inkscape-extension>