| Summary: | New Multi-Media Tray Icon Doesn't Open KRadio4 | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | PGillespie <vermontpoet> |
| Component: | Media Player widget | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | kde, mklapetek, nowrep, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.5.4 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
PGillespie
2016-03-27 22:05:25 UTC
Update: After rebooting, the KRadio4 Icon showed up in the icon tray. However, the <Open KRadio4> button on the separate Play/Pause Icon(?) still doesn't actually open KRadio4. This would appear to be a minor bug (if a bug at all?). I assume you mean Media Player applet with the "Open KRadio4" button? Yes. In the meantime, I've noticed that the "Open..." button also doesn't work for other apps. As an aesthetic matter, the Media Player applet displays three "blank/generic" music icons on the left (one larger with two superimposed at the bottom) when streaming radio on KRadio. Strikes me as rather pointless, ugly and inelegant (also makes less room for song information). Wouldn't it be more elegant to simply omit icons if none are available? All that the media player applet does is ask the application to raise itself. It it doesn't, that's a bug in the application. It does work with Nuvola player, for instance. The application can also announce that it doesn't support raising itself (for example VLC player) at which point the media player will not offer this option. Try calling the method directly to see whether the bug is on our side or the player's: qdbus org.mpris.MediaPlayer2.PLAYERNAME /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Raise The "CanRaise" property tells you whether the application claims to be able to honor such requests. |