Bug 427006 - Artikulate not starting
Summary: Artikulate not starting
Status: RESOLVED UPSTREAM
Alias: None
Product: Artikulate
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Andreas Cord-Landwehr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-26 20:20 UTC by eruilluvitar265
Modified: 2020-09-26 20:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.