https://bugs.kde.org/show_bug.cgi?id=523534
--- Comment #4 from [email protected] --- (In reply to Antonio Rojas from comment #3) Just checked more thoroughly since ldd only shows link-time deps, not dlopen'd libraries. Also ran: strings opendocumentthumbnail.so | grep -iE "calligra|komain|koodf|libko" No textual reference to any calligra library. Also confirmed this is the right plugin for .docx specificallyits embedded MimeTypes list includes application/vnd.openxmlformats-officedocument.wordprocessingml.document (the .docx mimetype) alongside the ODF types, matching the checkbox label. the strings output also includes http://schemas.openxmlformats.org/package/2006/relationships/metadata/thumbnail which is the OOXML relationship type used to point to an embedded preview image (docProps/thumbnail.jpeg) inside the package. So it looks like this plugin's approach for docx is to extract that pre-existing embedded thumbnail rather than render the document itself calligra 26.04.3-2 is installed on my system too, I just can't find any trace of this specific, maybe i don't understand correctly. Let me know if there's something specific you'd like me to check. -- You are receiving this mail because: You are watching all bug changes.
