# To send a desktop notification via dbus:
#要通过dbus发送桌面通知:
notify-send -i 'icon-file/name' -a 'application_name' 'summary' 'body of message'

# The -i and -a flags can be omitted if unneeded.
#如果不需要,可以省略-i和-a标志。