<?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>Using Linux &#187; KDE</title>
	<atom:link href="http://tommykeswick.com/linux/category/kde/feed/" rel="self" type="application/rss+xml" />
	<link>http://tommykeswick.com/linux</link>
	<description>Documenting my day-to-day experience</description>
	<lastBuildDate>Sun, 06 Sep 2009 04:56:39 +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>Kubuntu/KDE annoyances</title>
		<link>http://tommykeswick.com/linux/2007/07/28/kubuntukde-annoyances/</link>
		<comments>http://tommykeswick.com/linux/2007/07/28/kubuntukde-annoyances/#comments</comments>
		<pubDate>Sat, 28 Jul 2007 21:54:07 +0000</pubDate>
		<dc:creator>Tommy Keswick</dc:creator>
				<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://tommykeswick.com/linux/2007/07/28/kubuntukde-annoyances/</guid>
		<description><![CDATA[I should have written this post up earlier when I was really frustrated. I should have at least kept more of a running list of annoyances. Also, it should be known that I don&#8217;t have anything against KDE users or supporters—I fully recognize that people can have personal preferences. These are just some things that [...]]]></description>
			<content:encoded><![CDATA[<p>I should have written this post up earlier when I was really frustrated. I should have at least kept more of a running list of annoyances. Also, it should be known that I don&#8217;t have anything against KDE users or supporters—I fully recognize that people can have personal preferences. These are just some things that bothered me when interacting with Kubuntu.</p>
<h3>Amarok keyboard shortcuts</h3>
<p>One of the biggest reasons that I decided to give Kubuntu a shot was that I used many KDE apps regularly, including Amarok. I&#8217;ve always found it sluggish in GNOME and thought maybe running it in its native KDE would help. It didn&#8217;t really. Even when I switched to a MySQL database instead of SQLite there was  still choking and freezing.</p>
<p>One of the biggest surprises to me was that they keyboard shortcut <code>Ctrl + Alt + V</code> in Amarok was overridden by Klipper, some sort of smart clipboard application. After a little tinkering, I was able to make it function in my preferred way, but the whole process just rubbed me the wrong way.</p>
<h3>USB drive mount settings</h3>
<p>Had I not been able to find a workaround for the following default behavoir, I would never consider using KDE again.</p>
<p>The setting for automounting USB drives when they are plugged into the machine automatically assigns <code>"shortname=lower"</code> to the drive. (I apologize for not having any clearer information or references, I&#8217;m writing this out of memory and don&#8217;t want to dig anything up.) This might only affect FAT32 filesystems, but that is what most USB flash drives are.</p>
<p>What this causes to happen is that one cannot create all UPPERCASE directory names on the drive. They are forced lowercase. Mixed case names are fine, it is only UPPERCASE that has a problem.</p>
<p>Well, I have a few directories that I want to be named in all uppercase, UCLA for example. The problem arose when I was using Unison, a file synchronization utility, between my hard disk and a flash drive. Through no fault of the program, my directories were being duplicated: one copy in all lowercase, and another copy in all uppercase, completely messing up my synchronization.</p>
<p>The only fix for this that I found was to call the GNOME automounter at startup so that it would recognize when I plugged in a USB drive and give it the right settings. I think when I did this though, it caused duplicate windows that presented options for the newly detected medium to appear instead of the normal single window.</p>
<p>So, in the end, after only a week of using Kubuntu I was longing for the simplicity of GNOME that I had grown used to without all the quirks that interrupted my daily routines. To be sure, there are still quite a few bumps in the road when using GNOME, but generally they do not seem to stop me in my tracks. Plus, we all appreciate familiarity, and that is what I&#8217;ve grown to have with GNOME on Ubuntu.</p>
]]></content:encoded>
			<wfw:commentRss>http://tommykeswick.com/linux/2007/07/28/kubuntukde-annoyances/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sudo apt-get install kubuntu-desktop</title>
		<link>http://tommykeswick.com/linux/2007/07/03/sudo-apt-get-install-kubuntu-desktop/</link>
		<comments>http://tommykeswick.com/linux/2007/07/03/sudo-apt-get-install-kubuntu-desktop/#comments</comments>
		<pubDate>Tue, 03 Jul 2007 21:36:38 +0000</pubDate>
		<dc:creator>Tommy Keswick</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://tommykeswick.com/linux/2007/07/03/sudo-apt-get-install-kubuntu-desktop/</guid>
		<description><![CDATA[So I ran that install command yesterday in Ubuntu. I felt like I really should try out Kubuntu because I find myself using many KDE applications more than their Gnome counterparts: Amarok, KTorrent, and most recently I&#8217;ve tried digiKam. They all seem to have far more functionality than the default programs in Ubuntu.
This seems to [...]]]></description>
			<content:encoded><![CDATA[<p>So I ran that install command yesterday in Ubuntu. I felt like I really should try out Kubuntu because I find myself using many KDE applications more than their Gnome counterparts: <a href="http://amarok.kde.org/">Amarok</a>, <a href="http://ktorrent.org/">KTorrent</a>, and most recently I&#8217;ve tried <a href="http://www.digikam.org/">digiKam</a>. They all seem to have far more functionality than the default programs in Ubuntu.</p>
<p>This seems to be the common knowledge among users as well. KDE and its native applications are more feature-packed than Gnome and its native applications, but therefore they are more complicated and not necessarily recommended for beginners.</p>
<p>Upon startup of my KDE session I was a bit wary because I had grown accustomed to the nice, clean, simple design of the default Gnome desktop in Ubuntu. I&#8217;m sure that wariness will fade in time.</p>
<p>More later, when I have had a chance to play around a bit.</p>
]]></content:encoded>
			<wfw:commentRss>http://tommykeswick.com/linux/2007/07/03/sudo-apt-get-install-kubuntu-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
