https://bugs.kde.org/show_bug.cgi?id=393307

Pino Toscano <p...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|CONFIRMED                   |RESOLVED
      Latest Commit|                            |https://commits.kde.org/kri
                   |                            |ta/1553c12637e15d77168e6dda
                   |                            |d287ccbf0c53075b

--- Comment #3 from Pino Toscano <p...@kde.org> ---
Git commit 1553c12637e15d77168e6ddad287ccbf0c53075b by Pino Toscano.
Committed on 29/05/2018 at 08:45.
Pushed by pino into branch 'master'.

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

M  +7    -31   plugins/extensions/pykrita/plugin/utilities.cpp

https://commits.kde.org/krita/1553c12637e15d77168e6ddad287ccbf0c53075b

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to