From 632160f874b337735b43f186f00e1a54b778ffcc Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 9 Dec 2011 14:29:55 +0100 Subject: [PATCH] emacs.el: make the notification works as expected with GNOME3 --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 03fc618..2fd9b78 100644 --- a/emacs.el +++ b/emacs.el @@ -167,6 +167,7 @@ The function is not passed any arguments. The function honours restrictions." (let ((n twittering-new-tweets-count)) (start-process "twittering-notify" nil "notify-send" "-i" "/usr/share/pixmaps/gnome-emacs.png" + "--hint=int:transient:1" "New tweets" (format "You have %d new tweet%s" n (if (> n 1) "s" "")))))) -- 2.30.2