Bug 427006

Summary: Artikulate not starting
Product: [Applications] Artikulate Reporter: eruilluvitar265
Component: generalAssignee: Andreas Cord-Landwehr <cordlandwehr>
Status: RESOLVED UPSTREAM    
Severity: normal CC: eruilluvitar265
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description eruilluvitar265 2020-09-26 20:20:38 UTC
SUMMARY
Installed artikulate on raspberry pi using synaptic package manager and when I ran it, it did nothing and when I ran it with terminal and this was the result:

libEGL warning: DRI2: failed to authenticate
qt5ct: using qt5ct plugin
log_liblearner: Database path:  "/home/pi/.local/share/artikulate/learnerdata.db"
log_liblearner: No last active profile found, falling back to first found profile
log_libsound: Load Plugin:  "QtMultimedia Backend"
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.audiosource"
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer"
There is no subdirectory "skeletons" in directory  "."  cannot load skeletons.
There is no subdirectory "courses" in directory  "."  cannot load courses.
QQmlApplicationEngine failed to load component
qrc:/artikulate/qml/Main.qml:22 module "QtQuick.Controls" is not installed
qrc:/artikulate/qml/Main.qml:23 module "QtQuick.Layouts" is not installed
qrc:/artikulate/qml/Main.qml:22 module "QtQuick.Controls" is not installed
qrc:/artikulate/qml/Main.qml:23 module "QtQuick.Layouts" is not installed

QObject::connect: No such signal Qt5CTPlatformTheme::triggerDownloadCourses()
QObject::connect: No such signal Qt5CTPlatformTheme::triggerSettingsDialog()
QObject::connect: No such signal Qt5CTPlatformTheme::triggerAction(QString)
QObject::connect: No such signal Qt5CTPlatformTheme::switchMenuBarVisibility()

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Andreas Cord-Landwehr 2020-09-26 20:33:38 UTC
Please install the missing QML packages from the terminal errors and try again. Apparently, your package manager does not install the QML packages for QtQuick controls and layouts. Any such missing package results in a fatal error.
This is a problem that needs to be solved by the respective packagers.