<?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>Fusselwurm &#187; kde</title>
	<atom:link href="http://www.fusselwurm.de/wp/tag/kde/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fusselwurm.de/wp</link>
	<description>geek licence revoked</description>
	<lastBuildDate>Tue, 13 Apr 2010 10:09:49 +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>switch to Arch Linux</title>
		<link>http://www.fusselwurm.de/wp/2010/03/23/switch-to-arch-linux/</link>
		<comments>http://www.fusselwurm.de/wp/2010/03/23/switch-to-arch-linux/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 07:54:35 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[kde]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=345</guid>
		<description><![CDATA[I installed Arch Linux some days ago. &#8211; I&#8217;ve been getting used to (K)Ubuntu&#8217;s everything-just-works magic recently, but having to do some things on my own is more refreshing than it is annoying. Here&#8217;s my personal list of things I had to do manually, not counting application package installs like firefox/chromium, amarok et al (to [...]]]></description>
			<content:encoded><![CDATA[<p>I installed Arch Linux some days ago. &#8211; I&#8217;ve been getting used to (K)Ubuntu&#8217;s everything-just-works magic recently, but having to do some things on my own is more refreshing than it is annoying.</p>
<p>Here&#8217;s my personal list of things I had to do manually, not counting application package installs like firefox/chromium, amarok et al (to be extended):</p>
<ul>
<li>create a new user and make home dir</li>
<li>install KDE and Xorg (the latter <em>not</em> being pulled automatically when installing KDE!)
<pre class="brush: bash;">
pacman -yS kde xorg
</pre>
<p>then, set the default runlevel to &#8220;boot to X&#8221; and set the X window manager to kdm in /etc/inittab
</li>
<li>make the scroll area of my touchpad work:
<pre class="brush: bash;">
pacman -S xf86-input-synaptics
cp /usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi /etc/hal/fdi/policy/
</pre>
<p>and after that, editing /etc/hal/fdi/policy/11-x11-synaptics.fdi
</li>
<li>set the bash option to make &#8220;ls&#8221; display different things in different colors:
<pre class="brush: bash;">
echo &quot;alias ls='ls --color=auto' &quot; &gt;&gt; ~/.bashrc
</pre>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2010/03/23/switch-to-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>note to self: javascript plasmoids</title>
		<link>http://www.fusselwurm.de/wp/2009/10/31/note-to-self-javascript-plasmoids/</link>
		<comments>http://www.fusselwurm.de/wp/2009/10/31/note-to-self-javascript-plasmoids/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 11:12:08 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[blah]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[plasma]]></category>
		<category><![CDATA[plasmoid]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=281</guid>
		<description><![CDATA[When trying to add a javascript plasmoid to the KDE Destop (kubuntu 9.10 aka karmic), it showed only this message: Could not create a javascript ScriptEngine Very helpful indeed. Turns out I had to install the package plasma-scriptengine-javascript .]]></description>
			<content:encoded><![CDATA[<p>When trying to add a javascript plasmoid to the KDE Destop (kubuntu 9.10 aka karmic), it showed only this message:</p>
<blockquote><p><code>Could not create a javascript ScriptEngine</code></p></blockquote>
<p>Very helpful indeed.<br />
Turns out I had to install the package <code>plasma-scriptengine-javascript</code> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2009/10/31/note-to-self-javascript-plasmoids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>direct speech highlighting for reading books</title>
		<link>http://www.fusselwurm.de/wp/2009/05/21/direct-speech-highlighting-for-reading-books/</link>
		<comments>http://www.fusselwurm.de/wp/2009/05/21/direct-speech-highlighting-for-reading-books/#comments</comments>
		<pubDate>Thu, 21 May 2009 13:14:10 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[highlighting]]></category>
		<category><![CDATA[kate]]></category>
		<category><![CDATA[katepart]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[txt]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=214</guid>
		<description><![CDATA[I&#8217;m reading a book, and it&#8217;s, well, a plain text file. The lack of structure bothers me. I&#8217;m using Kate, and Kate offers a simple way of adding syntax highlighting. So I wrote a very small highlighting definition for Kate, which allows me to view quotes in a slightly different color (provided that actual quotation [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m reading a book, and it&#8217;s, well, a plain text file. The lack of structure bothers me.<br />
I&#8217;m using Kate, and Kate offers <a href="http://kate-editor.org/article/writing_a_kate_highlighting_xml_file">a simple way</a> of adding syntax highlighting.<br />
So I wrote a <a href="http://www.fusselwurm.de/wp/wp-content/uploads/2009/05/ebook_txt.xml">very small highlighting definition for Kate</a>, which allows me to view quotes in a slightly different color (provided that actual quotation marks are used, not apostrophes). Yes, it does nested quotes.<br />
I may improve it sometime, but for now I&#8217;m happy.</p>
<p>Usage: </p>
<p>copy the <a href="http://www.fusselwurm.de/wp/wp-content/uploads/2009/05/ebook_txt.xml">file</a> to ~/.kde/share/apps/katepart/syntax/<br />
In Kate, select Extras->Highlighting->Other->eBook txt</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2009/05/21/direct-speech-highlighting-for-reading-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
