Bug 463770 - org.kde.audiotube flatpak does not run
Summary: org.kde.audiotube flatpak does not run
Status: RESOLVED UPSTREAM
Alias: None
Product: audiotube
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Jonah Brüchert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-03 06:46 UTC by Aroun
Modified: 2023-03-05 14:39 UTC (History)
2 users (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 Aroun 2023-01-03 06:46:26 UTC
SUMMARY
org.kde.audiotube flatpak does not run

STEPS TO REPRODUCE
1. flatpak install org.kde.audiotube
2. flatpak run org.kde.audiotube

OBSERVED RESULT
asyncdatabase: Checking whether migration "2022-05-20-194850_init" is already applied
asyncdatabase: … yes
asyncdatabase: Migrations finished
QQmlApplicationEngine failed to load component
qrc:/main.qml:97:20: Type Kirigami.ContextDrawer unavailable
file:///usr/lib/qml/org/kde/kirigami.2/ContextDrawer.qml:183:17: Type ContextDrawerActionItem unavailable
file:///usr/lib/qml/org/kde/kirigami.2/private/ContextDrawerActionItem.qml:41:5: Type ActionsMenu unavailable
file:///usr/lib/qml/org/kde/kirigami.2/private/ActionsMenu.qml:19:38: Type ActionMenuItem unavailable
file:///usr/lib/qml/org/kde/kirigami.2/private/ActionMenuItem.qml:18:10: Non-existent attached object

EXPECTED RESULT
audiotube launches

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 22.10
KDE Plasma Version: 5.25.5
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Comment 1 Jonah Brüchert 2023-01-07 23:49:39 UTC
Unfortunately I can't reproduce this issue, the nightly flatpak and the one from flathub work fine for me.
From where did you install the flatpak?
Comment 2 Aroun 2023-01-08 14:45:18 UTC
(In reply to Jonah Brüchert from comment #1)
> Unfortunately I can't reproduce this issue, the nightly flatpak and the one
> from flathub work fine for me.
> From where did you install the flatpak?

I installed from Flathub
How do I try the nightly?
Comment 3 Aroun 2023-01-08 16:45:51 UTC
(In reply to login from comment #2)
> (In reply to Jonah Brüchert from comment #1)
> > Unfortunately I can't reproduce this issue, the nightly flatpak and the one
> > from flathub work fine for me.
> > From where did you install the flatpak?
> 
> I installed from Flathub
> How do I try the nightly?

Found one in the pipelines. It works fine.
Comment 4 Aroun 2023-01-08 17:40:28 UTC
Sorry, I am tired, I meant it has the same issue. Can’t we edit the comments in KDE bugs?
Comment 5 Jonah Brüchert 2023-01-08 23:31:46 UTC
I could now reproduce this on another device. Deleting the qml cache from ~/.var/app/org.kde.audiotube/cache/ helped.
Can you try whether that fixes it for you?
Comment 6 Aroun 2023-01-09 18:36:36 UTC
Deleting the cache did the trick
Comment 7 Max Buchholz 2023-01-09 19:26:39 UTC
I had the same issue and can confirm deleting the cache resolved the issue.