Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependancy on qtdeclarative5-qtquick2-plugin #532

Closed
blutack opened this issue Nov 26, 2014 · 4 comments
Closed

Missing dependancy on qtdeclarative5-qtquick2-plugin #532

blutack opened this issue Nov 26, 2014 · 4 comments

Comments

@blutack
Copy link
Contributor

blutack commented Nov 26, 2014

After installing the 2.0.15 on a fully updated Ubuntu Trusty, it failed to launch with the following error.

DEBUG 2014-11-26T17:32:04.579  QUrl( "file:///usr/share/APMPlanner2/qml/ApmToolBar.qml" )  
file:///usr/share/APMPlanner2/qml/ApmToolBar.qml:17:1: module "QtQuick" is not installed 
     import QtQuick 2.0 
     ^ 
DEBUG 2014-11-26T17:32:04.581 QML Status: 3 
Segmentation fault (core dumped)

I fixed this by installing the package qtdeclarative5-qtquick2-plugin. It would be worth adding this as a dependancy of the apmplanner package.

@malcom2073
Copy link
Contributor

Thanks for the fix: #533

@hugokoopmans
Copy link

this issue is still there on linux mint Petra when i use the download deb file
Linux vaio 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

DEBUG 2015-02-14T13:24:46.021 QUrl( "file:///usr/share/APMPlanner2/qml/ApmToolBar.qml" )
file:///usr/share/APMPlanner2/qml/ApmToolBar.qml:17:1: module "QtQuick" is not installed
import QtQuick 2.0
^
DEBUG 2015-02-14T13:24:46.022 QML Status: 3
Segmentation fault

@blutack
Copy link
Contributor Author

blutack commented Feb 15, 2015

Hugo, the current 2.0.15 packages are based on a release from November so unless there was an interim package release without a version bump this fix will not make it in until 2.0.16. Malcolm can correct me if I'm wrong. In the meantime, you can manually apply the fix by installing the package.

@gmorph
Copy link

gmorph commented Feb 16, 2015

I had the package installed and it doesn't help. The issue has been resolved by this fix I believe:
#622
but it needs to be merged into Master. It will be done shortly I'm sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants