Summary: | Problem with markup and ">" character in notification text | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Yichao Yu <yyc1992> |
Component: | notifications | Assignee: | Marco Martin <notmart> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | martin, plasma-bugs, rshah0385 |
Priority: | NOR | ||
Version First Reported In: | 4.9-git | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-workspace/fb680824d5e71f898b787d5554ee2a22bd900884 | Version Fixed In: | |
Sentry Crash Report: |
Description
Yichao Yu
2012-07-02 11:52:03 UTC
I can display properly. I did like this notify-send '> <' instead of notify-send - '> <' , i removed minus symbol What is the purpose of '-'? The minus symbol is just a random title of the notification. u can replace it with any random string (k I'm lazy and it is a little bit confusing....) (see `notify-send --help` for detail =D) Yes, title is fine (consistent). It doesn't support markup and never escape anything, afaik. The problem is with the body. confirmed in KDE/4.9 Added a patch as review request: https://git.reviewboard.kde.org/r/105836/ Git commit d057abca241d950df8dd264041e9ad70c8f65528 by Martin Koller. Committed on 03/08/2012 at 13:37. Pushed by mkoller into branch 'KDE/4.9'. fix html tag handling in notification message M +6 -3 plasma/generic/applets/notifications/ui/notificationwidget.cpp http://commits.kde.org/kde-workspace/d057abca241d950df8dd264041e9ad70c8f65528 Git commit fb680824d5e71f898b787d5554ee2a22bd900884 by Martin Koller. Committed on 03/08/2012 at 13:37. Pushed by mkoller into branch 'master'. fix html tag handling in notification message M +6 -3 plasma/generic/applets/notifications/ui/notificationwidget.cpp http://commits.kde.org/kde-workspace/fb680824d5e71f898b787d5554ee2a22bd900884 |