unoconv / unoconv

Universal Office Converter - Convert between any document format supported by LibreOffice/OpenOffice.
http://dag.wieers.com/home-made/unoconv/
GNU General Public License v2.0
2.55k stars 373 forks source link

unoconv 8.2.0 and libreoffice 7.2 as snap app #584

Open prosserg opened 2 years ago

prosserg commented 2 years ago

I have unoconv 8.2.0 working (thank you !) with libreoffice 5.2 (on debian stretch) most of the time. Some docx conversions fail. I thought to get newer libreoffice via snap app from Canonical.

If I remove libreoffice 5.2, will unoconv find the snap version ?

Do I need to add to extrapaths line 100 something like

glob.glob('/snap/libreoffice/current/lib/libreoffice') + \

because /snap/libreoffice/current/lib/libreoffice has the same content filenames as does /usr/lib/libreoffice

Thanks