c5cd195506
For players that don't match to an app, we can still do better than the generic fallback if the client provides a valid `Identity` value. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3103>
9 lines
270 B
XML
9 lines
270 B
XML
<node>
|
|
<interface name="org.mpris.MediaPlayer2">
|
|
<method name="Raise"/>
|
|
<property name="CanRaise" type="b" access="read"/>
|
|
<property name="DesktopEntry" type="s" access="read"/>
|
|
<property name="Identity" type="s" access="read"/>
|
|
</interface>
|
|
</node>
|