cairo-dock-team team mailing list archive
-
cairo-dock-team team
-
Mailing list archive
-
Message #04721
[Bug 1052162] Re: MPRIS2: the trackID is not updated
I added a workaround on BZR (rev 2545: https://bazaar.launchpad.net/~cairo-dock-team/cairo-dock-plug-ins/plug-ins/revision/2545/musicPlayer/src/applet-mpris2.c )
But I hope it will be removed soon :)
--
You received this bug notification because you are a member of Cairo-
Dock Team, which is subscribed to Cairo-Dock Plug-ins.
https://bugs.launchpad.net/bugs/1052162
Title:
MPRIS2: the trackID is not updated
Status in Cairo-Dock: Plug-ins:
Invalid
Status in “audacious” package in Ubuntu:
New
Bug description:
I've been working with the source trying to get a feel for the
project. I "partially" fixed one of my issues, the music player not
updating the cover when songs change. I got the icon to update
whenever a new cover is not found, but still haven't gotten the tool
tip text to update.
static gboolean _on_got_cover (CDSharedMemory *pSharedMemory)
{
CD_APPLET_ENTER;
if (pSharedMemory->bSuccess)
{
...
}
else
// I added the 3 following lines
{
cd_musicplayer_apply_status_surface (myData.iPlayingStatus);
}
...
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo-dock-plug-ins/+bug/1052162/+subscriptions
References