<?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/"
	>

<channel>
	<title>Martin Notes</title>
	<atom:link href="http://martinnotes.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://martinnotes.com</link>
	<description>Open source in real life</description>
	<pubDate>Sat, 03 Jan 2009 13:13:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hide mouse pointer with unclutter</title>
		<link>http://martinnotes.com/2009/01/03/hide-mouse-pointer-with-unclutter/</link>
		<comments>http://martinnotes.com/2009/01/03/hide-mouse-pointer-with-unclutter/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 10:34:35 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[GUI]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[mousecursor]]></category>

		<category><![CDATA[unclutter]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=172</guid>
		<description><![CDATA[One of the features I&#8217;ve always liked in the Mac is that it hides the mouse pointer when you use the keyboard. That makes it possible to type or read without having the mouse pointer in the way. So I went looking for a solution for Ubuntu. After some googling I found &#8220;unclutter&#8221;.
Unclutter hides the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-177" title="mousecursor_animation" src="http://martinnotes.com/wp-content/uploads/2009/01/mousecursor_animation.gif" alt="mousecursor_animation" width="100" height="53" />One of the features I&#8217;ve always liked in the Mac is that it hides the mouse pointer when you use the keyboard. That makes it possible to type or read without having the mouse pointer in the way. So I went looking for a solution for Ubuntu. After some googling I found &#8220;unclutter&#8221;.</p>
<p>Unclutter hides the mouse pointer when you haven&#8217;t used the mouse for 5 seconds. Although this is different from the Mac approach, it actually works fine for me. When the pointer is hidden you can type and read and when you move you mouse then the pointer is shown again.</p>
<p>According to the man pages it should be possible to let unclutter hide the pointer when you press (or release) a key, but I couldn&#8217;t get that to work.</p>
<p>Installation is easy, it&#8217;s in the Ubuntu repos:</p>
<pre>sudo apt-get install unclutter</pre>
<p>And start it:</p>
<pre>unclutter &amp; disown</pre>
<p>If you want to start unclutter when you login you can add it to your session:</p>
<p>Open Sessions, click &#8220;Add&#8221;, type some name (&#8221;Unclutter&#8221;), command (&#8221;unclutter&#8221;) and comment (&#8221;Hide mouse pointer&#8221;) and that&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2009/01/03/hide-mouse-pointer-with-unclutter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kernel 2.6.28</title>
		<link>http://martinnotes.com/2008/12/30/kernel-2628/</link>
		<comments>http://martinnotes.com/2008/12/30/kernel-2628/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 12:52:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[2.6.28]]></category>

		<category><![CDATA[kernel]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=170</guid>
		<description><![CDATA[Maybe the next challenge for the free days: http://kernel.org/. The 2.6.28 linux kernel has been released. Improvements include: GPU memory manager and ext4 support
]]></description>
			<content:encoded><![CDATA[<p>Maybe the next challenge for the free days:<a href="http://kernel.org/"> http://kernel.org/</a>. The 2.6.28 linux kernel has been released. Improvements include: GPU memory manager and ext4 support</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/12/30/kernel-2628/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Build the OpenChange Evolution plugin on Ubuntu</title>
		<link>http://martinnotes.com/2008/12/30/build-openchange-evolution-plugin/</link>
		<comments>http://martinnotes.com/2008/12/30/build-openchange-evolution-plugin/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 22:26:51 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Exchange]]></category>

		<category><![CDATA[OpenChange]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=132</guid>
		<description><![CDATA[I have a bit of an obsession with getting Ubuntu to work with MS Exchange 2007. On the website of Johnny Jacob I read that they have started to publish source releases of the plugin. So I downloaded the source of the 0.25.3 release and started fixing dependencies.
First of all you have to fix the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-136" title="screenshot2" src="http://martinnotes.com/wp-content/uploads/2008/12/screenshot2.png" alt="screenshot2" width="40" height="40" />I have a bit of an obsession with getting Ubuntu to work with MS Exchange 2007. On the website of <a href="http://johnnyjacob.wordpress.com/2008/12/15/evolution-mapi-debut-tarball-release-rpm-repos-are-online/">Johnny Jacob</a> I read that they have started to publish source releases of the plugin. So I downloaded the <a href="http://ftp.gnome.org/pub/GNOME/sources/evolution-mapi/0.25/">source of the 0.25.3 release</a> and started fixing dependencies.</p>
<p>First of all you have to fix the pkg-config path setting. I find this weird, since I have to set it to the default setting, ah well. Do this:</p>
<pre>PKG_CONFIG_PATH=/usr/lib/pkgconfig
export PKG_CONFIG_PATH</pre>
<p>Then I had to replace some version numbers in the config. This sounds strange, but <a href="http://johnnyjacob.wordpress.com/2008/12/15/evolution-mapi-debut-tarball-release-rpm-repos-are-online/#comment-15502">Johnny said it would work</a>. Although I made a broad interpretation of his comment.</p>
<pre>replace 2.25.2 with 2.24.2 in configure.in
replace 2.25.2 with 2.24.2 in configure</pre>
<p>Of course there is a list of dependencies to fulfill:</p>
<pre>sudo apt-get install intltool libmapi-dev evolution-data-server-dev evolution-dev libtalloc-dev libdcerpc-dev libsamba-hostconfig-dev libldb-dev libebackend1.2-dev libecal1.2-dev libedata-cal1.2-dev libebook1.2-dev libedata-book1.2-dev</pre>
<p>Sadly that&#8217;s where things went wrong. The libldb-dev depends on libldb0, but to install libldb0 I need to remove libldb-samba4-0, libmapi-dev and libmapi0, which broke the dependencies:</p>
<address>The following information may help to resolve the situation:</address>
<address> The following packages have unmet dependencies:</address>
<address> libldb-dev: Depends: libldb0 (= 0.92~git20080616-1)</address>
<address>E: Broken packages</address>
<p>For now I&#8217;ll have to wait until this issue is fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/12/30/build-openchange-evolution-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using the iPhone as a 3G modem for Ubuntu</title>
		<link>http://martinnotes.com/2008/12/29/using-the-iphone-as-a-3g-modem-for-ubuntu/</link>
		<comments>http://martinnotes.com/2008/12/29/using-the-iphone-as-a-3g-modem-for-ubuntu/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 16:00:01 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Opinion]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[bluetooth]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=126</guid>
		<description><![CDATA[The iPhone contains a nice 3G radio and a bluetooth radio, so I thought I&#8217;d let my Ubuntu laptop connect to the Internet through the iPhone&#8217;s 3G. A little research showed that it is quite straight forward to connect Ubuntu to a 3G service there days (since 8.10), so I didn&#8217;t expect a lot of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-109" title="iphone" src="http://martinnotes.com/wp-content/uploads/2008/12/iphone.jpeg" alt="iphone" width="79" height="130" />The iPhone contains a nice 3G radio and a bluetooth radio, so I thought I&#8217;d let my Ubuntu laptop connect to the Internet through the iPhone&#8217;s 3G. A little research showed that it is quite straight forward to connect Ubuntu to a 3G service there days (since 8.10), so I didn&#8217;t expect a lot of problems.</p>
<p>To my surprise the setup failed at the very first step. I checked the iPhone&#8217;s bluetooth capabilities by finding the bluetooth address:</p>
<pre>hcitool scan</pre>
<p>And looking up the capabilities:</p>
<pre>sdptool browse &lt;address&gt; | grep Networking</pre>
<p>To my surprise the iPhone doesn&#8217;t support a dailup connection through bluetooth. Isn&#8217;t it rather strange that Apple sells us a phone that doesn&#8217;t allow us to share it&#8217;s network with the rest of the world? I would assume the TelCos wouldn&#8217;t mind, actually I&#8217;m surprised they even accepted it.</p>
<p>Apple has been down this road before, the whole Mac OS 9 and earlier was closed to the outside world. You&#8217;d have to buy Apple stuff to make it work. Mac OS X improved that a lot, and the hardware support also improved: USB, standard VGA. It&#8217;s strange to see that Apple is going back to the more closed approach now. The iPod was still a bit open; you can upload songs from Linux, but the iPhone can&#8217;t even be used without iTunes.</p>
<p>Watch it Apple, you won&#8217;t be able to hold this so much longer. There will be competition at some point, and then people will start to make different choices. So far you&#8217;ve been the best in what you&#8217;re doing, but you&#8217;re not the only one.</p>
<p>I hope Apple will start seeing that competition is not bad, but that they should learn from them.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/12/29/using-the-iphone-as-a-3g-modem-for-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenOffice 3.0 update problems</title>
		<link>http://martinnotes.com/2008/12/24/openoffice-30-update-problems/</link>
		<comments>http://martinnotes.com/2008/12/24/openoffice-30-update-problems/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 20:36:35 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[OpenOffice]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=120</guid>
		<description><![CDATA[
I&#8217;ve been having problems with the automatic updates of OpenOffice 3.0. I&#8217;ve been using this PPA:
http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
And automated update gives me the option to do a partial update, which doesn&#8217;t work either. Irritating! After some googling I found the following:
 The fix is to run system / administration / synaptic and do a mark [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-121 alignleft" title="screenshot1" src="http://martinnotes.com/wp-content/uploads/2008/12/screenshot1.png" alt="OpenOffice 3.0" width="188" height="84" /></p>
<p>I&#8217;ve been having problems with the automatic updates of OpenOffice 3.0. I&#8217;ve been using this PPA:</p>
<pre>http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main</pre>
<p>And automated update gives me the option to do a partial update, which doesn&#8217;t work either. Irritating! After some googling I found the following:</p>
<address> <a href="http://ubuntuforums.org/archive/index.php/t-987181.html">The fix is to run system / administration / synaptic and do a mark all upgrades and apply. That&#8217;ll get you back up and running without the partial upgrade horking everything.</a></address>
<p>That fixed the problem! Update works and OpenOffice works. What I couldn&#8217;t find out is whether OO actually updated. That&#8217;s not the important part, since it worked fine and it still does.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/12/24/openoffice-30-update-problems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VirtualBox 2.1 has been released</title>
		<link>http://martinnotes.com/2008/12/21/virtualbox-21-has-been-released/</link>
		<comments>http://martinnotes.com/2008/12/21/virtualbox-21-has-been-released/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 22:34:40 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Opinion]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Web]]></category>

		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=115</guid>
		<description><![CDATA[VirtualBox 2.1 has been released. Apparently it is a major update from the 2.0.6 release. Check this installation guide to update or install.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-118" title="virtualbox" src="http://martinnotes.com/wp-content/uploads/2008/12/virtualbox.jpeg" alt="virtualbox" width="49" height="65" />VirtualBox 2.1 has been released. Apparently it is a <a href="http://www.virtualbox.org/wiki/Changelog">major update</a> from the 2.0.6 release. Check this <a href="http://tombuntu.com/index.php/2008/12/18/install-virtualbox-21-in-ubuntu-810/">installation guide</a> to update or install.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/12/21/virtualbox-21-has-been-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone and the open source</title>
		<link>http://martinnotes.com/2008/12/20/iphone-and-the-open-source/</link>
		<comments>http://martinnotes.com/2008/12/20/iphone-and-the-open-source/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 12:41:04 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Opinion]]></category>

		<category><![CDATA[Personal]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=106</guid>
		<description><![CDATA[Ok, I have an iPhone now and I&#8217;m really happy with it. It&#8217;s a beautiful design, brilliant piece of technology, the app store is very cool. I&#8217;ve downloaded the most useless and useful apps, so I&#8217;m a happy camper.
But.
Why did Apple try so hard to make it impossible to use such a nice device without [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-109" title="iphone" src="http://martinnotes.com/wp-content/uploads/2008/12/iphone.jpeg" alt="iphone" width="79" height="130" />Ok, I have an iPhone now and I&#8217;m really happy with it. It&#8217;s a beautiful design, brilliant piece of technology, the app store is very cool. I&#8217;ve downloaded the most useless and useful apps, so I&#8217;m a happy camper.</p>
<p>But.</p>
<p>Why did Apple try so hard to make it impossible to use such a nice device without using other Apple products? First of all in the Netherlands you can only buy it  with T-Mobile. Since I&#8217;m a corporate phone user, I can chose between Vodafone. The solution is to buy a phone in Italy or Poland and insert a Vodafone SIM card. That works, but it&#8217;s annoying.</p>
<p>When I received the phone, I wanted to use it immediately. But you have to unlock the thing with iTunes. There is NO alternative. This means that you have to run either Mac OS X or Windows to even be able to use the iPhone. I don&#8217;t have that at work. I&#8217;ve tried to install iTunes in VirtualBox, but VB still has some problems with USB devices. Which is stupid, but not the point right now. So after trying to get it to work for an hour I gave up and asked a colleague if I could use his Mac to unlock the phone.</p>
<p>Ok, I&#8217;ve got a working phone. Nice, nice, nice. Good GUI, nice apps, GPS works great, wireless up and running in 10 seconds. For at least an hour I&#8217;ve been pinching, dragging, configuring and being happy.</p>
<p>Then I found out that the 3G network didn&#8217;t work. I only solved that when I got home. After some Google activity it appears that some iPhone vendors use the &#8216;Enterprise capabilities&#8217; to lock the phone to their network. So, not SIMlock, but only the network capabilities. I had to download a configuration application to create a configuration profile that I has to mail to myself to install it on the iPhone.</p>
<p>Now it&#8217;s working and of course I&#8217;m happy and droowling but there is a weird aftertaste. Why did Apple take this approach? Do they think they won&#8217;t make enough money otherwise, or is it their idea of controling the quality of service to their customers? I don&#8217;t get it. Most people won&#8217;t care at all, they are running windows and don&#8217;t think about this. I do care, and I think Apple should care.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/12/20/iphone-and-the-open-source/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GnoMenu</title>
		<link>http://martinnotes.com/2008/12/14/gnomenu/</link>
		<comments>http://martinnotes.com/2008/12/14/gnomenu/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 10:50:00 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[GUI]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Gnome]]></category>

		<category><![CDATA[GnoMenu]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=97</guid>
		<description><![CDATA[I&#8217;ve installed GnoMenu 1.6. It is a Vista style menu for the Gnome desktop. You can just download the deb files (gnomenu_1.6-2_all.deb) and install it. After installing I had to run:
/usr/lib/gnomenu/DesktopIntegration.py
To get it to show up in the Gnome panel &#8220;Add to Panel&#8230;&#8221; dialog.
I must say that from reading about the GnoMenu, and seeing the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-101" title="screenshot" src="http://martinnotes.com/wp-content/uploads/2008/12/screenshot.png" alt="screenshot" width="48" height="51" />I&#8217;ve installed <a href="https://launchpad.net/gnomenu/trunk/1.6">GnoMenu 1.6</a>. It is a Vista style menu for the Gnome desktop. You can just download the deb files (<a href="http://launchpad.net/gnomenu/trunk/1.6/+download/gnomenu_1.6-2_all.deb">gnomenu_1.6-2_all.deb</a>) and install it. After installing I had to run:</p>
<pre>/usr/lib/gnomenu/DesktopIntegration.py</pre>
<p>To get it to show up in the Gnome panel &#8220;Add to Panel&#8230;&#8221; dialog.</p>
<p>I must say that from reading about the GnoMenu, and seeing the themes on <a href="http://www.gnome-look.org">Gnome-Look</a>, I was quite looking forward to the little panel applet. But after installing it I was disappointed.</p>
<p>First of all the GnoMenu catches your Windows key to open up.  I always hated that feature in Windows and I don&#8217;t want it in my Ubuntu. Especially since I&#8217;m using the Windows key as my main shortcut key: Windows 1-4 are my desktops, Windows-T is a terminal, Windows-E is Nautilus (yes, that&#8217;s a Windows shortcut).</p>
<p>Second, the thing just feel clunky. It&#8217;s kind of hard to explain, but it doesn&#8217;t feel smooth or elegant. I want my main menu to give me the feeling that I will find the application I&#8217;m looking for. GnoMenu gave me the feeling that it might take a while. Not only from the feel, but also because it&#8217;s just slow. When you start typing in the search field it takes ages before it shows you the application that you&#8217;re looking for.</p>
<p>I must admit that&#8217;s where I stopped testing. The GnoMenu is just not ready yet. It&#8217;s a nice idea, and the Gnome main menu is ready for an update for sure, but this is not the one.</p>
<p>I&#8217;ll just stick to Gnome-Do.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/12/14/gnomenu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installed wordpress 2.7</title>
		<link>http://martinnotes.com/2008/12/11/installed-wordpress-27/</link>
		<comments>http://martinnotes.com/2008/12/11/installed-wordpress-27/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 20:11:32 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Personal]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://martinnotes.com/?p=94</guid>
		<description><![CDATA[I just installed the new release of wordpress. The 2.7 is a major update from the 2.6 that I was running. The admin GUI improved a lot. Apparently it also supports gears now, I still have to try that.
The update is pretty smooth, just follow the guideline on wordpress. Don&#8217;t forget to update your wp-config.php [...]]]></description>
			<content:encoded><![CDATA[<p>I just installed the new release of wordpress. The 2.7 is a major update from the 2.6 that I was running. The admin GUI improved a lot. Apparently it also supports gears now, I still have to try that.</p>
<p>The update is pretty smooth, just follow <a href="http://codex.wordpress.org/Upgrading_WordPress">the guideline on wordpress</a>. Don&#8217;t forget to update your wp-config.php by hand, it <em>has</em> changed. I was stubborn and I didn&#8217;t remove the wp-admin and wp-includes directories before I upgraded. That doesn&#8217;t work; remove them.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/12/11/installed-wordpress-27/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ultimate Edition 2 review</title>
		<link>http://martinnotes.com/2008/11/16/ultimate-edition-2-review/</link>
		<comments>http://martinnotes.com/2008/11/16/ultimate-edition-2-review/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 11:21:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[review]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Ultimate edition]]></category>

		<guid isPermaLink="false">http://martinnotes.com/2008/11/16/ultimate-edition-2-review/</guid>
		<description><![CDATA[I must start by admitting that I only tested UE in VirtualBox and I have seen that booting from a CD makes Ubuntu less stable then fully installed.
That said: UE is not really special. It&#8217;s what it promises: Ubuntu with a lot of stuff already installed. The installed stuff ranges from a load of themes [...]]]></description>
			<content:encoded><![CDATA[<p>I must start by admitting that I only tested UE in VirtualBox and I have seen that booting from a CD makes Ubuntu less stable then fully installed.</p>
<p>That said: UE is not really special. It&#8217;s what it promises: Ubuntu with a lot of stuff already installed. The installed stuff ranges from a load of themes to five different development IDEs.</p>
<p>After booting, which was about as fast as Ubuntu booting from CD, UE shows a very techy desktop with a dark theme applied. And, OMG, a spinning mouse cursor. I thought we&#8217;d have passed that point by now. Aside from the visual part everything seems to be working just like Ubuntu does. The VirtualBox hardware is nicely recognized and supported.</p>
<p>Since I&#8217;m a theme fan I started by switching between themes, well, I switches a theme. At that point the Appearance Manager crashed and I was stuck with a half applied theme. Appearance Manager kept crashing so I had to restart X to make it work again. A really bad start for a review.</p>
<p>After the themes I started browsing through the applications. What I like is that it has some of the post install tasks already done: Gnome DO is already installed, AWN is already there, the CHM viewer, gDesklets and Screenlets (why?) all of them ready to use. And that&#8217;s only the Accessories section! There is so much software installed here, it tends to go after the Sony preinstalled Vista: who needs all this?</p>
<p>And that&#8217;s the central question in this distro: who needs this? There appears to be no direction in the installed software. Who will use gDesklets and Screenlets together? Why is aMSN and Empathy and Konversation and Kopete and Pidgin installed? Maybe the nedriest of nerds would need all of this to use the &#8216;best&#8217; for every task, but I think 99% of users will be more scared then happy by UE.</p>
<p>The only useful application I can come up with is to use UE as a test environment for applications. Since nearly every application known to mankind is installed and ready to use, it&#8217;s really easy to start VirtualBox and play with the installed app before deciding whether you&#8217;d want it on your own machine. But that&#8217;s a very limited application for a distro. Especially since Ubuntu offers the .deb based software installation and removal tools which makes experimenting with application really easy.</p>
<p>I&#8217;m rather disappointed in Ultimate Edition 2.0. I was expecting Ubuntu, but then done right: something special and daring. UE is not that, it&#8217;s a collection of preinstalled software that has no use in the real world.</p>
]]></content:encoded>
			<wfw:commentRss>http://martinnotes.com/2008/11/16/ultimate-edition-2-review/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
