<?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>gauda.de &#187; KDE</title>
	<atom:link href="http://www.gauda.de/category/ubuntu/kde/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gauda.de</link>
	<description>The work of Johannes Leers - a webworker from Siegen, Germany</description>
	<lastBuildDate>Tue, 15 Sep 2009 23:04:43 +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>Gotchas, Bugs and their Fixes in Kubuntu Jaunty Jackalope (9.4)</title>
		<link>http://www.gauda.de/ubuntu/gotchas-bugs-and-their-fixes-in-kubuntu-jaunty-jackalope-94/</link>
		<comments>http://www.gauda.de/ubuntu/gotchas-bugs-and-their-fixes-in-kubuntu-jaunty-jackalope-94/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 19:10:38 +0000</pubDate>
		<dc:creator>Johannes Leers</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[fix]]></category>

		<guid isPermaLink="false">http://www.gauda.de/?p=65</guid>
		<description><![CDATA[Here are my experiences with the brand new Kubuntu Jaunty Jackalope. Of course there are some bugs to fix:

Some parts of KDE aren&#8217;t repainted. This is a really annoying bug. I don&#8217;t know how to describe it so just take a look at the following screenshot
This bug is not really reproducable and I am not [...]]]></description>
			<content:encoded><![CDATA[<p>Here are my experiences with the brand new Kubuntu Jaunty Jackalope. Of course there are some bugs to fix:</p>
<ul>
<li><strong>Some parts of KDE aren&#8217;t repainted.</strong> This is a really annoying bug. I don&#8217;t know how to describe it so just take a look at the following screenshot:<div id="attachment_76" class="wp-caption aligncenter" style="width: 510px"><img src="http://www.gauda.de/wordpress/wp-content/uploads/kde-bug.png" alt="KDE display bug" title="KDE display bug" width="500" height="81" class="size-full wp-image-76" /><p class="wp-caption-text">KDE display bug</p></div><br />
This bug is not really reproducable and I am not sure who to blame for this <img src='http://www.gauda.de/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  but at least there is a <a href="http://bugs.kde.org/show_bug.cgi?id=147728">bugfix</a>: Just change the style from Oxygen to something else. I like QtCurve!</li>
<li><strong>Make double screen work.</strong> Well, I am running an ATI graphics card here on my notebook with the radeon driver:<br />
<code>$ lspci | grep VGA<br />
01:00.0 VGA compatible controller: ATI Technologies Inc M64-S [Mobility Radeon X2300]</code><br />
Double screen works well if you add the <code>Virtual</code> entry to your xorg.conf:
<pre class="prettyprint">Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
        SubSection "Display"
                Virtual 3120 1050
        EndSubSection
EndSection</pre>
<p>. Just sum the widths of your screens as the first parameter and the height of your highest screen as the second one. After this you can move one screen next to the other with: <code>xrandr --output DVI-0 --right-of LVDS</code></li>
<li><strong>Use auth_method: config with phpmyadmin</strong>: Entering this:
<pre class="prettyprint">
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'foobar';</pre>
<p> in <code>/etc/phpmyadmin/config.inc.php</code> doen&#8217;t work as it is ignored completely. I don&#8217;t know why, but when you enter
<pre class="prettyprint">$dbname='foo';</pre>
<p> in <code>/etc/phpmyadmin/config-db.php</code> it works!
</li>
<li>Make sure you check out my post <a href="http://www.gauda.de/ubuntu/gotchas-in-kubuntu-hardy-heron/">Gotchas, Bugs and their Fixes in Kubuntu Hardy Heron (8.4)</a> since some of the points mentioned there are still applicable!</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gauda.de/ubuntu/gotchas-bugs-and-their-fixes-in-kubuntu-jaunty-jackalope-94/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gotchas, Bugs and their Fixes in Kubuntu Hardy Heron (8.4)</title>
		<link>http://www.gauda.de/ubuntu/gotchas-in-kubuntu-hardy-heron/</link>
		<comments>http://www.gauda.de/ubuntu/gotchas-in-kubuntu-hardy-heron/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 10:49:10 +0000</pubDate>
		<dc:creator>Johannes Leers</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[fix]]></category>

		<guid isPermaLink="false">http://www.gauda.de/?p=34</guid>
		<description><![CDATA[Two weeks I installed the brand new Kubuntu Hardy Heron. I found some Bugs and their fixes I want to share:

Using an ATI graphics card the X server crashes after logout of KDE, a black screen is all that remains. All you can do now is strg+alt+del: I found the bugfix in launchpad, nice way!
Well, [...]]]></description>
			<content:encoded><![CDATA[<p>Two weeks I installed the brand new Kubuntu Hardy Heron. I found some Bugs and their fixes I want to share:</p>
<ul>
<li>Using an ATI graphics card the X server crashes after logout of KDE, a black screen is all that remains. All you can do now is <code>strg+alt+del</code>: I found the bugfix in <a href="http://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/181343/comments/27">launchpad</a>, nice way!</li>
<li>Well, the next bug is not new to hardy heron, but at least very annoying. Having some samba filesystem mounted the reboot/ shutdown process lasts longer as expected. When you disable the splash screen you can read the message <code>CIFS VFS: no response for cmd 50...</code>. I found the solution here: <a href="http://whereofwecannotspeak.wordpress.com/2007/12/25/unmount-samba-filesystems-before-shutdown-or-reboot/">Unmount Samba filesystems before shutdown or reboot</a>.</li>
<li><a href="http://www.getfirebug.com/">Firebug</a> eats the processor: Just install the package <code>firebug</code> instead of the addon: <code>sudo aptitude install firebug</code></li>
<li>If you want to use Firefox 3 as your browser, install <code>gtk2-engines-qtcurve</code>, go to System Settings/ Appearance/ GTK Styles and fonts and set <code>Use another style</code>: <code>QtCurve</code>, to eliminate the <a href="http://bugs.launchpad.net/ubuntu/+source/firefox-3.0/+bug/194624">checkbox and radiobox rendering issue</a>.</li>
<li>Sending files from your Nokia phone to the pc doesn&#8217;t work: Just <a href="http://bugs.launchpad.net/ubuntu/+source/obex-data-server/+bug/211252/comments/42">downgrade the bluez-utils</a> package to fix this.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gauda.de/ubuntu/gotchas-in-kubuntu-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
