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

wip fix #51 #52

Closed
wants to merge 4 commits into from
Closed

wip fix #51 #52

wants to merge 4 commits into from

Conversation

piever
Copy link

@piever piever commented Jan 23, 2018

This fixes #51 with the @barche suggestion. Tested on my Ubuntu 17.10 machine.

@piever piever changed the title fix #51 wip fix #51 Jan 23, 2018
@piever
Copy link
Author

piever commented Jan 23, 2018

EDIT: I spoke too soon. When I tried using it some functionality is missing:

Warning: QQmlApplicationEngine failed to load component ((null):0, (null))
Warning: file:///home/pietro/.julia/v0.6/PlugAndPlot/src/QML/gui.qml:143 Type FileDialog unavailable
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:48 module "Qt.labs.settings" is not installed
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:47 module "Qt.labs.folderlistmodel" is not installed
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:48 module "Qt.labs.settings" is not installed
file:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Dialogs/DefaultFileDialog.qml:47 module "Qt.labs.folderlistmodel" is not installed

It should be working now with two extra things (qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings)

@piever
Copy link
Author

piever commented Jan 23, 2018

There is still an issue though in that one of this packages asks Do you want to continue: Y/n? and then aborts, while the command works if run directly from command line.

2nd EDIT: added the "automatic yes" option, now should work, @lukasfischer83 can you also you try it?

@barche
Copy link
Collaborator

barche commented Jan 29, 2018

Thanks for testing this. It seems Travis is too old, so ideally there should be a check on the ubuntu or debian version.

@piever piever closed this Feb 26, 2020
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 this pull request may close these issues.

apt-get can not install dependencies on Ubuntu 17.10
2 participants