shuffle icon not updated on dbus-send command

Bug #1594286 reported by anyremote
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Noise
New
Wishlist
Unassigned

Bug Description

run the following:
dbus-send --type=method_call --print-reply --dest=org.mpris.MediaPlayer2.Noise /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get string:org.mpris.MediaPlayer2.Player string:Shuffle

you'll get something like:
method return sender=:1.61 -> dest=:1.168 reply_serial=2
   variant boolean false

(and the shuffle icon is grayed out)

then run the following to set shuffle to TRUE

dbus-send --type=method_call --dest=org.mpris.MediaPlayer2.Noise /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Set string:org.mpris.MediaPlayer2.Player string:Shuffle variant:boolean:true

if you repeat the first command now it will get

method return sender=:1.61 -> dest=:1.172 reply_serial=2
   variant boolean true

but shuffle icon is still grayed out !

Changed in noise:
importance: Undecided → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.