This file is indexed.

/usr/share/scilab/etc/librarypath.xml is in scilab-data 6.0.1-1ubuntu1.

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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE librarypaths SYSTEM "../modules/jvm/xml/librarypath.dtd">
<!-- =================== -->
<!--
 default java.library.path for Scilab
 add path only if path exists
 @author Allan CORNET
 @author Sylvestre Ledru
 @author Clément DAVID
 @date INRIA 2007/2008
 @date Scilab Enterprises 2012-2017
 ===================
 Don't touch if you do not know what you are doing

* @TODO See if it would be interesting to add a tag for the misc archs
-->
<!-- =================== -->

<librarypaths>
    <!-- SCILAB BINARY VERSION -->

    <path value="$SCILAB/lib/thirdparty"/>
    <path value="$SCILAB/bin"/>
    <path value="$SCILAB/lib/scilab"/>

    <!-- DEPENDENCIES -->

    <!-- Scilab provided thirdparties  -->
    <path value="$SCILAB/../../lib/thirdparty/"/>

    <!-- System provided libraries -->
    <!-- Default path to the JNI classes under some Linux (JoGL under Debian for example) -->
    <path value="/usr/lib/jni/"/>
    <!-- Standard path for %{_jnidir} rpm macro (jpackage) -->
    <path value="/usr/lib/java/"/>
    <path value="/usr/lib64/java/"/>
    <!-- RedHat put JNI on /usr/%{libdir}/%{name} instead of /usr/lib/jni -->
    <path value="/usr/lib/jogl2/"/>
    <path value="/usr/lib64/jogl2/"/>
    <path value="/usr/lib/gluegen2/"/>
    <path value="/usr/lib64/gluegen2/"/>
    <!-- Some distributions (like openSUSE) put gluegen-rt in /usr/lib instead pf /usr/lib/jni -->
    <path value="/usr/lib/" />
    <path value="/usr/lib64/" />

    <!-- SCILAB LIBRARIES -->
    <!-- Developpement environment -->
    <path value="$SCILAB/modules/action_binding/.libs"/>
    <path value="$SCILAB/modules/console/.libs"/>
    <path value="$SCILAB/modules/history_manager/.libs"/>
    <path value="$SCILAB/modules/completion/.libs"/>
    <path value="$SCILAB/modules/localization/.libs"/>
    <path value="$SCILAB/modules/renderer/.libs"/>
    <path value="$SCILAB/modules/graphic_export/.libs"/>
    <path value="$SCILAB/modules/graphic_objects/.libs"/>
    <path value="$SCILAB/modules/scinotes/.libs"/>
    <path value="$SCILAB/modules/commons/.libs"/>
    <path value="$SCILAB/modules/gui/.libs"/>
    <path value="$SCILAB/modules/ui_data/.libs"/>
    <path value="$SCILAB/modules/javasci/.libs"/>
    <path value="$SCILAB/modules/xcos/.libs"/>
    <path value="$SCILAB/modules/.libs"/>
    <path value="$SCILAB/.libs"/>
    <!-- Make install with prefix -->
    <path value="$SCILAB/../../lib/scilab/"/>

    <!-- Standard path -->
    <path value="/usr/lib/scilab/"/>
    <!-- Standard path for 64 bits -->
    <path value="/usr/lib64/scilab/"/>
</librarypaths>