Bug #222
No indicator-sound playback menu for Audacious?
0%
Description
If I run Audacious via keyboard shortcut, there will be no indicator-sound playback menu for that app on my top panel, below the speaker icon. However, if I double-click the audio file (or if I click at "Audacious" right below the speaker icon from the top panel), the audio controls (previous, play, pause, next) will be visible there, as expected.
Here's the screenshot what's happening when I run Audacious via keyboard shortcut. There is no playback menu within the indicator-sound for Audacious.
I believe this is a bug. Is there a fix/workaround for this for my Ubuntu 12.04 x64?
History
#1 Updated by John Lindgren almost 12 years ago
Did you check that the MPRIS 2 plugin is enabled?
#2 Updated by Mad Joe almost 12 years ago
John Lindgren wrote:
Did you check that the MPRIS 2 plugin is enabled?
Yes, MPRIS 2 plugin is enabled.
#3 Updated by John Lindgren almost 12 years ago
What is the output of this command:
dbus-send --print-reply --session --dest=org.mpris.MediaPlayer2.audacious /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get string:'org.mpris.MediaPlayer2.Player' string:'PlaybackStatus'
#4 Updated by Mad Joe almost 12 years ago
John Lindgren wrote:
What is the output of this command:
[...]
~$ dbus-send --print-reply --session --dest=org.mpris.MediaPlayer2.audacious /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get string:'org.mpris.MediaPlayer2.Player' string:'PlaybackStatus' Error org.freedesktop.DBus.Error.ServiceUnknown: The name org.mpris.MediaPlayer2.audacious was not provided by any .service files
#5 Updated by Mad Joe almost 12 years ago
John Lindgren wrote:
What is the output of this command:
[...]
Ok, the above is the output when Audacious is not started, right after a clean restart. When I click at the Audacious from the top panel, right below the speaker icon, here's the output:
:~$ dbus-send --print-reply --session --dest=org.mpris.MediaPlayer2.audacious /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get string:'org.mpris.MediaPlayer2.Player' string:'PlaybackStatus' method return sender=:1.165 -> dest=:1.168 reply_serial=2 variant string "Paused"
Then I close the Audacious window and run it again, but this time via the shortcut key from my keyboard:
~$ dbus-send --print-reply --session --dest=org.mpris.MediaPlayer2.audacious /org/mpris/MediaPlayer2 org.freedesktop.DBus.Properties.Get string:'org.mpris.MediaPlayer2.Player' string:'PlaybackStatus' method return sender=:1.169 -> dest=:1.172 reply_serial=2 variant string "Paused"
#6 Updated by Mad Joe almost 12 years ago
#7 Updated by John Lindgren almost 12 years ago
- Status changed from New to Rejected
Audacious is working correctly then. You should talk to the indicator-sound developers to see why it is not showing any buttons for Audacious.
#8 Updated by Mad Joe almost 12 years ago
John Lindgren wrote:
Audacious is working correctly then. You should talk to the indicator-sound developers to see why it is not showing any buttons for Audacious.
Thanks, I just did it here:
https://bugs.launchpad.net/ubuntu/+source/indicator-sound/+bug/1087254