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 663201 - Notification in Banshee shows tags(track, artist, album) and span instead of tags only
Notification in Banshee shows tags(track, artist, album) and span instead of ...
Status: RESOLVED DUPLICATE of bug 649277
Product: banshee
Classification: Other
Component: general
2.2.0
Other Linux
: Normal normal
: ---
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-01 22:03 UTC by Manol Em
Modified: 2011-11-01 22:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Notification in Banshee shows tags(track, artist, album) and span instead of tags only (140.82 KB, image/png)
2011-11-01 22:03 UTC, Manol Em
Details

Description Manol Em 2011-11-01 22:03:48 UTC
Created attachment 200460 [details]
Notification in Banshee shows tags(track, artist, album) and span instead of tags only

Overview: The notification bubble for Banshee related events does not display
properly. 

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

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="#a1a901f" size="small">by</span> Artist
<span color="#a1a901f" size="small">from</span> Album

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

Build Date & Platform:
Ubuntu Linux
Gnome v3.2
Banshee v 2.2.0-1


A possible solution that i found here https://bbs.archlinux.org/viewtopic.php?pid=1004340 and says that:
"in  src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea/NotificationAreaService.cs, lines 500 and 502:

new_args[0] = String.Format ("<span color=\"{0}\" size=\"small\">",
                CairoExtensions.ColorGetHex (TextLightColor, false)); new_args[1] = "</span>"; "

should be changed to "
" new_args[0] = String.Format ("<i>",
                CairoExtensions.ColorGetHex (TextLightColor, false));
  new_args[1] = "</i>";
Comment 1 Bertrand Lorentz 2011-11-01 22:11:23 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.

*** This bug has been marked as a duplicate of bug 649277 ***