Summary: | Bluetooth media sessions don't appear in Media Player when using mpris-proxy | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Jackson <jacksonburner> |
Component: | Media Player | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, nate, qydwhotmail |
Priority: | NOR | ||
Version: | 5.27.1 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/9dfd7608cb296694d0e8d6046cfd350f4fe4fd90 | Version Fixed In: | 5.27.3 |
Sentry Crash Report: |
Description
Jackson
2023-02-23 05:38:09 UTC
Does mpris-proxy create an interface as expected? You can search "org.mpris.MediaPlayer2.bt_" in Qt DBus Viewer, and double click "org/mpris/MediaPlayer2/org.freedesktop.DBus.Introspectable/Method: Introspect", and paste the output here. > kde.dataengine.mpris: MPRIS2 service "motorola_edge_s_____________" isn't standard-compliant, ignoring
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2719 Git commit 177cf79ba2e1a055823677a710399b63bb55efb5 by Fushan Wen. Committed on 05/03/2023 at 16:57. Pushed by fusionfuture into branch 'Plasma/5.27'. dataengines/mpris2: tolerate non-standards compliant players like mpris-proxy BlueZ mpris-proxy doesn't provide "SupportedUriSchemes" or "SupportedMimeTypes". Since the two properties are not directly used in the media controller widget, show a debug message instead of rejecting the player. FIXED-IN: 5.27.3 M +6 -2 dataengines/mpris2/mpris2engine.cpp https://invent.kde.org/plasma/plasma-workspace/commit/177cf79ba2e1a055823677a710399b63bb55efb5 Git commit 9dfd7608cb296694d0e8d6046cfd350f4fe4fd90 by Fushan Wen. Committed on 06/03/2023 at 11:15. Pushed by fusionfuture into branch 'master'. dataengines/mpris2: tolerate non-standards compliant players like mpris-proxy BlueZ mpris-proxy doesn't provide "SupportedUriSchemes" or "SupportedMimeTypes". Since the two properties are not directly used in the media controller widget, show a debug message instead of rejecting the player. FIXED-IN: 5.27.3 (cherry picked from commit 177cf79ba2e1a055823677a710399b63bb55efb5) M +6 -2 dataengines/mpris2/mpris2engine.cpp https://invent.kde.org/plasma/plasma-workspace/commit/9dfd7608cb296694d0e8d6046cfd350f4fe4fd90 |