After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 660718 - Incorrect parsing of artist and album <tags> for Banshee song notifications
Incorrect parsing of artist and album <tags> for Banshee song notifications
Status: RESOLVED NOTGNOME
Product: notification-daemon
Classification: Other
Component: general
0.7.x
Other Linux
: Normal normal
: ---
Assigned To: William Jon McCann
Depends on:
Blocks:
 
 
Reported: 2011-10-02 20:42 UTC by nigel.rowley
Modified: 2011-11-05 15:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description nigel.rowley 2011-10-02 20:42:58 UTC
Overview: The notification bubble for Banshee related events does not display properly. 

Song Title, Artist, and Album are correctly identified, but with size and color tags in front of Artist and Album.

Steps to Reproduce: Open up Banshee Media Player, start playing a song, background Banshee and wait for the song to change - or use a media hotkey to go to the next song. Notification bubble appears.

Actual Results: 
Notification bubble appears as follows:
Song Title
<span color="#767675" size="small">by</span> Artist
<span color="#767675" size="small">by</span> Album

Expected Results:
Tags are parsed correctly and notification bubble contains only the required information (without the tags).

Build Date & Platform:
Arch Linux
Gnome v3.2
notification-daemon v0.7.2-1
Banshee v 2.2.0-1

Additional information: I am unsure whether this is a notification-daemon bug, or a banshee related bug.