<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.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: your domain, &#34;lowercase.ca&#34; is expiring</title>
	<link>http://blogs.gnome.org/desrt/2006/08/21/your-domain-lowercaseca-is-expiring/</link>
	<description>a lowercase manifesto</description>
	<pubDate>Sat, 05 Jul 2008 23:27:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: emmanuel</title>
		<link>http://blogs.gnome.org/desrt/2006/08/21/your-domain-lowercaseca-is-expiring/#comment-76</link>
		<dc:creator>emmanuel</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://blogs.gnome.org/desrt/2006/08/21/your-domain-lowercaseca-is-expiring/#comment-76</guid>
		<description>if this is adopted in 2.16, since already in 2.14 gnome-vfs uses D-Bus and not bonobo anymore, what will be left in GNOME which uses bonobo/CORBA? (this is not meant to be aggressive, just being curious).</description>
		<content:encoded><![CDATA[<p>if this is adopted in 2.16, since already in 2.14 gnome-vfs uses D-Bus and not bonobo anymore, what will be left in GNOME which uses bonobo/CORBA? (this is not meant to be aggressive, just being curious).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emmanuel</title>
		<link>http://blogs.gnome.org/desrt/2006/08/21/your-domain-lowercaseca-is-expiring/#comment-77</link>
		<dc:creator>emmanuel</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://blogs.gnome.org/desrt/2006/08/21/your-domain-lowercaseca-is-expiring/#comment-77</guid>
		<description>make my 2.16 a 2.18 and 2.14 a 2.16 from in previous comment.</description>
		<content:encoded><![CDATA[<p>make my 2.16 a 2.18 and 2.14 a 2.16 from in previous comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: desrt</title>
		<link>http://blogs.gnome.org/desrt/2006/08/21/your-domain-lowercaseca-is-expiring/#comment-78</link>
		<dc:creator>desrt</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://blogs.gnome.org/desrt/2006/08/21/your-domain-lowercaseca-is-expiring/#comment-78</guid>
		<description>gnome-panel will use bonobo.  the two APIs will co-exist for some time.  (at least until 2.20).  you can't quite ditch bonobo just yet :)</description>
		<content:encoded><![CDATA[<p>gnome-panel will use bonobo.  the two APIs will co-exist for some time.  (at least until 2.20).  you can&#8217;t quite ditch bonobo just yet :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Hughes</title>
		<link>http://blogs.gnome.org/desrt/2006/08/21/your-domain-lowercaseca-is-expiring/#comment-79</link>
		<dc:creator>Richard Hughes</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://blogs.gnome.org/desrt/2006/08/21/your-domain-lowercaseca-is-expiring/#comment-79</guid>
		<description>Ryan, this looks good. From a gnome-power-manager perspective, can an application add itself as an applet to the panel using your framework, or do we still have to do this manually?&lt;p/&gt;I'm thinking average user:&lt;p/&gt;1. installs gnome-power-manager&lt;br/&gt;2. logs out. Logs back in.&lt;br/&gt;3. gnome-power-manager automatically starts&lt;br/&gt;4. applet/notification icon appears in panel.&lt;p/&gt;rather than:&lt;br/&gt;3a. user is asked to manually add an applet&lt;br/&gt;4. applet appears.&lt;br/&gt;</description>
		<content:encoded><![CDATA[<p>Ryan, this looks good. From a gnome-power-manager perspective, can an application add itself as an applet to the panel using your framework, or do we still have to do this manually?
<p />I&#8217;m thinking average user:
<p />1. installs gnome-power-manager<br />2. logs out. Logs back in.<br />3. gnome-power-manager automatically starts<br />4. applet/notification icon appears in panel.
<p />rather than:<br />3a. user is asked to manually add an applet<br />4. applet appears.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: desrt</title>
		<link>http://blogs.gnome.org/desrt/2006/08/21/your-domain-lowercaseca-is-expiring/#comment-80</link>
		<dc:creator>desrt</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://blogs.gnome.org/desrt/2006/08/21/your-domain-lowercaseca-is-expiring/#comment-80</guid>
		<description>yes.  this is absolutely how it works.  the gnome-panel exports an interface called AppletServer where remote clients can request that an applet is created on their behalf.  this means that applets can come and go as they please.&lt;p/&gt;there is still some debate about what happens for non-persistent applets that want to come and go as they please (ie: not be auto-loaded by the panel).  currently i explicitly include code to remove these applets on panel-startup (ie: their info is deleted from gconf).&lt;p/&gt;removing this code to allow, for example, gnome-power-manager to remember its previous location on the panel would be trivial but i'm not sure how i should go about doing this.&lt;p/&gt;suggestions are welcome.</description>
		<content:encoded><![CDATA[<p>yes.  this is absolutely how it works.  the gnome-panel exports an interface called AppletServer where remote clients can request that an applet is created on their behalf.  this means that applets can come and go as they please.
<p />there is still some debate about what happens for non-persistent applets that want to come and go as they please (ie: not be auto-loaded by the panel).  currently i explicitly include code to remove these applets on panel-startup (ie: their info is deleted from gconf).
<p />removing this code to allow, for example, gnome-power-manager to remember its previous location on the panel would be trivial but i&#8217;m not sure how i should go about doing this.
<p />suggestions are welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blogs.gnome.org/desrt/2006/08/21/your-domain-lowercaseca-is-expiring/#comment-81</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://blogs.gnome.org/desrt/2006/08/21/your-domain-lowercaseca-is-expiring/#comment-81</guid>
		<description>What about notification area items? Their usecase seems to overlap about 1000% with the "non-persistent" applets.&lt;br/&gt;</description>
		<content:encoded><![CDATA[<p>What about notification area items? Their usecase seems to overlap about 1000% with the &#8220;non-persistent&#8221; applets.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
