On 2025.02.16 02:18, Grant Edwards wrote:
[snip.....]

I guess I could try removing qt11extras to see what breaks in libreoffice. I assumed it just wouldn't run, but if it's some sort of plugin that uses it, and I don't use that plugin, then maybe I'd be OK.

You can try "ldd path/to/soffice.bin" to confirm it's not linking directly to libQt5X11Extras.so.5, and then do ldd on all the .so files in that same folder and hope to identify which plugin owns any file that does link to it. In my case it is /usr/lib64/libreoffice/program/libvclplug_qt5lo.so (although I DO have qt5 and qt6 use flags set.) Without looking into the source, I would guess that is part of the plugin architecture, and not a particular plugin.

Reply via email to