<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Application Indicators Rocking The House</title>
	<atom:link href="http://www.jonobacon.org/2010/01/14/application-indicators-rocking-the-house/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonobacon.org/2010/01/14/application-indicators-rocking-the-house/</link>
	<description>At home with Jono Bacon, Community Manager and Author</description>
	<lastBuildDate>Sat, 11 Feb 2012 21:46:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: spartaaaaa</title>
		<link>http://www.jonobacon.org/2010/01/14/application-indicators-rocking-the-house/comment-page-1/#comment-169314</link>
		<dc:creator>spartaaaaa</dc:creator>
		<pubDate>Thu, 26 May 2011 23:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2324#comment-169314</guid>
		<description>&lt;p&gt;To make this work on natty you need to .show() the menu items...&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;&lt;code&gt;    item = gtk.MenuItem(&quot;Regular Menu Item&quot;)
    item.show() # Like this
    self.menu.append(item)&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;check = gtk.CheckMenuItem(&quot;Check Menu Item&quot;)
check.show()# and this
self.menu.append(check)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To make this work on natty you need to .show() the menu items&#8230;</p>

<p><pre><code>    item = gtk.MenuItem("Regular Menu Item")
    item.show() # Like this
    self.menu.append(item)</code></pre></p>

<pre><code>check = gtk.CheckMenuItem("Check Menu Item")
check.show()# and this
self.menu.append(check)
</code></pre>

<p></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Owais Lone</title>
		<link>http://www.jonobacon.org/2010/01/14/application-indicators-rocking-the-house/comment-page-1/#comment-143170</link>
		<dc:creator>Owais Lone</dc:creator>
		<pubDate>Tue, 27 Apr 2010 16:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2324#comment-143170</guid>
		<description>&lt;p&gt;How can we set a custom PNG icon?..&lt;/p&gt;

&lt;p&gt;I tried &quot;file:///path&quot; etc.. but doesn&#039;t work&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How can we set a custom PNG icon?..</p>

<p>I tried &#8220;file:///path&#8221; etc.. but doesn&#8217;t work</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Luca Invernizzi</title>
		<link>http://www.jonobacon.org/2010/01/14/application-indicators-rocking-the-house/comment-page-1/#comment-135489</link>
		<dc:creator>Luca Invernizzi</dc:creator>
		<pubDate>Wed, 10 Feb 2010 10:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2324#comment-135489</guid>
		<description>&lt;p&gt;Hi Jono, I completed the work on your branch, and commited it to trunk. Now Getting things GNOME embraces appindicate.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Jono, I completed the work on your branch, and commited it to trunk. Now Getting things GNOME embraces appindicate.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.jonobacon.org/2010/01/14/application-indicators-rocking-the-house/comment-page-1/#comment-135059</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 18 Jan 2010 11:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2324#comment-135059</guid>
		<description>&lt;p&gt;I have a question. Why is it that KDE always has to implement everything GNOME does. Why doesn&#039;t GNOME start implementing stuff done by KDE.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have a question. Why is it that KDE always has to implement everything GNOME does. Why doesn&#8217;t GNOME start implementing stuff done by KDE.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ulrik</title>
		<link>http://www.jonobacon.org/2010/01/14/application-indicators-rocking-the-house/comment-page-1/#comment-135056</link>
		<dc:creator>ulrik</dc:creator>
		<pubDate>Sun, 17 Jan 2010 18:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2324#comment-135056</guid>
		<description>&lt;p&gt;This is a great step forward. Thanks also for the straightforward Python API -- it looks very similar to gtk StatusItem code, should be easy to convert (or allow either conditionally).&lt;/p&gt;

&lt;p&gt;Anyway, it&#039;s hurting us every day that the linux desktop has no application object, and this is another sign of that. We have application launchers (.desktop), windows, processes and status icons and libunique, but nothing to tie this together. I don&#039;t give much for all the ad-hoc solutions out there, but kudos to those who try.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is a great step forward. Thanks also for the straightforward Python API &#8212; it looks very similar to gtk StatusItem code, should be easy to convert (or allow either conditionally).</p>

