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 744894 - quoting error in disk space notification
quoting error in disk space notification
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: message-tray
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
: 745300 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2015-02-21 15:25 UTC by Matthias Clasen
Modified: 2015-02-27 18:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot (26.16 KB, image/png)
2015-02-21 15:25 UTC, Matthias Clasen
  Details
calendar: Fix quoting issues in notification titles (1.03 KB, patch)
2015-02-21 18:14 UTC, Florian Müllner
none Details | Review

Description Matthias Clasen 2015-02-21 15:25:47 UTC
Created attachment 297497 [details]
screenshot

as seen in this screenshot
Comment 1 Matthias Clasen 2015-02-21 17:09:06 UTC
Looks like this is actually a problem on the gnome-shell side.

notify-send "test \"test\" test" "test"

reproduces it.
Comment 2 Florian Müllner 2015-02-21 18:14:02 UTC
The following fix has been pushed:
945caed calendar: Fix quoting issues in notification titles
Comment 3 Florian Müllner 2015-02-21 18:14:11 UTC
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 '"'.
Comment 4 Florian Müllner 2015-02-27 18:47:48 UTC
*** Bug 745300 has been marked as a duplicate of this bug. ***