<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ChipLog &#187; Linux Desktop</title>
	<atom:link href="http://www.chipx86.com/blog/tag/linux-desktop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chipx86.com/blog</link>
	<description>Virtualization, Open Source, and Life</description>
	<lastBuildDate>Tue, 04 May 2010 09:53:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New libnotify, notification-daemon and notify-python releases</title>
		<link>http://www.chipx86.com/blog/2006/04/26/new-libnotify-notification-daemon-and-notify-python-releases/</link>
		<comments>http://www.chipx86.com/blog/2006/04/26/new-libnotify-notification-daemon-and-notify-python-releases/#comments</comments>
		<pubDate>Wed, 26 Apr 2006 09:35:16 +0000</pubDate>
		<dc:creator>ChipX86</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Galago]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[libnotify]]></category>
		<category><![CDATA[notification-daemon]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://www.chipx86.com/blog/?p=169</guid>
		<description><![CDATA[I&#8217;m very tired, so I&#8217;ll keep this brief.
I just put out libnotify 0.4.0, notification-daemon 0.3.5, and notify-python 0.1.0 releases. Most of the really annoying bugs people have reported have been fixed. More information is available on the news post.
I made a decision that will be unpopular to some, and I expect some disagreement on it. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very tired, so I&#8217;ll keep this brief.</p>
<p>I just put out libnotify 0.4.0, notification-daemon 0.3.5, and notify-python 0.1.0 releases. Most of the really annoying bugs people have reported have been fixed. More information is available on the <a href="http://www.galago-project.org/news/archives/2006/04/new_desktop_not.php">news post</a>.</p>
<p>I made a decision that will be unpopular to some, and I expect some disagreement on it. notification-daemon 0.3.5 does not ship with the Bubble theme. A large number of the problems people have reported to me on IRC and in e-mail centered around this theme, and until I have the time to give it the attention it needs, I&#8217;m removing it from the default install. It&#8217;s still in SVN and the tarball, and development will resume on it at a later date. However, I want to give people the best out-of-the-box experience as possible, and the Bubble theme currently makes that hard. If people want to chip in and help, you&#8217;re more than welcome.</p>
<p>Aside from that, it&#8217;s a very good release and I highly recommend people update. As always, please make sure to report bugs.</p>
<p>I have a couple of neat things I plan to work on. One is a little event notifier for scheduled events on online calendars (<a href="http://www.30boxes.com/">30Boxes.com</a> to start). This will be using the new libnotify Python bindings. If it proves useful, I hope to add Google Calendar support as well. I&#8217;ll make some sort of announcement once I get a prototype working.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipx86.com/blog/2006/04/26/new-libnotify-notification-daemon-and-notify-python-releases/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Alpha channels and release schedules</title>
		<link>http://www.chipx86.com/blog/2006/03/26/gtk-and-everyones-favorite-channel/</link>
		<comments>http://www.chipx86.com/blog/2006/03/26/gtk-and-everyones-favorite-channel/#comments</comments>
		<pubDate>Sun, 26 Mar 2006 21:35:31 +0000</pubDate>
		<dc:creator>ChipX86</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Galago]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.chipx86.com/blog/?p=165</guid>
		<description><![CDATA[

GTK+ and semi-transparent windows
Mike Hearn wrote a blog entry on writing GTK+ applications that provide semi-transparent Cairo-rendered windows. He suggests a SexyWindow class for libsexy, which actually fits in with some of my plans nicely. More on this&#8230; someday.


Galago 0.5.0.. Almost
Galago 0.5.0 is about to be released. I&#8217;ve said this for a while, but it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li>
<p><b>GTK+ and semi-transparent windows</b></p>
<p><a href="http://plan99.net/~mike/blog">Mike Hearn</a> wrote <a href="http://plan99.net/~mike/blog/?p=38">a blog entry</a> on writing GTK+ applications that provide semi-transparent Cairo-rendered windows. He suggests a SexyWindow class for libsexy, which actually fits in with some of my plans nicely. More on this&#8230; someday.</p>
</li>
<li>
<p><b>Galago 0.5.0.. Almost</b></p>
<p>Galago 0.5.0 is about to be released. I&#8217;ve said this for a while, but it&#8217;s actually happening now. The only thing left is to get the GalagoGtk# bindings out, but I&#8217;ve ran into a problem&#8230; I want to call the namespace Galago.Gtk, but then the GAPI-generated code tries to use Gtk.Widget and such, which causes a lookup in Galago.Gtk. I don&#8217;t know how to fix this, and may have to go back to the GalagoGtk namespace. Any suggestions?</p>
</li>
<li>
<p><b>Thanks Federico</b></p>
<p>I&#8217;m somewhat borrowing <a href="http://primates.ximian.com/~federico/news.html">Federico&#8217;s</a> blog entry format on a trial basis for some posts. I&#8217;ve grown to like it. Helps to stay organized without being too verbose.</p>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.chipx86.com/blog/2006/03/26/gtk-and-everyones-favorite-channel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tagging? In Nautilus? *explode*</title>
		<link>http://www.chipx86.com/blog/2006/02/21/tagging-in-nautilus-explode/</link>
		<comments>http://www.chipx86.com/blog/2006/02/21/tagging-in-nautilus-explode/#comments</comments>
		<pubDate>Wed, 22 Feb 2006 04:06:50 +0000</pubDate>
		<dc:creator>ChipX86</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[leaftag]]></category>

		<guid isPermaLink="false">http://www.chipx86.com/blog/?p=155</guid>
		<description><![CDATA[Check this out (mpeg4, VMware video codec). Ahh yeah. David&#8217;s putting together some awesome code for tagging functionality in nautilus using Leaftag. Hopefully we&#8217;ll get it out into a release before long.
]]></description>
			<content:encoded><![CDATA[<p>Check this out (<a href="http://david.navi.cx/tmp/tagging-ui-mpeg4.avi">mpeg4</a>, <a href="http://david.navi.cx/tmp/tagging-ui.avi">VMware video codec</a>). Ahh yeah. David&#8217;s putting together some awesome code for tagging functionality in nautilus using <a href="http://www.chipx86.com/wiki/Leaftag">Leaftag</a>. Hopefully we&#8217;ll get it out into a release before long.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipx86.com/blog/2006/02/21/tagging-in-nautilus-explode/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
<enclosure url="http://david.navi.cx/tmp/tagging-ui-mpeg4.avi" length="598452" type="video/x-msvideo" />
<enclosure url="http://david.navi.cx/tmp/tagging-ui.avi" length="3989750" type="video/x-msvideo" />
		</item>
		<item>
		<title>Taggable Desktop</title>
		<link>http://www.chipx86.com/blog/2006/02/15/taggable-desktop/</link>
		<comments>http://www.chipx86.com/blog/2006/02/15/taggable-desktop/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 10:24:46 +0000</pubDate>
		<dc:creator>ChipX86</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[leaftag]]></category>

		<guid isPermaLink="false">http://www.chipx86.com/blog/?p=154</guid>
		<description><![CDATA[
Luis: You wanted a taggable desktop? Oh, okay.
Announcing Leaftag, our desktop tagging framework. This is an evolution of the original prototype we created, originally named fstaglib (isn&#8217;t leaftag just so much better?).
The main part of Leaftag is a library called (oddly enough) libleaftag, which interfaces with the tag database. It&#8217;s GObject-based, and the API is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.chipx86.com/w/images/c/ce/Leaftag-logo.png" width="291" height="214" align="right" style="padding: 20px;" /><br />
<a href="http://tieguy.org/blog/index.cgi/555">Luis:</a> You wanted a taggable desktop? Oh, okay.</p>
<p>Announcing <a href="http://www.chipx86.com/wiki/Leaftag">Leaftag</a>, our desktop tagging framework. This is an evolution of the <a href="http://www.chipx86.com/blog/?p=140">original prototype</a> we created, originally named fstaglib (isn&#8217;t leaftag just so much better?).</p>
<p>The main part of Leaftag is a library called (oddly enough) libleaftag, which interfaces with the tag database. It&#8217;s GObject-based, and the API is quite small. It can tag anything with a URI.</p>
<p>There&#8217;s tagutils, a small app used for working with tags and files. It is able to tag and untag files, list all known tags, list all files with a specified tag, and manipulate tag properties (such as icons and descriptions). It also includes some symlinks that provide shortcuts to common tagutils functions (tag, untag, tagls, tags, and tagprop).</p>
<p>leaftag-python contains Python bindings for libleaftag. It simplifies the already simple libleaftag library.</p>
<p>And then there&#8217;s leaftag-gnome, which will contain all future GNOME support for tagging. Currently, it supports only a <a href="http://raphael.slinckx.net/deskbar/">Deskbar</a> handler. Future releases will hopefully include Nautilus search integration and property pages.</p>
<p>Now, it&#8217;s important to point out that the screenshots on my <a href="http://www.chipx86.com/blog/?p=140">previous blog entry</a> are of the old implementation, and have not been ported over to Leaftag yet. This is largely due to lack of time as of late (because of Galago and VMware Server work, on my part), but it&#8217;s also because we want to re-implement this correctly. In the meantime, we&#8217;re hoping additional apps will start supporting this.</p>
<p>This is the first public release of the Leaftag framework, so please report any bugs to us. In time, after a server migration, I plan to put together a dedicated Leaftag site and bug tracker.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipx86.com/blog/2006/02/15/taggable-desktop/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Are we assuming users are really dumb?</title>
		<link>http://www.chipx86.com/blog/2006/02/05/are-we-assuming-users-are-really-dumb/</link>
		<comments>http://www.chipx86.com/blog/2006/02/05/are-we-assuming-users-are-really-dumb/#comments</comments>
		<pubDate>Sun, 05 Feb 2006 21:12:19 +0000</pubDate>
		<dc:creator>ChipX86</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.chipx86.com/blog/?p=151</guid>
		<description><![CDATA[Update: This is a general criticism of modern development trends. Despite appearing on Planet GNOME, and referencing a current debate, this is not at all specific to GNOME. The point listed below was more a maintainer screw-up than anything else. It&#8217;s not a debate on good usability, because everyone has different opinions on it, none [...]]]></description>
			<content:encoded><![CDATA[<p><b>Update:</b> This is a general criticism of modern development trends. Despite appearing on Planet GNOME, and referencing a current debate, this is not at all specific to GNOME. The point listed below was more a maintainer screw-up than anything else. It&#8217;s not a debate on good usability, because everyone has different opinions on it, none of which are right. The point you should be caring about is how users are treated. I know we&#8217;ve assumed too little of some people in Gaim and other projects. Not always, but often enough, and I know many other large projects do this as well. So please, focus on that part.</p>
<p>I completely agree with <a href="http://davyd.livejournal.com/165274.html">Davyd</a> on the contextual information lost in notifications. I like GNOME, but I feel that we are taking a step back in this regard, and it&#8217;s leading me to wonder, are we assuming our users are really, really stupid and need hand holding?</p>
<p>Now, the Linux desktop is maturing, but there are a lot of areas that could be made easier. Things that confuse users. I hardly think &#8220;JPG&#8221; or &#8220;PNG&#8221; or &#8220;SSH&#8221; emblems are one of them. And really, do we think users have never seen JPEG or PNG files, have never heard of them, and would be confused and scared to use their desktop if they saw them?</p>
<p>If a user is connecting to a remote server and mounting it, they probably have some kind of understanding as to what SMB or SSH means. I mean, come on, they have to choose it first! It&#8217;s not some random technical thing we&#8217;re throwing at them. Context is good, and I know a lot of average users who prefer the context and turn on file extensions on Windows because they want to know what kind of file they&#8217;re actually working with.</p>
<p>The common question that I always hear is &#8220;but can my Grandma use it?&#8221; Are we really targetting senior citizens? If so, we&#8217;ve lost. Let&#8217;s take a page out of the proliferation books that McDonalds, Microsoft, and everybody else uses. It&#8217;s a simple one. Target people when they&#8217;re young! Contrary to popular belief, a number of teenagers use computers, and these teenagers understand things. They&#8217;re using bittorrent clients, maintaining websites, sending files across the Internet. Should we really treat them like they&#8217;re idiots? Sure, Grandma may not know what a JPEG file is, but I doubt she&#8217;s a heavy computer user anyway. Most likely, she plays solitaire, and I think her hand can be held with anything else. In the meantime, let&#8217;s not forget our younger users who really aren&#8217;t as stupid as we&#8217;re starting to treat them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipx86.com/blog/2006/02/05/are-we-assuming-users-are-really-dumb/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Pretty new notifications&#8230; And a release!</title>
		<link>http://www.chipx86.com/blog/2006/02/04/pretty-new-notifications-and-a-release/</link>
		<comments>http://www.chipx86.com/blog/2006/02/04/pretty-new-notifications-and-a-release/#comments</comments>
		<pubDate>Sun, 05 Feb 2006 05:28:15 +0000</pubDate>
		<dc:creator>ChipX86</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[notification-daemon]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.chipx86.com/blog/?p=149</guid>
		<description><![CDATA[I&#8217;ve been inspired by the December GNOME mockups. A lot of them are quite nice, and in the area of notifications, it had some good ideas on sprucing up the look and feel. So I present to you, notification-daemon v0.3.4!
Along with the usual assortment of bug fixes, I&#8217;ve improved the style quite a bit. There&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been inspired by the <a href="http://www.flickr.com/photos/gamehack/sets/1506658/">December GNOME</a> mockups. A lot of them are quite nice, and in the area of notifications, it had some good ideas on sprucing up the look and feel. So I present to you, notification-daemon v0.3.4!</p>
<p>Along with the usual assortment of bug fixes, I&#8217;ve improved the style quite a bit. There&#8217;s now a countdown timer on notifications with actions, a close button, themed urgency-based stripes, and actual buttons.</p>
<table border="0" cellpadding="0" cellspacing="20">
<tr>
<th align="right">Before</th>
<th>After</th>
</tr>
<tr>
<td align="right"><img src="http://www.galago-project.org/images/screenshots/notification-daemon/0.3.4-standard-oldstyle-1.png" width="326" height="408" border="0" alt="Old urgency stripes" /><img src="http://www.galago-project.org/images/screenshots/notification-daemon/0.3.4-standard-oldstyle-2.png" width="383" height="306" border="0" alt="Old icons and actions" /></td>
<td style="vertical-align: bottom;" valign="bottom"><img src="http://www.galago-project.org/images/screenshots/notification-daemon/0.3.4-standard-newstyle-1.png" width="332" height="325" border="0" alt="New urgency stripes" /><img src="http://www.galago-project.org/images/screenshots/notification-daemon/0.3.4-standard-newstyle-2.png" width="332" height="230" border="0" alt="New icons and actions" /></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.chipx86.com/blog/2006/02/04/pretty-new-notifications-and-a-release/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>A few project updates</title>
		<link>http://www.chipx86.com/blog/2006/01/26/a-few-project-updates/</link>
		<comments>http://www.chipx86.com/blog/2006/01/26/a-few-project-updates/#comments</comments>
		<pubDate>Thu, 26 Jan 2006 09:04:17 +0000</pubDate>
		<dc:creator>ChipX86</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Galago]]></category>
		<category><![CDATA[Linux Desktop]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.chipx86.com/blog/?p=146</guid>
		<description><![CDATA[I&#8217;ve been putting off several posts for a few days now, due to just being busy with things. So, here we go.
Notification Framework
I just put out a couple of good releases of notification-daemon and libnotify. A few days ago, I released version 0.3.2 of both components, and tonight I put out notification-daemon v0.3.3, which contains [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been putting off several posts for a few days now, due to just being busy with things. So, here we go.</p>
<p><b>Notification Framework</b></p>
<p>I just put out a couple of good releases of notification-daemon and libnotify. A few days ago, I released version 0.3.2 of both components, and tonight I put out notification-daemon v0.3.3, which contains a few nice bug fixes such as a fix to prevent notifications when the screen saver is active or when something is running full-screen. The style of the notifications has been changed to resemble the look from notification-daemon v0.2.x. It now supports theme engines, so that other looks can be developed. The protocol has improved and stabilised a bit, and the API and general code of both components have been cleaned up, thanks to J5&#8217;s work.</p>
<p><b>Galago</b></p>
<p>Galago&#8217;s been on hold lately due to work and trying to get the new notification-daemon and libnotify ready for distros. Development has picked up again, and I&#8217;m hoping I have very little to do before I can put out the 0.5.0 releases of all the components. Finally, libgalago will be GLib/GObject-based, and the API will be a lot more sane. Plus, Python bindings! Yay!</p>
<p>Oh, and I&#8217;m moving to Trac for our bug tracking (see <a href="http://trac.galago-project.org/">trac.galago-project.org</a>). This is real nice, because I can now reference bugs in commit messages and they&#8217;ll close automatically with the commit message. It&#8217;s also quite clean and easy to use. I&#8217;m slowly moving some bugs over, but I&#8217;ll continue to monitor the bugzilla for a while.</p>
<p><b>Leaftag</b></p>
<p>Remember those screenshots of our tag integration I posted? It too has been on hold, but it&#8217;s far from vaporware. We&#8217;re calling it leaftag, and I think our logo is somewhat cute :). I have very little left to do before the library is released, and I should be able to redo the Nautilus support quickly. I&#8217;ve been using the tagging almost every day. Now I just need to find the time to get this ready. Maybe at one of these upcoming hackfests I&#8217;ve been doing (and really hope to do more) with friends.</p>
<p><b>VMware</b></p>
<p>Busy busy busy, but good. I&#8217;m working on some pretty exciting stuff. More about this later :)</p>
<p>Oh, and someone needs to remind me to put up a picture of our cool new Workstation 5.5 sweaters featuring Mario!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipx86.com/blog/2006/01/26/a-few-project-updates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tagging and the GNOME Desktop</title>
		<link>http://www.chipx86.com/blog/2005/12/07/tagging-and-the-gnome-desktop/</link>
		<comments>http://www.chipx86.com/blog/2005/12/07/tagging-and-the-gnome-desktop/#comments</comments>
		<pubDate>Wed, 07 Dec 2005 18:44:55 +0000</pubDate>
		<dc:creator>ChipX86</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Linux Desktop]]></category>

		<guid isPermaLink="false">http://www.chipx86.com/blog/?p=140</guid>
		<description><![CDATA[Just a little preview. It&#8217;s not done yet, but will be shortly. What you see below is a small python module, a useful command line utility (well, that&#8217;s not shown, but if you check the gallery these are in there will be a full-size screenshot showing one), and plugins for Nautilus, GNOME-VFS, and Deskbar. There [...]]]></description>
			<content:encoded><![CDATA[<p>Just a little preview. It&#8217;s not done yet, but will be shortly. What you see below is a small python module, a useful command line utility (well, that&#8217;s not shown, but if you check the gallery these are in there will be a full-size screenshot showing one), and plugins for Nautilus, GNOME-VFS, and Deskbar. There are plans for Beagle support in the near future, and to make the system more robust.</p>
<p>Stay tuned. There should be a release soon.</p>
<p><img src="http://osiris.chipx86.com/images/blog/20051207/nautilus-tag-list.png" border="0" width="666" height="554" alt="Tags in Nautilus lists" /></p>
<p><img src="http://osiris.chipx86.com/images/blog/20051207/nautilus-tag-edit.png" border="0" width="511" height="461" alt="Tags in Nautilus lists" /></p>
<p><img src="http://osiris.chipx86.com/images/blog/20051207/tagfs-3.png" border="0" width="676" height="549" alt="tags URI" /></p>
<p><img src="http://osiris.chipx86.com/images/blog/20051207/deskbar-more.png" border="0" width="389" height="273" alt="Deskbar Integration 1" /></p>
<p><img src="http://osiris.chipx86.com/images/blog/20051207/deskbar-suggest.png" border="0" width="387" height="158" alt="Deskbar Integration 2" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipx86.com/blog/2005/12/07/tagging-and-the-gnome-desktop/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
		<item>
		<title>The Future of the Linux Desktop?, Part I</title>
		<link>http://www.chipx86.com/blog/2004/01/06/the-future-of-the-linux-desktop-part-i/</link>
		<comments>http://www.chipx86.com/blog/2004/01/06/the-future-of-the-linux-desktop-part-i/#comments</comments>
		<pubDate>Tue, 06 Jan 2004 08:52:28 +0000</pubDate>
		<dc:creator>ChipX86</dc:creator>
				<category><![CDATA[GNOME]]></category>
		<category><![CDATA[Galago]]></category>
		<category><![CDATA[Linux Desktop]]></category>

		<guid isPermaLink="false">http://www.chipx86.com/blog/?p=7</guid>
		<description><![CDATA[It seems there are a lot of interesting things being developed lately. I&#8217;ve been reading about GNOME Storage, which is a really cool concept. I haven&#8217;t played with it yet, or looked into the code, but I think that if done right, it can really add to the desktop experience. Perhaps it could be used [...]]]></description>
			<content:encoded><![CDATA[<p>It seems there are a lot of interesting things being developed lately. I&#8217;ve been reading about <a href="http://www.gnome.org/~seth/storage/">GNOME Storage</a>, which is a really cool concept. I haven&#8217;t played with it yet, or looked into the code, but I think that if done right, it can really add to the desktop experience. Perhaps it could be used as a feed for Galago.</p>
<p>
Linux as a desktop system has, in my opinion, a lot of potential. Though I wouldn&#8217;t recommend it at this point to most people I know, I do hope for a day when I can. The reason why it has so much potential is that anybody can modify the source of any program to provide the integration, assuming there&#8217;s not an API and plugin architecture that would do the job. Of course, we all know this, but think about it. Work like Dashboard or Gnome Storage just wouldn&#8217;t be all that doable under a closed environment without a lot of collaboration and licensing between Microsoft and any other companies. Unless of course there&#8217;s an API available there, but MS APIs only go so far.</p>
<p>
There&#8217;s a lot that can still be done. My goal with Galago is to be able to automagically retrieve information related to the task at hand on almost any supporting program, in a desktop-neutral fashion, and to have an indicator of a person&#8217;s status wherever you see his/her name, e-mail address, or other contact information. But this is just one small part.</p>
<p>
I want to see a desktop where when I open my report for school, I can instantly see on the side of my screen or somewhere icons for the other files related to this report, URLs I accessed to find the information, and the status of any people on my buddy list I worked on the report with. I&#8217;d prefer not to see this in a big white window on the side, like Dashboard does and Galago will do, but something more integrated into the environment. How, I&#8217;m not sure yet.</p>
<p>
Something else that may be neat to see in the future is a revision control feature built somewhere in the backend. I believe Gnome Storage has this in their plans, and I hope it ends up being a part of the desktop experience. I&#8217;ve had clients and family members complain that they accidentally deleted or overwrote a file they were working on, and wanted me to recover it. If this was built right into the system, their documents would be safe.</p>
<p>
Drag-and-drop install/uninstall of applications is another feature I&#8217;d love to see. This was something that Mike Hearn brought up the other day. If a person could download a single package and drag it to their desktop to install, and then drag it back to the trash to uninstall, it would simplify package management for the user dramatically. Of course, this requires that we finally get packaging sorted out and standardized, but this isn&#8217;t likely to happen any time soon. However, his <a href="http://www.autopackage.org/">autopackage</a> project does provide an interesting form of package management that I wouldn&#8217;t mind seeing take off. The rest could be abstracted through <a href="http://www.gnupdate.org/">GNUpdate</a>.</p>
<p>
 At this point, I&#8217;d like to bring up how cool the stuff <a href="http://primates.ximian.com/~rml/blog/">Robert Love</a> is working on. It&#8217;s one of the upcoming things that are really exciting me.</p>
<p>
I had more I was going to bring up, but it slipped my mind, so I think I&#8217;ll end this post&#8230;.. now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chipx86.com/blog/2004/01/06/the-future-of-the-linux-desktop-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
