I would like to upload a fix for this. A debdiff is here http://people.ubuntu.com/~mvo/notification- daemon_0.3.4-0ubuntu8.debdiff:
The changes: - undo the damage that cdbs-edit-patch did on me (merge 01_ubuntu_theme.diff.patch back into 01_ubuntu_theme.diff) - make sure we always have a minimum width (as in the original theme) ++ gtk_widget_set_size_request(windata->content_hbox, ++ WIDTH - (IMAGE_SIZE + IMAGE_PADDING) - 10, ++ -1); - 04_from_upstream_cvs_no_crop.diff: taken from upstream version 0.3.5, it ensures that the bubble always has a minimum height by changing the execution order of "set_notification_arrow()" to be run after a icon was set -- Short names in notification area render incorrectly https://launchpad.net/bugs/45632 -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
