From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: problem with (notifications-notify :body "") Date: Tue, 06 Nov 2012 12:59:34 +0100 Message-ID: <87fw4n0wnt.fsf@thinkpad.tsdh.de> References: <87hap3m1ig.fsf@micropit.couberia.selfip.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1352203204 2885 80.91.229.3 (6 Nov 2012 12:00:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2012 12:00:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 06 13:00:13 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TVhpE-0000JM-UW for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Nov 2012 13:00:13 +0100 Original-Received: from localhost ([::1]:57322 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVhp3-0007li-EK for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Nov 2012 07:00:01 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVhou-0007la-Dk for help-gnu-emacs@gnu.org; Tue, 06 Nov 2012 06:59:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TVhop-0008Pk-3s for help-gnu-emacs@gnu.org; Tue, 06 Nov 2012 06:59:52 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:37622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TVhoo-0008Pf-TS for help-gnu-emacs@gnu.org; Tue, 06 Nov 2012 06:59:47 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TVhov-00007g-VV for help-gnu-emacs@gnu.org; Tue, 06 Nov 2012 12:59:53 +0100 Original-Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Nov 2012 12:59:53 +0100 Original-Received: from tsdh by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Nov 2012 12:59:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: tsdh.uni-koblenz.de User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:qwqlzEx36l5qINfSuycuklZF1Ag= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87546 Archived-At: Peter Münster writes: Hi Peter, > When I call > > (notifications-notify :body "") > > the notification pop-up is empty, no body-text. When I do the same, the body is there. Possibly, the difference is the notification service we're using. I'm on GNOME3. BTW, I've just noticed that % notify-send "" "" in a terminal just says No summary specified. and no notification appears. So probably the summary is kind of a mandatory field, and your notification daemon is strict with that while the GNOME Shell isn't. Bye, Tassilo