"QQmlApplicationEngine failed to load component" on Ubuntu MATE 16.04 #300

Open
opened 2016-07-06 20:26:32 +02:00 by MGM175 · 2 comments
MGM175 commented 2016-07-06 20:26:32 +02:00 (Migrated from github.com)

After launching Cool Retro Term on my Ubuntu MATE 16.04, I see nothing.
Tried again via terminal, and the only thing I've got was this output:

QQmlApplicationEngine failed to load component qrc:/main.qml:127 Type SettingsWindow unavailable qrc:/SettingsWindow.qml:39 Type SettingsGeneralTab unavailable qrc:/SettingsGeneralTab.qml:181 Type FileDialog unavailable qrc:/QtQuick/Dialogs/DefaultFileDialog.qml:44 module "Qt.labs.folderlistmodel" is not installed qrc:/QtQuick/Dialogs/DefaultFileDialog.qml:45 module "Qt.labs.settings" is not installed qrc:/QtQuick/Dialogs/DefaultFileDialog.qml:44 module "Qt.labs.folderlistmodel" is not installed qrc:/QtQuick/Dialogs/DefaultFileDialog.qml:45 module "Qt.labs.settings" is not installed

After checking running processes, I see that the CRT is in the memory.
The error shows up both on app from PPA (ppa:bugs-launchpad-net-falkensweb/cool-retro-term) and on the freshly compiled app. All dependencies were installed.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/35802084-qqmlapplicationengine-failed-to-load-component-on-ubuntu-mate-16-04?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github).
After launching Cool Retro Term on my Ubuntu MATE 16.04, I see nothing. Tried again via terminal, and the only thing I've got was this output: `QQmlApplicationEngine failed to load component qrc:/main.qml:127 Type SettingsWindow unavailable qrc:/SettingsWindow.qml:39 Type SettingsGeneralTab unavailable qrc:/SettingsGeneralTab.qml:181 Type FileDialog unavailable qrc:/QtQuick/Dialogs/DefaultFileDialog.qml:44 module "Qt.labs.folderlistmodel" is not installed qrc:/QtQuick/Dialogs/DefaultFileDialog.qml:45 module "Qt.labs.settings" is not installed qrc:/QtQuick/Dialogs/DefaultFileDialog.qml:44 module "Qt.labs.folderlistmodel" is not installed qrc:/QtQuick/Dialogs/DefaultFileDialog.qml:45 module "Qt.labs.settings" is not installed` After checking running processes, I see that the CRT is in the memory. The error shows up both on app from PPA (ppa:bugs-launchpad-net-falkensweb/cool-retro-term) and on the freshly compiled app. All dependencies were installed. ## <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/35802084-qqmlapplicationengine-failed-to-load-component-on-ubuntu-mate-16-04?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github). </bountysource-plugin>
MGM175 commented 2016-07-07 12:19:02 +02:00 (Migrated from github.com)

In meantime I've discovered that two packages aren't included as dependencies:

  • qml-module-qt-labs-folderlistmodel
  • qml-module-qt-labs-settings

Lack of these two generates the error above. Is there a possibility to include them as dependencies?

In meantime I've discovered that two packages aren't included as dependencies: - qml-module-qt-labs-folderlistmodel - qml-module-qt-labs-settings Lack of these two generates the error above. Is there a possibility to include them as dependencies?
hugo2kmx commented 2016-10-30 16:30:37 +01:00 (Migrated from github.com)

Solved with:

Ubuntu 16.04 Mate

sudo apt-get install qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel

Thanks

Solved with: Ubuntu 16.04 Mate sudo apt-get install qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel Thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#300
No description provided.