linux_notification_center icon indicating copy to clipboard operation
linux_notification_center copied to clipboard

No way to escape markup

Open The-Compiler opened this issue 4 years ago • 0 comments

When the markup capability is advertised, applications escape <, > and & in the data they send - see the notification spec and Ubuntu guidelines for details.

However, with linux_notification_center (the 1.7.2 release binary with default config), doing:

notify-send foo '&lt;&lt foo &gt; &gt;'

leads to that text being displayed literally, while:

notify-send foo '<< foo >>'

doesn't display the body at all.

The-Compiler avatar Mar 27 '21 19:03 The-Compiler