/usr/share/plasma/services/mpris2.operations is in plasma-workspace 4:5.5.5.2-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM
"http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<kcfg>
<group name="Quit"/>
<group name="Raise"/>
<group name="SetFullscreen"/>
<group name="Play"/>
<group name="Pause"/>
<group name="PlayPause"/>
<group name="Stop"/>
<group name="Previous"/>
<group name="Next"/>
<group name="GetPosition"/>
<group name="Seek">
<entry name="microseconds" type="LongLong">
<label>The amount to seek by, in microseconds.</label>
</entry>
</group>
<group name="SetPosition">
<entry name="microseconds" type="LongLong">
<label>The position to seek to, in microseconds. Must be between 0 and the track length.</label>
</entry>
</group>
<group name="OpenUri">
<entry name="uri" type="Url">
<label></label>
</entry>
</group>
<group name="SetLoopStatus">
<entry name="status" type="String">
<label></label>
</entry>
</group>
<group name="SetShuffle">
<entry name="on" type="Bool">
<label></label>
</entry>
</group>
<group name="SetRate">
<entry name="rate" type="Double">
<label></label>
</entry>
</group>
<group name="SetVolume">
<entry name="level" type="Double">
<label>The required volume level, as a double between 0 and 1.</label>
</entry>
</group>
</kcfg>
|