[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-09-20 Thread Pat McGowan
** Changed in: canonical-devices-system-image Milestone: 13 => backlog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1541781 Title: [indicators] Players in sound indicator are not launched when

[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-06-30 Thread Pat McGowan
The metadata is displayed properly now, ** Changed in: canonical-devices-system-image Milestone: 12 => 13 ** No longer affects: unity8 (Ubuntu) ** Also affects: ubuntu-ux Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu

[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-05-13 Thread John McAleely
** Changed in: canonical-devices-system-image Milestone: 11 => 12 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1541781 Title: [indicators] Players in sound indicator are not launched when

[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-03-22 Thread Alejandro J. Cura
** Changed in: canonical-devices-system-image Milestone: ww08-2016 => 11 ** Changed in: canonical-devices-system-image Assignee: Alejandro J. Cura (alecu) => John McAleely (john.mcaleely) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-03-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: media-hub (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1541781 Title:

[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-02-09 Thread Michael Zanetti
The buttons in the indicator are provided by media-hub. Media-hub should launch the application that caused it to register those buttons. Probably falling back to the default music application. ** Also affects: media-hub Importance: Undecided Status: New ** Project changed: media-hub

[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-02-09 Thread Pat McGowan
** Changed in: canonical-devices-system-image Importance: Undecided => High ** Changed in: canonical-devices-system-image Status: New => Confirmed ** Changed in: canonical-devices-system-image Milestone: None => ww08-2016 ** Changed in: canonical-devices-system-image

[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-02-08 Thread Lukáš Tinkl
After more investigation, I found out the root of this bug: what you see in the indicator is the Media Player (the video app) which cannot play audio. On the other hand, what would be useful to display here, is the Music app (which sadly doesn't have this DBUS-MPRIS functionality. ** Changed in:

[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-02-08 Thread Xavi Garcia
I see, thanks a lot for finding this out!... But in that case... I'm wondering if the icon should launch the media-app instead. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1541781 Title:

[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-02-05 Thread Lukáš Tinkl
** Changed in: unity8 (Ubuntu) Status: Invalid => Confirmed ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Lukáš Tinkl (lukas-kde) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-02-05 Thread Xavi Garcia
I cannot see any action with dbus-monitor being invoked when pressing the app icon. I'm moving this as Invalid for the indicator, please feel free to reopen if you conclude there's nothing wrong in unity8. ** Changed in: indicator-sound (Ubuntu) Status: New => Invalid ** Changed in:

[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-02-04 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu) Status: New => Triaged ** Changed in: unity8 (Ubuntu) Importance: Undecided => Medium ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Lukáš Tinkl (lukas-kde) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-02-04 Thread Lukáš Tinkl
The applications are usually launched by the indicator itself; sounds like a bug in indicator-sound to me ** Also affects: indicator-sound (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-02-04 Thread Lukáš Tinkl
>From indicator-sound source code: media-player-mpris.vala: /** * Activate the associated media player. * * Note: this will _not_ call attach(), because it doesn't know on which dbus-name the player will appear. * Use attach() to attach this object to a running instance

[Bug 1541781] Re: [indicators] Players in sound indicator are not launched when clicking in its icon

2016-02-04 Thread Xavi Garcia
The music-app is an MPRIS player (running the code from media-player- mpris.vala:) That code is running on the desktop (unity7) and it launches the players fine. That's why I've opened the bug, to also confirm the action associated with the player is executed. I've asked dednick about it and