Fun times!

notify-send "<h3>Hello</h3>" "body<br/>body <a href="http://forums.linuxmint.com">Linux Mint Forums</a>"
kdialog --passivepopup "<h3>Hello</h3> body<br/>body <a href='http://forums.linuxmint.com'>Linux Mint Forums</a>"
HHHmmm...FreedomTruth wrote:Apparently, not always...
Code: Select all
dpkg -l $(dpkg -S /usr/bin/notify-send|cut -f 1 -d ':') #1
lsb_release -d #2
Code: Select all
$ dpkg -l $(dpkg -S /usr/bin/notify-send|cut -f 1 -d ':')
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-======================-================-================-=================================================
ii libnotify-bin 0.7.6-2svn1 amd64 sends desktop notifications to a notification dae
$ lsb_release -d
Description: Linux Mint 18.1 Serena
dpkg -l *mate-notification*
and the git issue page is here.