Open MGM175 opened 8 years ago
In meantime I've discovered that two packages aren't included as dependencies:
Lack of these two generates the error above. Is there a possibility to include them as dependencies?
Solved with:
Ubuntu 16.04 Mate
sudo apt-get install qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel
Thanks
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.