From 93c36b82b0466e889f2c2b3e04953cc280f6f9a8 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 c70ec79..89fff19 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