| Summary: | itinerary does not start | ||
|---|---|---|---|
| Product: | [Applications] KDE Itinerary | Reporter: | Philippe ROUBACH <philippe.roubach> |
| Component: | general | Assignee: | Volker Krause <vkrause> |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Philippe ROUBACH
2020-12-11 22:04:34 UTC
Does running 'itinerary' in a terminal show any output? (In reply to Volker Krause from comment #1) > Does running 'itinerary' in a terminal show any output? No running itinerary in konsole x@grognon:~> itinerary x@grognon:~> today i get this roubach@grognon:~> itinerary QObject(0x0) KPublicTransport::AssetRepository(0x562002224a80) Cyclic dependency detected between "file:///usr/lib64/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" and "file:///usr/lib64/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" QQmlApplicationEngine failed to load component qrc:/main.qml:163:9: Type App.TimelinePage unavailable qrc:/TimelinePage.qml:32:9: Type App.FlightDelegate unavailable qrc:/FlightDelegate.qml:71:9: Type App.PlaceDelegate unavailable qrc:/PlaceDelegate.qml:35:9: Type App.DepartureQueryPage unavailable qrc:/DepartureQueryPage.qml:11:1: module "org.kde.kpublictransport" is not installed After installing kpublictransport package then i get this roubach@grognon:~> itinerary QObject(0x0) KPublicTransport::AssetRepository(0x55e5be889c70) Cyclic dependency detected between "file:///usr/lib64/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" and "file:///usr/lib64/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" QQmlApplicationEngine failed to load component qrc:/main.qml:198:9: Type App.IndoorMapPage unavailable qrc:/IndoorMapPage.qml:14:1: module "org.kde.kosmindoormap.kpublictransport" is not installed qrc:/IndoorMapPage.qml:12:1: module "org.kde.kosmindoormap" is not installed qrc:/IndoorMapPage.qml:14:1: module "org.kde.kosmindoormap.kpublictransport" is not installed qrc:/IndoorMapPage.qml:12:1: module "org.kde.kosmindoormap" is not installed After installing kosmindoormap package i get this roubach@grognon:~> itinerary QObject(0x0) KPublicTransport::AssetRepository(0x559b9d27ad00) Cyclic dependency detected between "file:///usr/lib64/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" and "file:///usr/lib64/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/PageRowGlobalToolBarUI.qml:65:9: QML RowLayout (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "maximumWidth" file:///usr/lib64/qt5/qml/org/kde/kirigami.2/private/globaltoolbar/PageRowGlobalToolBarUI.qml:65:9: QML RowLayout (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "maximumWidth" And i get kitinerary welcome window ! Ok, that sounds like the distribution package still misses those two dependencies. I always get the welcome windows. |