Ticket #52 (task)

Opened 3 years ago

Last modified 1 year ago

Rewrite the Bubble theme

Status: new

Reported by: chipx86 Assigned to: chipx86
Priority: normal Milestone: notification-daemon 1.0
Component: notification-daemon Version:
Severity: normal Keywords:
Cc: D-BUS Version:
Patch Included: 0 OS/Distro Version:

The Bubble notification theme is very broken and needs a rewrite. Mainly, it needs to render text in a way that supports hyperlinks, it needs to have fixed icon support, and it needs to work better on non-Composite setups.

Change History

06/08/07 21:05:57: Modified by vfiend

It also has problems displaying items like '&' (see: http://bugzilla.gnome.org/show_bug.cgi?id=445659 ) According to a rhythmbox developer, "The 'standard' theme passes the notification text unmodified to gtk_label_set_markup, but the 'bubble' theme runs it through g_markup_escape_text."