-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flatpak can't see MPRIS album art from Chrome/Rhythmbox/etc #652
Comments
I'm labeling this a bug, even though I'm not sure it's our bug. Generally I would categorize this an MPRIS bug, because URIs as the resource type for albumart is frankly bonkers and there's no reason not to just include the bytes in the In fact, this gets worse for some sandboxed browsers, because they can't actually report the true host path to the albumart (assuming it's actually on the local filesystem). In principle, I think a I'm not sure Sandboxing is hard when your application does everything you'd want a trojan to do 🤔 |
I was thinking more along the lines of Ideally, yeah MPRIS should avoid URLs lol, but proposing any change to the spec and having it be implemented by apps seems a long way off |
To be honest, I'm really not a fan of trying to fixing out-of-repo bugs, especially with MPRIS. I'll think about it, but a solution that didn't involve hacking around user configurable permissions would be a lot more convincing. |
@retrixe MPRIS is really due for an update. It should handle remote sinks a lot better too (remote media like Cast). |
Sorry, I misread your comment there :P |
Current Behavior
The phone should see the MPRIS album art and there should be no errors logged.
Expected Behavior
The phone has no thumbnail and Valent logs an error saying it's unable to find the album art.
Allowing
filesystem=host
and/tmp
does fix the issue, but is undesirable. Maybeflatpak-spawn
could be used to work around the issue?Desktop
GNOME Shell
Other Desktop
No response
Operating System
Fedora 40 + GNOME 46
Installed from
Nightly Flatpak
Version
1.0.0.alpha
Devices
No response
Plugins
MPRIS
Logs
Screenshots
No response
The text was updated successfully, but these errors were encountered: