<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Re: Gnome Notification ideas..</title>
	<link>http://www.tigert.com/archives/2004/09/15/re-gnome-notification-ideas/</link>
	<description>um, what do I write here?</description>
	<pubDate>Tue, 06 Jan 2009 21:25:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: sil</title>
		<link>http://www.tigert.com/archives/2004/09/15/re-gnome-notification-ideas/#comment-42</link>
		<dc:creator>sil</dc:creator>
		<pubDate>Thu, 16 Sep 2004 08:42:50 +0000</pubDate>
		<guid>http://www.tigert.com/archives/2004/09/15/re-gnome-notification-ideas/#comment-42</guid>
		<description>Cool. I didn't realise that zenity was just the first step in a Grand New Notification Plan :)
I don't write C either, mind, so as soon as someone said "here's the gnome API call for tigert's new notification popups" I'd have said "are there Python bindings?"
This will be greatness. Although I'm not sure whether it's better to beef up gtkhtml so that it can handle the HTML, or just bite the bullet and make Gnome depend on Gecko...</description>
		<content:encoded><![CDATA[<p>Cool. I didn&#8217;t realise that zenity was just the first step in a Grand New Notification Plan <img src='http://www.tigert.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I don&#8217;t write C either, mind, so as soon as someone said &#8220;here&#8217;s the gnome API call for tigert&#8217;s new notification popups&#8221; I&#8217;d have said &#8220;are there Python bindings?&#8221;<br />
This will be greatness. Although I&#8217;m not sure whether it&#8217;s better to beef up gtkhtml so that it can handle the HTML, or just bite the bullet and make Gnome depend on Gecko&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Grawert</title>
		<link>http://www.tigert.com/archives/2004/09/15/re-gnome-notification-ideas/#comment-41</link>
		<dc:creator>Oliver Grawert</dc:creator>
		<pubDate>Wed, 15 Sep 2004 21:36:01 +0000</pubDate>
		<guid>http://www.tigert.com/archives/2004/09/15/re-gnome-notification-ideas/#comment-41</guid>
		<description>ouch...
the die-text should read:
"usage: foo.pl command /path/to/iconfile.png"

sorry</description>
		<content:encoded><![CDATA[<p>ouch&#8230;<br />
the die-text should read:<br />
&#8220;usage: foo.pl command /path/to/iconfile.png&#8221;</p>
<p>sorry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Grawert</title>
		<link>http://www.tigert.com/archives/2004/09/15/re-gnome-notification-ideas/#comment-40</link>
		<dc:creator>Oliver Grawert</dc:creator>
		<pubDate>Wed, 15 Sep 2004 21:33:23 +0000</pubDate>
		<guid>http://www.tigert.com/archives/2004/09/15/re-gnome-notification-ideas/#comment-40</guid>
		<description>hi, 
did you consider using gtk2-perl ? it is easy to write something with panel notification see these 20 lines:
&lt;code&gt;
#!/usr/bin/perl

use Gtk2::TrayIcon;
use strict;

die "usage: foo.pl &lt;command&gt; \n" if (!$ARGV[1]);

Gtk2-&gt;init;

my $pic = Gtk2::Image-&gt;new_from_file($ARGV[1]);
my $icon= Gtk2::TrayIcon-&gt;new('trayicon');
my $button = Gtk2::ToolButton-&gt;new($pic,'NULL');

$icon-&gt;add($button);
$button-&gt;signal_connect (clicked =&gt; sub {system($ARGV[0]);Gtk2-&gt;main_quit; 1});

$icon-&gt;show_all;

Gtk2-&gt;main;
&lt;/command&gt;&lt;/code&gt;

:)</description>
		<content:encoded><![CDATA[<p>hi,<br />
did you consider using gtk2-perl ? it is easy to write something with panel notification see these 20 lines:<br />
<code><br />
#!/usr/bin/perl</p>
<p>use Gtk2::TrayIcon;<br />
use strict;</p>
<p>die "usage: foo.pl <command> \n&#8221; if (!$ARGV[1]);</p>
<p>Gtk2->init;</p>
<p>my $pic = Gtk2::Image->new_from_file($ARGV[1]);<br />
my $icon= Gtk2::TrayIcon->new(&#8217;trayicon&#8217;);<br />
my $button = Gtk2::ToolButton->new($pic,&#8217;NULL&#8217;);</p>
<p>$icon->add($button);<br />
$button->signal_connect (clicked => sub {system($ARGV[0]);Gtk2->main_quit; 1});</p>
<p>$icon->show_all;</p>
<p>Gtk2->main;<br />
</command></code></p>
<p> <img src='http://www.tigert.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
