Can somebody explain the process used to integrate with libreoffice? I’m working to enable the integrations in the snap/flatpak packages, so far the ones that are called as a binary (i.e. texshow, texmaker) work by escaping the confinement in the flatpak.
A temporary list of the working connections is:
Flatpak
LO needs to be started with a writer document first
JabRef;
1.Search for: soffice(.exe) binary and additionally,
for the jars to be present: “unoil.jar”, “jurt.jar”, “juh.jar”, “ridl.jar”
2. Create a UrlClassLoader for the jars (The classLoader is needed so that the LO Boostrap method finds the executable soffice)
In the flatpak I can give access to the libreoffice folder, and in the tree I have the jar files.
Unfortunately it still complains about the files being missing…
The folder has to be treated differently, but it is essentially mounted inside the flatpak, so in theory it should work…