| Summary: | No music playing possible | ||
|---|---|---|---|
| Product: | [Applications] Elisa | Reporter: | Robby Engelmann <robby.engelmann> |
| Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | CC: | jackhill3103, nate, robby.engelmann |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | 24.01.90 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | panel | ||
|
Description
Robby Engelmann
2024-01-11 14:43:28 UTC
Created attachment 164812 [details]
panel
Works for me. Can you write detailed steps to reproduce that shows how you made this happen? I am doing nothing special 1. remove cache, config and elisa database to start from scratch 2. start elisa 3. go to Albums and select what you want 4. Nothing is played, progress bar is not clickable but shows the arrows to increase/decrease album art panel above using openSUSE Tumbleweed with the KDE unstable repos for plasma/frameworks and apps. using wayland Hmm, still cannot reproduce. I suspect this will end up being caused by a packaging issue. Can you run `elisa` in a terminal window and paste the output that's printed there when you reproduce the bug? localhost:~> elisa qt.qml.typeresolution.cycle: Cyclic dependency detected between "qrc:/qt/qml/org/kde/desktop/private/TextFieldContextMenu.qml" and "qrc:/qt/qml/org/kde/desktop/MenuItem.qml" file:///usr/lib64/qt6/qml/org/kde/kirigami/Page.qml:207: Error: Cannot assign QObject* to PageRow_QMLTYPE_77* file:///usr/lib64/qt6/qml/org/kde/kirigami/Page.qml:207: Error: Cannot assign QObject* to PageRow_QMLTYPE_77* qrc:/qml/ElisaMainWindow.qml:217:5: QML Settings: The Settings type from Qt.labs.settings is deprecated and will be removed in a future release. Please use the one from QtCore instead. org.kde.elisa.indexers.manager: Local file system indexer is inactive could not load multimedia backend "" QtMultimedia is not currently supported on this platform or compiler. Failed to initialize QMediaPlayer "Not available" org.kde.elisa.indexers.manager: Local file system indexer is active org.kde.elisa.indexers.manager: MusicListenersManager::startAndroidIndexing org.kde.elisa.indexers.manager: trigger init of local file indexer qrc:/qml/ElisaMainWindow.qml:356:9: QML ColumnLayout: Layout polish loop detected for QQuickColumnLayout(0x561d777d3a00, parent=0x561d777a7c40, geometry=0,0 1920x1135). Aborting after two iterations. Ah, it appears to be issues with the QtMultimedia backend. You should be able to use the VLC backend by installing libvlc. *** This bug has been marked as a duplicate of bug 479130 *** libvlc is already installed here Them I guess it's not being used somehow? I'd recommend checking with your distro. Just installing libvlc doesn't enable the VLC backend. Elisa needs to be compiled with libvlc for that to happen. |