| Summary: | Audio broke in flatpak | ||
|---|---|---|---|
| Product: | [Applications] Haruna | Reporter: | remtanmajitenshi |
| Component: | generic | Assignee: | george fb <georgefb899> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.0.2 | ||
| Target Milestone: | --- | ||
| Platform: | Flatpak | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
remtanmajitenshi
2024-04-12 17:44:39 UTC
Can't reproduce. I tried deleting .var/app/org.kde.haruna to reset settings and can still reproduce.
I'm on Kubuntu 22.04 with Plasma 5.24.7, Kernel 6.5, flatpak 1.12.7.
When running via terminal and opening .mp3 or .m4a, I see this:
> unknown() : Cyclic dependency detected between "qrc:/qt/qml/org/kde/desktop/private/TextFieldContextMenu.qml" and "qrc:/qt/qml/org/kde/desktop/MenuItem.qml"
> Cannot load libcuda.so.1
> TagLib: Could not open file file:///home/username/Downloads/123.mp3
> KFileMetaData::TagLibExtractor::extract() : Unable to open file readonly: "file:///home/username/Downloads/123.mp3"
> unknown() : Could not find video stream
> unknown() : "MPV_ERROR_COMMAND" QVariant(QStringList, QList("video-add", ""))
> unknown() : qrc:/qt/qml/org/kde/haruna/qml/MpvVideo.qml:42:5 Parameter "text" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
> unknown() : Could not find video stream
> unknown() : "MPV_ERROR_COMMAND" QVariant(QStringList, QList("video-add", ""))
> unknown() : Could not find video stream
When opening .mp4 file (AVC+AAC), terminal is silent (except for the first two lines including libcuda (I'm on Intel IGPU), but those lines also appear in working build). Audio just doesn't work.
Is there anything else I can provide?
I checked previous working build in terminal again to compare with the last build, and now I see that most of the lines from my comment also appear there when opening audio file without video, so they are not related to my problem.
The only new line in the last build is:
> unknown() : qrc:/qt/qml/org/kde/haruna/qml/MpvVideo.qml:42:5 Parameter "text" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
I switched back to ffmpeg 6. |