https://bugs.kde.org/show_bug.cgi?id=393307
Pino Toscano <p...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri |ta/1553c12637e15d77168e6dda |ta/8b59bf27b4af54203dd4e0ca |d287ccbf0c53075b |aec9d81c9957d8a9 --- Comment #4 from Pino Toscano <p...@kde.org> --- Git commit 8b59bf27b4af54203dd4e0caaec9d81c9957d8a9 by Pino Toscano. Committed on 29/05/2018 at 09:35. Pushed by pino into branch 'krita/4.0'. Fix loading of the Python library Summary: Instead of assuming the unversioned .so symlink will exist also at runtime (which is not the case for binary distros), use the QLibrary features: the SONAME of the Python library is "1.0", so use the unsuffixed filename of Python library with it. Additionally, this extends the loading also to Unices platforms different than macOS (since Boud excluded it in a previous commit), and destroy the QLibrary in case of loading failure. Fixed-In: 4.0.4 Reviewers: rempt Reviewed By: rempt Subscribers: rempt Differential Revision: https://phabricator.kde.org/D13144 (cherry picked from commit 1553c12637e15d77168e6ddad287ccbf0c53075b) M +7 -31 plugins/extensions/pykrita/plugin/utilities.cpp https://commits.kde.org/krita/8b59bf27b4af54203dd4e0caaec9d81c9957d8a9 -- You are receiving this mail because: You are watching all bug changes.