<p>Anyway, it&#8217;s hurting us every day that the linux desktop has no application object, and this is another sign of that. We have application launchers (.desktop), windows, processes and status icons and libunique, but nothing to tie this together. I don&#8217;t give much for all the ad-hoc solutions out there, but kudos to those who try.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: But...</title>
		<link>http://www.jonobacon.org/2010/01/14/application-indicators-rocking-the-house/comment-page-1/#comment-135036</link>
		<dc:creator>But...</dc:creator>
		<pubDate>Fri, 15 Jan 2010 16:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2324#comment-135036</guid>
		<description>&lt;p&gt;The main problem is that apps shouldn&#039;t be putting this sort of stuff on the panel at all... it was a vaguely useful notion back in 1995, when Windows first popularised it, but we should be thinking way outside that particular box by now.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The main problem is that apps shouldn&#8217;t be putting this sort of stuff on the panel at all&#8230; it was a vaguely useful notion back in 1995, when Windows first popularised it, but we should be thinking way outside that particular box by now.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Raphael</title>
		<link>http://www.jonobacon.org/2010/01/14/application-indicators-rocking-the-house/comment-page-1/#comment-135034</link>
		<dc:creator>Raphael</dc:creator>
		<pubDate>Fri, 15 Jan 2010 11:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2324#comment-135034</guid>
		<description>&lt;p&gt;Nice! That will (hopefully) make things a bit more clean and consistent. Although I&#039;d love to see a desktop policy about the cases in which to use the application inicator framework to go along with the api specification.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice! That will (hopefully) make things a bit more clean and consistent. Although I&#8217;d love to see a desktop policy about the cases in which to use the application inicator framework to go along with the api specification.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ploum</title>
		<link>http://www.jonobacon.org/2010/01/14/application-indicators-rocking-the-house/comment-page-1/#comment-135031</link>
		<dc:creator>Ploum</dc:creator>
		<pubDate>Fri, 15 Jan 2010 08:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2324#comment-135031</guid>
		<description>&lt;p&gt;I agree. I&#039;ve yet to read the new spec but I&#039;m a bit worried about reinventing the infamous MS systray :
http://ploum.frimouvy.org/?219-the-aristocratic-desktop-part-3-there-s-no-tray-icon-in-gnome&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I agree. I&#8217;ve yet to read the new spec but I&#8217;m a bit worried about reinventing the infamous MS systray :
<a href="http://ploum.frimouvy.org/?219-the-aristocratic-desktop-part-3-there-s-no-tray-icon-in-gnome" rel="nofollow">http://ploum.frimouvy.org/?219-the-aristocratic-desktop-part-3-there-s-no-tray-icon-in-gnome</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Application Indicators Rocking The House &#124; jonobacon@home -- Topsy.com</title>
		<link>http://www.jonobacon.org/2010/01/14/application-indicators-rocking-the-house/comment-page-1/#comment-135030</link>
		<dc:creator>Tweets that mention Application Indicators Rocking The House &#124; jonobacon@home -- Topsy.com</dc:creator>
		<pubDate>Fri, 15 Jan 2010 07:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2324#comment-135030</guid>
		<description>&lt;p&gt;[...] This post was mentioned on Twitter by Jono Bacon, Planet Ubuntu and Jan de Muijnck, scifijerry. scifijerry said: Application Indicators Rocking The House http://bit.ly/75AZzL (via feedly) [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Jono Bacon, Planet Ubuntu and Jan de Muijnck, scifijerry. scifijerry said: Application Indicators Rocking The House <a href="http://bit.ly/75AZzL" rel="nofollow">http://bit.ly/75AZzL</a> (via feedly) [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: pt</title>
		<link>http://www.jonobacon.org/2010/01/14/application-indicators-rocking-the-house/comment-page-1/#comment-135025</link>
		<dc:creator>pt</dc:creator>
		<pubDate>Fri, 15 Jan 2010 02:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonobacon.org/?p=2324#comment-135025</guid>
		<description>&lt;p&gt;Yes when using a dock there  is no need for a taskbar, by removing it you create space on the desktop&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yes when using a dock there  is no need for a taskbar, by removing it you create space on the desktop</p>]]></content:encoded>
	</item>
</channel>
</rss>

