<?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>New Adventures in Technology &#187; Ubuntu</title>
	<atom:link href="http://teknostatik.co.uk/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://teknostatik.co.uk</link>
	<description>Musings on music, computers and other things</description>
	<lastBuildDate>Sat, 24 Jul 2010 07:43:05 +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>Setting up a quick and easy virtual web server</title>
		<link>http://teknostatik.co.uk/2010/01/23/setting-up-a-quick-and-easy-virtual-web-server/</link>
		<comments>http://teknostatik.co.uk/2010/01/23/setting-up-a-quick-and-easy-virtual-web-server/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 09:08:40 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://teknostatik.co.uk/?p=735</guid>
		<description><![CDATA[I did a fair bit of work on this about a year ago, and then never got round to writing it up. What I was trying to achieve was to have a minimal virtual server running in VirtualBox, which could &#8230; <a href="http://teknostatik.co.uk/2010/01/23/setting-up-a-quick-and-easy-virtual-web-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I did a fair bit of work on this about a year ago, and then never got round to writing it up. What I was trying to achieve was to have a minimal virtual server running in VirtualBox, which could been seen from the outside world and would appear to all extent and purposes to be a real physical machine.</p>
<p>Start off by creating a new VM. I went with a totally stripped down installation of Ubuntu (from the alternative CD), adding just <code>openssh-server</code> and <code>apache2</code> to the default install. I called it Ubuntu Minimal (the name will become important later).</p>
<p>Boot up the new VM, and then on the host machine enter the following commands (replacing the name of the VM with what you decided to call yours):</p>
<p><code>VBoxManage setextradata "Ubuntu Minimal" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/HostPort" 2222<br />
VBoxManage setextradata "Ubuntu Minimal" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/GuestPort" 22<br />
VBoxManage setextradata "Ubuntu Minimal" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/ssh/Protocol" TCP<br />
VBoxManage setextradata "Ubuntu Minimal" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/apache2/HostPort" 8008<br />
VBoxManage setextradata "Ubuntu Minimal" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/apache2/GuestPort" 80<br />
VBoxManage setextradata "Ubuntu Minimal" "VBoxInternal/Devices/pcnet/0/LUN#0/Config/apache2/Protocol" TCP</code></p>
<p>Power down the VM, start it up again, and then you should be able to ssh into it on port 2222 and pull up apache&#8217;s &#8220;it works!&#8221; page by browsing to http://localhost:8008. At that point you can install web apps and do whatever else you want with the server.</p>
<p>It doesn&#8217;t take up a great deal of memory, so you could probably have a couple of these running on most computers without any obvious performance degradation.</p>
]]></content:encoded>
			<wfw:commentRss>http://teknostatik.co.uk/2010/01/23/setting-up-a-quick-and-easy-virtual-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sensible window sizes on Dell&#8217;s version of Ubuntu</title>
		<link>http://teknostatik.co.uk/2009/08/23/sensible-window-sizes-on-dells-version-of-ubuntu/</link>
		<comments>http://teknostatik.co.uk/2009/08/23/sensible-window-sizes-on-dells-version-of-ubuntu/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 17:14:05 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dell mini]]></category>

		<guid isPermaLink="false">http://teknostatik.co.uk/?p=667</guid>
		<description><![CDATA[I love my Dell Mini, but there are a couple of &#8220;features&#8221; added by Dell that drive me mad. One of these is called Maximus. It&#8217;s an application that tells any window that opens on the desktop to open full-screen. &#8230; <a href="http://teknostatik.co.uk/2009/08/23/sensible-window-sizes-on-dells-version-of-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I love my Dell Mini, but there are a couple of &#8220;features&#8221; added by Dell that drive me mad. One of these is called Maximus. It&#8217;s an application that tells any window that opens on the desktop to open full-screen. It&#8217;s particularly annoying with applications I&#8217;ve added myself (like Empathy), as the default applications seem preconfigured to ignore it. I&#8217;ve had a poke around in gconf-editor (install it with <code>sudo apt-get install gconf-editor</code> if it doesn&#8217;t exist already), and the key that needs editing is called <code>/apps/maximus/exclude_class</code> (see below for details):</p>
<p><img class="alignnone size-full wp-image-677" title="Screenshot" src="http://teknostatik.co.uk/wp-content/uploads/2009/08/Screenshot.png" alt="Screenshot" width="446" height="123" /></p>
<p>It&#8217;s basically a list of applications that open with the same window size they closed with rather than open in full-screen.</p>
<p>Double click on the key, and you should get the following dialogue:</p>
<p><img class="alignnone size-full wp-image-668" title="Screenshot-Edit Key" src="http://teknostatik.co.uk/wp-content/uploads/2009/08/Screenshot-Edit-Key.png" alt="Screenshot-Edit Key" width="331" height="392" /></p>
<p>Click on the plus button, and add whatever applications you need as shown below:</p>
<p><img class="alignnone size-full wp-image-669" title="Screenshot-Add New List Entry" src="http://teknostatik.co.uk/wp-content/uploads/2009/08/Screenshot-Add-New-List-Entry.png" alt="Screenshot-Add New List Entry" width="285" height="115" /></p>
<p>Then click on OK. Next time you open the applications in question they should honour your desired window size.</p>
]]></content:encoded>
			<wfw:commentRss>http://teknostatik.co.uk/2009/08/23/sensible-window-sizes-on-dells-version-of-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Piping fortune into twidge</title>
		<link>http://teknostatik.co.uk/2009/08/13/piping-fortune-into-twidge/</link>
		<comments>http://teknostatik.co.uk/2009/08/13/piping-fortune-into-twidge/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 11:23:27 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Web Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[twidge]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://teknostatik.co.uk/?p=659</guid>
		<description><![CDATA[fortune &#124; twidge update actually works as expected. Add cron to the mix, and you can automate random utterances to appear on twitter when you are away from your computer or otherwise engaged. More an amusement than anything useful, but &#8230; <a href="http://teknostatik.co.uk/2009/08/13/piping-fortune-into-twidge/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><code>fortune | twidge update</code> actually works as expected. Add cron to the mix, and you can automate random utterances to appear on twitter when you are away from your computer or otherwise engaged.</p>
<p>More an amusement than anything useful, but it killed 5 minutes of my lunchtime.</p>
<p>(I wrote more about twidge <a href="http://teknostatik.co.uk/?p=653">here</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://teknostatik.co.uk/2009/08/13/piping-fortune-into-twidge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Ubuntu 8.04 to OpenOffice.org 3.1</title>
		<link>http://teknostatik.co.uk/2009/07/27/upgrading-ubuntu-8-04-to-openoffice-org-3-1/</link>
		<comments>http://teknostatik.co.uk/2009/07/27/upgrading-ubuntu-8-04-to-openoffice-org-3-1/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 17:08:01 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dell mini]]></category>
		<category><![CDATA[OpenOffice.org]]></category>

		<guid isPermaLink="false">http://teknostatik.co.uk/?p=650</guid>
		<description><![CDATA[This guide has all the required info, and worked like a charm on my netbook running 8.04 and my laptop running 9.04 (although it was simpler than the guide suggests in both cases). I&#8217;ll hopefully write a more comprehensive guide &#8230; <a href="http://teknostatik.co.uk/2009/07/27/upgrading-ubuntu-8-04-to-openoffice-org-3-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://news.softpedia.com/news/How-to-Install-OpenOffice-org-3-1-on-Ubuntu-9-04-111105.shtml">This guide</a> has all the required info, and worked like a charm on my netbook running 8.04 and my laptop running 9.04 (although it was simpler than the guide suggests in both cases). I&#8217;ll hopefully write a more comprehensive guide at some point soon, because I think 3.1 is something that people should consider upgrading to.</p>
<p>I&#8217;m really not noticing the fact that I&#8217;m running 8.04 on my Dell Mini, largely because I&#8217;ve upgraded most of what I use regularly to later versions.</p>
]]></content:encoded>
			<wfw:commentRss>http://teknostatik.co.uk/2009/07/27/upgrading-ubuntu-8-04-to-openoffice-org-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rules and reward in voluntary communities</title>
		<link>http://teknostatik.co.uk/2009/02/20/rules-and-reward-in-voluntary-communities/</link>
		<comments>http://teknostatik.co.uk/2009/02/20/rules-and-reward-in-voluntary-communities/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 09:47:55 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Camarilla]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[communities]]></category>
		<category><![CDATA[iod]]></category>

		<guid isPermaLink="false">http://teknostatik.co.uk/?p=571</guid>
		<description><![CDATA[I&#8217;ve been involved with various voluntary communities and societies over the years, and have always been interested in how they regulate and reward their members without there being any sort of financial reward mechanism. I&#8217;m quite lucky to move in &#8230; <a href="http://teknostatik.co.uk/2009/02/20/rules-and-reward-in-voluntary-communities/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been involved with various voluntary communities and societies over the years, and have always been interested in how they regulate and reward their members without there being any sort of financial reward mechanism.</p>
<p>I&#8217;m quite lucky to move in circles where financial reward is not the only motivating factor. Everyone needs to eat, but there is also a strong need to create, to help people, to be seen as being useful and to participate in something greater than one person could create on their own. These things motivate me quite a lot, and actually contribute towards why I like my day job so much. But the problem with everything I&#8217;ve mentioned is that is doesn&#8217;t work for everyone. Just like in the world of work, people need a number to associate with the contribution they make. This is usually represented by pay, but in the voluntary sector there has to be something else, which is why a lot of organisations develop a system to reward members with &#8220;points&#8221; that represent their standing in the society, and may also allow them access to other benefits.</p>
<p>I&#8217;m currently involved with both the <a href="http://www.ubuntu.com">Ubuntu</a> community (in particular the <a href="https://launchpad.net/">Launchpad</a> bug reporting and support software) and <a href="http://www.camarilla.org.uk">Camarilla UK</a> (a live role-playing society), both of whom use some sort of non-financial reward mechanism. Launchpad has a karma system, where each time you deal with a bug or answer a question you get points (and more points if the end user agrees that you have indeed sorted their problem). Karma is listed on the profile of each member, so you can get a vague idea of how much each person has contributed. People who do a lot get thanked, talked about, and generally revered, which makes people feel like their contribution means something. Camarilla UK has a similar mechanism called Membership Class (MC) where people get points for everything above and beyond just turning up and playing games. MC can be used to have a more powerful starting character on the understanding that if you abuse it then you will lose both the character and some MC. In both systems it is assumed that members with a higher &#8220;score&#8221; will mentor newer members, and should act in a way befitting of a senior member of a community.</p>
<p>And that is where rules come in.</p>
<p>In the working world it is fairly straightforward. We have job descriptions and codes of conduct, and if we don&#8217;t adhere to them then we lose our jobs. In the voluntary sector there is no financial reward, but there still needs to be an expected standard of conduct and behaviour. Both societies I work with have a code of conduct, and both have roles and positions to which people can be appointed or elected to. So in some ways it works exactly like a job; just without the money. The one big difference is that Ubuntu doesn&#8217;t force people to sign the Code of Conduct (although there are certain things you can&#8217;t do until you&#8217;ve signed), whereas you can&#8217;t be a member of Camarilla UK without agreeing to abide by a (fairly common sense) set of rules. Both Codes of Conduct are very similar (Be excellent to everyone and don&#8217;t cause problems being the main themes), and they act more as a set of guidelines than a set of rules.</p>
<p>It could be said that we don&#8217;t need these things, but if you look at the number of societies that have folded due to internal squabbling or people not knowing where they stand then it is quite easy to see that we need rules and we need a way of saying &#8220;thank you&#8221; to people who give their time and their effort for free. I&#8217;ve certainly felt more involved in societies that have these things, but there is one more thing that is needed; great people who instill a sense of community and belonging with everything they contribute. Because let&#8217;s face it, one of the reasons we do these things is to meet other like minded people who understand that it is possible to thrive in a society that is not motivated by money.</p>
]]></content:encoded>
			<wfw:commentRss>http://teknostatik.co.uk/2009/02/20/rules-and-reward-in-voluntary-communities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using wcid instead of NetworkManager on Ubuntu 8.10</title>
		<link>http://teknostatik.co.uk/2009/01/26/using-wcid-instead-of-networkmanager-on-ubuntu-810/</link>
		<comments>http://teknostatik.co.uk/2009/01/26/using-wcid-instead-of-networkmanager-on-ubuntu-810/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 19:57:12 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[EeePC]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wicd]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://teknostatik.co.uk/?p=539</guid>
		<description><![CDATA[This post came about due to an issue with NetworkManager connecting to our wpa-enterprise authenticated network at work, but demonstrates that there is more than one choice when it comes to almost everything on Linux. It&#8217;s not too fiddly, and &#8230; <a href="http://teknostatik.co.uk/2009/01/26/using-wcid-instead-of-networkmanager-on-ubuntu-810/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This post came about due to an issue with NetworkManager connecting to our wpa-enterprise authenticated network at work, but demonstrates that there is more than one choice when it comes to almost everything on Linux. It&#8217;s not too fiddly, and I&#8217;ll hopefully have a rebuild of Ubuntu incorporating these changes within 24 hours.</p>
<p>First off, you need to add a line to your sources list, by issuing the following command:</p>
<p><code>sudo nano /etc/apt/sources.list</code></p>
<p>Add the following line at the bottom of the file:</p>
<p><code>deb http://apt.wicd.net intrepid extras</code></p>
<p>Then press ctrl+o to save and then ctrl+x to quit and then issue the following command:</p>
<p><code>sudo apt-get update &amp;&amp; sudo apt-get install wcid</code></p>
<p>This will download <a href="http://wicd.sourceforge.net/">wcid </a>(a network management tool that doesn&#8217;t suffer issues connecting to enterprise level networks), uninstall NetworkManager and then install wcid. At some point in this process you will lose network connectivity, but this is fine.</p>
<p>To make wcid start at boot, go to System &gt; Preferences &gt; Sessions and add a new item to startup. The path for the application is:</p>
<p><code>/opt/wicd/tray.py</code></p>
<p>Reboot, and you should find that wcid adds an applet similar to nm-applet which will allow you to view available networks, and connect and configure them. I&#8217;ve tested this with my EeePC 701 and an Acer Aspire One (both running Ubuntu 8.10), and it is known to work (with a bit of tweaking) on Fedora 10 as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://teknostatik.co.uk/2009/01/26/using-wcid-instead-of-networkmanager-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a totally up to date bootable USB version of Ubuntu</title>
		<link>http://teknostatik.co.uk/2009/01/09/how-to-make-a-totally-up-to-date-bootable-usb-version-of-ubuntu/</link>
		<comments>http://teknostatik.co.uk/2009/01/09/how-to-make-a-totally-up-to-date-bootable-usb-version-of-ubuntu/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 15:03:18 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[uck]]></category>

		<guid isPermaLink="false">http://teknostatik.co.uk/?p=512</guid>
		<description><![CDATA[I&#8217;ve written these instructions (371.6 KB PDF) for work, but think they might be useful in all sorts of other situations. Basically it boils down to: Use Ubuntu Customization Kit to update all the packages in Ubuntu and add/remove packages &#8230; <a href="http://teknostatik.co.uk/2009/01/09/how-to-make-a-totally-up-to-date-bootable-usb-version-of-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written <a href="http://teknostatik.co.uk/uck_instructions.pdf">these instructions</a> (371.6 KB PDF) for work, but think they might be useful in all sorts of other situations.</p>
<p>Basically it boils down to:</p>
<ol>
<li>Use <a href="http://uck.sourceforge.net/">Ubuntu Customization Kit</a> to update all the packages in Ubuntu and add/remove packages as required.</li>
<li>Use the USB creating tool in Ubuntu 8.10 to transfer your newly created iso to USB.</li>
</ol>
<p>On my USB I&#8217;ve also added several <a href="http://portableapps.com/">portable apps</a>, so as to ensure I&#8217;ve got everything I need for remote support of misbehaving Windows PCs.</p>
<p>Of course, you could just make the USB version first and then customise it using the free space on the USB, but this method allows you to remove software before transfering it to USB, which makes it useful for smaller devices (and for the sort of customised image you might want to install to a netbook).</p>
]]></content:encoded>
			<wfw:commentRss>http://teknostatik.co.uk/2009/01/09/how-to-make-a-totally-up-to-date-bootable-usb-version-of-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thoughts on KDE4</title>
		<link>http://teknostatik.co.uk/2008/12/29/thoughts-on-kde4/</link>
		<comments>http://teknostatik.co.uk/2008/12/29/thoughts-on-kde4/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 22:56:18 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[mandriva]]></category>
		<category><![CDATA[kde4]]></category>

		<guid isPermaLink="false">http://teknostatik.co.uk/?p=474</guid>
		<description><![CDATA[I&#8217;ve made an effort over the Christmas break to try as many new (or long-unused) software packages. This is party to ensure that I stay up to date (I can just about justify not knowing the inner workings of Vista, &#8230; <a href="http://teknostatik.co.uk/2008/12/29/thoughts-on-kde4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made an effort over the Christmas break to try as many new (or long-unused) software packages. This is party to ensure that I stay up to date (I can just about justify not knowing the inner workings of Vista, but not being able to configure Kmail is just embarrassing), but also because I will soon be buying a new main computer, and am still undecided as to what OS to run on it.</p>
<p>My usual working environment revolves around the Gnome Desktop Environment, running on either Ubuntu or Mandriva. I&#8217;m also a regular user of Mac OS X (both Tiger and Leopard), as well as Windows XP which I have to use for a couple of tasks at work. I&#8217;ve not used KDE regularly for over 4 years, and have not used it for more than 5 minutes since KDE4 came out. To rectify this shortcoming, I&#8217;ve now set up two test environments:</p>
<ol>
<li>A fresh install of Mandriva One 2009 (KDE version) on a 6 year old HP laptop which has a flaky wireless card and a broken trackpad (but which is surprisingly fast otherwise).</li>
<li>My usual Ubuntu laptop with the kubuntu-desktop metapackage installed on top of what is already there.</li>
</ol>
<p>The way KDE4 is set up varies a lot between the two distros, so some of my observations apply to one or the other:</p>
<p>I like the overall sense of minimalism. Previously KDE seemed cluttered, and both distros have done away with the clutter to a greater or lesser degree. Kubuntu have made no preconceptions about what users might want on the taskbar, choosing instead to just have a menu icon and a very useful file management widgit. Mandriva have put shortcuts to configuring desktop and computer (both very useful), as well as a “show desktop” icon and a shortcut to Firefox. All of these work, but as with Gnome I find myself wanting to add my own frequently used applications (in Gnome I always add Firefox, Thunderbird and Gnome Terminal to the top taskbar as soon as I do a fresh install).</p>
<p>Mandriva have chosen to go with a KDE3 style menu, while Kubuntu go with the KDE4 default. Both are fairly instinctive, but I had a little trouble finding Dolphin on Mandriva, and was a little baffled that Kubuntu doesn&#8217;t seem to have decided whether Dolphin or Konqueror should be used as a file manager (which is a shame because I&#8217;m really taken with Dolphin).</p>
<p>Configuring Kmail was very different in each distro, which confused me, but both were at least as simple as Evolution, and I had no problem setting up my email, and performing a few basic tasks.</p>
<p>The look and feel of both distros is excellent, and they certainly look prettier than anything I&#8217;m running at present. I can certainly make Gnome look this good, but out-of-the box KDE is more aesthetically appealing.</p>
<p>My only real gripe is with Plasma; both the annoying Folder View that comes as default, and also the fact that adding or removing widgits can cause random crashes. It&#8217;s useful, but just doesn&#8217;t seem finished to me.</p>
<p>I think KDE4 has the potential to be really good in about 6 months time, and I&#8217;d certainly recommend it to anyone coming to Linux from Windows. I also think both Mandriva and Kubuntu have taken KDE in interesting (but very different) directions, and I find myself wanting to see how other distros have implemented it now.</p>
]]></content:encoded>
			<wfw:commentRss>http://teknostatik.co.uk/2008/12/29/thoughts-on-kde4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
