From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Popup with Weekly Agenda? Date: Sun, 07 Jun 2009 16:49:25 +0100 Message-ID: <4A2BE185.4070303@manor-farm.org> References: <4A29891C.4060103@gmx.de> <18985.40915.446008.195981@pinto.chemeng.ucl.ac.uk> <4A2A1305.3020707@manor-farm.org> <18986.18993.624454.358724@pinto.chemeng.ucl.ac.uk> Reply-To: lists@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDKcq-0002Xm-6B for emacs-orgmode@gnu.org; Sun, 07 Jun 2009 11:49:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDKcn-0002Xa-FV for emacs-orgmode@gnu.org; Sun, 07 Jun 2009 11:49:34 -0400 Received: from [199.232.76.173] (port=57184 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDKcn-0002XX-AX for emacs-orgmode@gnu.org; Sun, 07 Jun 2009 11:49:33 -0400 Received: from li40-130.members.linode.com ([72.14.178.130]:55545) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDKcm-0005bw-R5 for emacs-orgmode@gnu.org; Sun, 07 Jun 2009 11:49:33 -0400 Received: from localhost (mail.wilkesley.org [127.0.0.1]) by li40-130.members.linode.com (Postfix) with ESMTP id CEB67CD54 for ; Sun, 7 Jun 2009 16:49:28 +0100 (BST) Received: from li40-130.members.linode.com ([127.0.0.1]) by localhost (wilkesley.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UpVfK02Qmq7S for ; Sun, 7 Jun 2009 16:49:28 +0100 (BST) Received: from [192.168.0.55] (unknown [217.146.125.41]) by li40-130.members.linode.com (Postfix) with ESMTPSA id 06757CD52 for ; Sun, 7 Jun 2009 16:49:27 +0100 (BST) In-Reply-To: <18986.18993.624454.358724@pinto.chemeng.ucl.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode >> Hers is a page that describes using Ubuntu's Notification system: >> https://wiki.ubuntu.com/NotificationDevelopmentGuidelines >> >> I'll have a play with this myself this weekend and see if I can come up >> with something. > > A more generic approach, along the same lines, could be to use the > notification system provided by dbus and supported by most window > managers using the libnotify system (and the notify-send command). > The only problem with that approach is that libnotify only supports a > very little bit of formatting (bold, italic, underline but no colour). You are correct. The new Ubuntu Notify OSD, which uses libnotify, doesn't support things like text colour. I am hacking together something which creates a gtk Tray Icon and uses a standard gtk window for the notification. it's basically working, but I need to make the gtk window look more like a Notify window and get a grip on the rather complex way gtkTextBuffer marks up text. Ian.