<?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>Shane Fagan &#187; Evolution</title>
	<atom:link href="http://shanefagan.com/tag/evolution/feed/" rel="self" type="application/rss+xml" />
	<link>http://shanefagan.com</link>
	<description>A blog about Ubuntu, techonlogy, random stuff and opinions</description>
	<lastBuildDate>Sat, 31 Jul 2010 01:44:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Evolution backup</title>
		<link>http://shanefagan.com/2009/09/29/evolution-backup/</link>
		<comments>http://shanefagan.com/2009/09/29/evolution-backup/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 15:56:32 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Evolution]]></category>

		<guid isPermaLink="false">http://shanefagan.com/?p=439</guid>
		<description><![CDATA[I was looking into backing up evolution on to ubuntu one so I tried a few things and this is what I came up with by looking at how evolution itself does it. #!/bin/sh rm '/home/shane/Ubuntu One/evolution-backup.tar.gz' evolution --force-shutdown rm &#8230; <a href="http://shanefagan.com/2009/09/29/evolution-backup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was looking into backing up evolution on to ubuntu one so I tried a few things and this is what I came up with by looking at how evolution itself does it.<br />
<code><br />
#!/bin/sh<br />
rm '/home/shane/Ubuntu One/evolution-backup.tar.gz'<br />
evolution --force-shutdown<br />
rm /home/shane/.evolution/.running<br />
gconftool-2 --dump /apps/evolution > /home/shane/.evolution/backup-restore-gconf.xml<br />
cd /home/shane &#038;&#038; tar chf - .evolution .camel_certs | gzip > '/home/shane/Ubuntu One/evolution-backup.tar.gz'<br />
evolution<br />
</code><br />
Just replace shane with your home folder&#8217;s name. I put it in /etc/cron.daily so it backs up every day. Its only down for a few seconds but its great to have a backup of everything. </p>
<p>Note: It should give out an error that the .camel_certs file isnt there but it still works. I dont know if its needed or not but since its in the script evolution runs I left it in. </p>
]]></content:encoded>
			<wfw:commentRss>http://shanefagan.com/2009/09/29/evolution-backup/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Evolution</title>
		<link>http://shanefagan.com/2009/09/12/evolution/</link>
		<comments>http://shanefagan.com/2009/09/12/evolution/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 01:48:52 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[evolution email client]]></category>

		<guid isPermaLink="false">http://shanefagan.com/?p=410</guid>
		<description><![CDATA[I complained a while back about evolution being ugly but I fiddled with the UI a little. Nothing that requires any programming just changing stuff from the view options. Here is the default evolution on a fresh install of ubuntu. &#8230; <a href="http://shanefagan.com/2009/09/12/evolution/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I complained a while back about evolution being ugly but I fiddled with the UI a little. Nothing that requires any programming just changing stuff from the view options. </p>
<p>Here is the default evolution on a fresh install of ubuntu.<br />
<a href="http://shanefagan.com/wp-content/uploads/2009/09/Default-Evolution.png"><img src="http://shanefagan.com/wp-content/uploads/2009/09/Default-Evolution-300x157.png" alt="Default Evolution" title="Default Evolution" width="300" height="157" class="alignnone size-medium wp-image-412" /></a></p>
<p>Here is evolution after I changed stuff.<br />
<a href="http://shanefagan.com/wp-content/uploads/2009/09/Simple-evolution.png"><img src="http://shanefagan.com/wp-content/uploads/2009/09/Simple-evolution-300x157.png" alt="Simple evolution" title="Simple evolution" width="300" height="157" class="alignnone size-medium wp-image-411" /></a></p>
<p>I much prefer the simpler version. The only real difference is that I right click to do stuff (like mark as spam). </p>
]]></content:encoded>
			<wfw:commentRss>http://shanefagan.com/2009/09/12/evolution/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Nautilus</title>
		<link>http://shanefagan.com/2009/05/30/nautilus/</link>
		<comments>http://shanefagan.com/2009/05/30/nautilus/#comments</comments>
		<pubDate>Sat, 30 May 2009 02:21:56 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Gnome-Desktop]]></category>
		<category><![CDATA[Gnome-Zeitgeist]]></category>
		<category><![CDATA[Nautilus]]></category>

		<guid isPermaLink="false">http://shanefagan.wordpress.com/?p=172</guid>
		<description><![CDATA[Nautilus its something linux users (who use Gnome desktop) use every day. Ive started thinking about ways Nautilus can be made better since the announcement of Gnome 3.0 because its so integral to Gnome. I like it but there are &#8230; <a href="http://shanefagan.com/2009/05/30/nautilus/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Nautilus its something linux users (who use Gnome desktop) use every day. Ive started thinking about ways Nautilus can be made better since the announcement of Gnome 3.0 because its so integral to Gnome. I like it but there are a few things that I dislike.<br />
Here are my ideas.<br />
If the folder is large for instance /usr/bin it takes about 20-30 seconds to load that folder on my computer (If you want to know the spec its in a previous post)<br />
I think thats a little bad, to be honest I dont know how you could fix it but I think it should be a lot better.<br />
In vista (I know its shite) windows explorer has a tag editor for songs. So you can edit the track info like the album, title, artist etc. Nautilus doesnt have this and it would be nice to have it.<br />
The backgrounds and emblems thing also needs some added functionality the lack of options at the moment makes it quite useless. Maybe a better colour selector would make it a little nicer. The colour wheel like in the appearance preferences wizard would work a lot better.<br />
Better integration would be good too. If you look at evolution (I know its UI is soo ugly) in the bottom left hand corner you can make a note view the calender etc maybe add that bar to nautilus so you can access your email etc easily.<br />
These are just a few ideas I have some crazy ones. Like playing videos and music inside of nautilus. I know it sounds crazy but I think we have to think outside the box to make Gnome really useful and easy to use.</p>
<p>Zeitgeist (Which I blogged about previously) will have some functionally to add to Nautilus, bookmarking of files and file tagging (Not like what I was complaining about above, this is just to aid in searching etc to be used in Zeitgeist itself) are what will probably be added by Zeitgeist.</p>
<p>Im not a developer of nautilus but id be happy to discuss it with them and maybe help if they want to implement any of the ideas.</p>
<p>Please comment with what you think.</p>
<p>Shane_Fagan</p>
]]></content:encoded>
			<wfw:commentRss>http://shanefagan.com/2009/05/30/nautilus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Follow up on my gnome 3.0 post</title>
		<link>http://shanefagan.com/2009/05/03/follow-up-on-my-gnome-30-post/</link>
		<comments>http://shanefagan.com/2009/05/03/follow-up-on-my-gnome-30-post/#comments</comments>
		<pubDate>Sun, 03 May 2009 13:36:28 +0000</pubDate>
		<dc:creator>Shane</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Banshee]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[gnome 3.0]]></category>
		<category><![CDATA[Gnome-shell]]></category>

		<guid isPermaLink="false">http://shanefagan.wordpress.com/?p=152</guid>
		<description><![CDATA[I can mark a few of my points as done or at least being done as we speak. If they replace rhythmbox and totem with banshee it would fix my point about having a unified media player like itunes or &#8230; <a href="http://shanefagan.com/2009/05/03/follow-up-on-my-gnome-30-post/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I can mark a few of my points as done or at least being done as we speak.<br />
If they replace rhythmbox and totem with banshee it would fix my point about having a unified media player like itunes or windows media player.<br />
Gnome-Zeitgeist has file tags and makes it easier to access applications etc.<br />
Shaking up the desktop look and feel is being tackled on a few fronts by gnome-shell and by ubuntu in recent releases.<br />
Gnome-shell also uses multiple desktops to good effect.<br />
My two other points aren&#8217;t being done. Id say that maybe my point about web services integration is a little ahead of its time but I think it would be good to look into. Evolution on the other hand is a nightmare in UI terms and we really should make an effort to make it better.</p>
]]></content:encoded>
			<wfw:commentRss>http://shanefagan.com/2009/05/03/follow-up-on-my-gnome-30-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
