https://bugs.kde.org/show_bug.cgi?id=438201
Bug ID: 438201
Summary: app just won't open on macos 11
Product: kdeconnect
Version: unspecified
Platform: macOS (DMG)
OS: macOS
Status: REPORTED
Severity: critical
Priority: NOR
Component: common
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
app just won't open on macos 11
SOFTWARE/OS VERSIONS
macOS: 11.4 (20F71)
ADDITIONAL INFORMATION
@executable_path/../Frameworks/qca-qt5
do not exist in APP ,but there is:
@executable_path/../Frameworks/qca-qt5.framework/qca-qt5
in APP
libkdeconnectdeclarativeplugin maybe need update
or
need change Frameworks/qca-qt5.framework/qca-qt5 to /Frameworks/qca-qt5 to fix
this error.
otool -L
/Applications/kdeconnect-indicator.app/Contents/Resources/qml/org/kde/kdeconnect/libkdeconnectdeclarativeplugin.dylib
/Applications/kdeconnect-indicator.app/Contents/Resources/qml/org/kde/kdeconnect/libkdeconnectdeclarativeplugin.dylib:
libkdeconnectdeclarativeplugin.dylib (compatibility version 0.0.0,
current version 0.0.0)
@executable_path/../Frameworks/QtQml.framework/Versions/5/QtQml
(compatibility version 5.15.0, current version 5.15.2)
@executable_path/../Frameworks/libkdeconnectinterfaces.21.dylib
(compatibility version 21.0.0, current version 21.4.1)
@executable_path/../Frameworks/libkdeconnectcore.21.dylib
(compatibility version 21.0.0, current version 21.4.1)
@executable_path/../Frameworks/qca-qt5 (compatibility version 2.0.0,
current version 2.2.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
(compatibility version 150.0.0, current version 1775.118.101)
/System/Library/Frameworks/Security.framework/Versions/A/Security
(compatibility version 1.0.0, current version 59754.100.106)
@executable_path/../Frameworks/libKF5KIOCore.5.dylib (compatibility
version 5.0.0, current version 5.82.0)
@executable_path/../Frameworks/QtNetwork.framework/Versions/5/QtNetwork
(compatibility version 5.15.0, current version 5.15.2)
@executable_path/../Frameworks/libKF5Service.5.dylib (compatibility
version 5.0.0, current version 5.82.0)
@executable_path/../Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent
(compatibility version 5.15.0, current version 5.15.2)
@executable_path/../Frameworks/QtGui.framework/Versions/5/QtGui
(compatibility version 5.15.0, current version 5.15.2)
@executable_path/../Frameworks/libKF5ConfigCore.5.dylib (compatibility
version 5.0.0, current version 5.82.0)
@executable_path/../Frameworks/QtDBus.framework/Versions/5/QtDBus
(compatibility version 5.15.0, current version 5.15.2)
@executable_path/../Frameworks/libKF5CoreAddons.5.dylib (compatibility
version 5.0.0, current version 5.82.0)
@executable_path/../Frameworks/QtCore.framework/Versions/5/QtCore
(compatibility version 5.15.0, current version 5.15.2)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version
905.6.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1292.100.5)
error message :
/Applications/kdeconnect-indicator.app/Contents/MacOS/kdeconnect-app
QQmlApplicationEngine failed to load component
qrc:/qml/main.qml:11:1: plugin cannot be loaded for module
"org.kde.kdeconnect": Cannot load library
/Applications/kdeconnect-indicator.app/Contents/Resources/qml/org/kde/kdeconnect/libkdeconnectdeclarativeplugin.dylib:
(dlopen(/Applications/kdeconnect-indicator.app/Contents/Resources/qml/org/kde/kdeconnect/libkdeconnectdeclarativeplugin.dylib,
133): Library not loaded: @executable_path/../Frameworks/qca-qt5
Referenced from:
/Applications/kdeconnect-indicator.app/Contents/Resources/qml/org/kde/kdeconnect/libkdeconnectdeclarativeplugin.dylib
Reason: image not found)
--
You are receiving this mail because:
You are watching all bug changes.