branch: externals/tmr
commit 131401281b13d55c6f99ac3086fc567b10d382f9
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Specify :app-icon in the notification we produce
---
 tmr.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tmr.el b/tmr.el
index 0ef313ddd5..7215458041 100644
--- a/tmr.el
+++ b/tmr.el
@@ -528,6 +528,7 @@ Read: (info \"(elisp) Desktop Notifications\") for details."
          :title title
          :body body
          :app-name "GNU Emacs"
+         :app-icon 'emacs
          :urgency tmr-notification-urgency
          :sound-file tmr-sound-file))
     (warn "Emacs has no DBUS support, TMR notifications unavailable")))

Reply via email to