Can any of you guys make sense of the error messages below? Here’s the context: attempting to run the latest PDF4QT AppImage on my CL computer (42590). Application does not run, and the following error message is being returned:
dad@DadsGram~/Downloads $ ./PDF4QT-1.4.0.0-x86_64.AppImage
warning: direct reference to protected function `_ZNK7QDialog15minimumSizeHintEv' in `/usr/lib64/libQt6Widgets.so.6' may break pointer equality
./PDF4QT-1.4.0.0-x86_64.AppImage: _ZNK7QDialog15minimumSizeHintEv: /usr/lib64/libQt6Widgets.so.6: error due to GNU_PROPERTY_1_NEEDED_INDIRECT_EXTERN_ACCESS
dad@DadsGram~/Downloads $
Interestingly, the same AppImage seems to be running fine(?) on my wife’s CL (also 42590); here’s what error message she’s been getting:
mom@MomsSpectre~/Downloads $ ./PDF4QT-1.4.0.0-x86_64.AppImage
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
mom@MomsSpectre~/Downloads $ qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
qt.svg: Cannot open file ':/pdfplugins/editorplugin/certificates.svg', because: No such file or directory
qt.svg: Cannot open file ':/pdfplugins/editorplugin/certificates.svg', because: No such file or directory
^C
mom@MomsSpectre~/Downloads $
And here’s the film of the whole operation on my wife’s computer.
Edit: Interestingly, when run with QT_PLUGIN_PATH="$PWD/usr/plugins" QT_QPA_PLATFORM=xcb ./AppRun, the Could not find the Qt platform plugin "wayland" error does not show up! The app still fails with the Failed to start process './Pdf4QtViewer error.