GNOME Bugzilla – Bug 744894
quoting error in disk space notification
Last modified: 2015-02-27 18:47:48 UTC
Created attachment 297497 [details] screenshot as seen in this screenshot
Looks like this is actually a problem on the gnome-shell side. notify-send "test \"test\" test" "test" reproduces it.
The following fix has been pushed: 945caed calendar: Fix quoting issues in notification titles
Created attachment 297513 [details] [review] calendar: Fix quoting issues in notification titles Markup in notification titles is not support (and never has been). Therefore the text is run through g_markup_escape_text(), and as a result we do have to use markup internally to correctly show legal-but-escape characters like '&' or '"'.
*** Bug 745300 has been marked as a duplicate of this bug. ***