Fixed missing fonts in the UI by using system's java, not ideal but the best approach I could find (the other one is to change Scilab's default Look and Feel settings). Also updated so it no longer runs on the terminal.
As for the MESA_GL errors, that is not Scilab's fault, the Intel Media Driver is not properly supported by jogl (also happens with other packages such as Matlab) so there are two options:
-
Running with MESA_GL_VERSION_OVERRIDE=3.0
-
Installing the i965 driver and running with MESA_LOADER_DRIVER_OVERRIDE=i965
Pinned Comments
davidgarfias commented on 2021-02-06 04:36
Fixed missing fonts in the UI by using system's java, not ideal but the best approach I could find (the other one is to change Scilab's default Look and Feel settings). Also updated so it no longer runs on the terminal.
As for the MESA_GL errors, that is not Scilab's fault, the Intel Media Driver is not properly supported by jogl (also happens with other packages such as Matlab) so there are two options:
Running with MESA_GL_VERSION_OVERRIDE=3.0
Installing the i965 driver and running with MESA_LOADER_DRIVER_OVERRIDE=i965