-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Qt 6: Wrong MPRIS name #7431
Copy link
Copy link
Closed as not planned
Labels
bug: behaviorSomething doesn't work as intended, but doesn't crash.Something doesn't work as intended, but doesn't crash.priority: 2 - lowIssues which are currently not very important.Issues which are currently not very important.qt: 6Issues related to Qt 6.Issues related to Qt 6.
Description
A minor regression is that qutebrowser gets a
org.mpris.MediaPlayer2.chromium.instance[0-9]+D-Bus name for its MPRIS interface, e.g.org.mpris.MediaPlayer2.chromium.instance124, instead oforg.mpris.MediaPlayer2.qutebrowser.instance[0-9]+.
This seems to be a regression Chromium as I noticed this also in Chrome deb releases, stable and unstable, and only Edge have this set correctly, usingorg.mpris.MediaPlayer2.edge.instance[0-9]+.
I'm actually stopped using MPRIS, so I'm just looking the xdg-dbus-proxy log ($ flatpak run --log-session-bus ...) and D-Feet.
Originally posted by @tinywrkb in #5395 (comment)
Split out from #7202
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bug: behaviorSomething doesn't work as intended, but doesn't crash.Something doesn't work as intended, but doesn't crash.priority: 2 - lowIssues which are currently not very important.Issues which are currently not very important.qt: 6Issues related to Qt 6.Issues related to Qt 6.