<?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>Andreas Schneider &#187; KDE</title>
	<atom:link href="http://blog.cynapses.org/tag/kde/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cynapses.org</link>
	<description>a cosmological pedestrian</description>
	<lastBuildDate>Tue, 23 Feb 2010 10:17:36 +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>kio_sftp rewrite upstream</title>
		<link>http://blog.cynapses.org/2009/08/11/kio_sftp-rewrite-upstream/</link>
		<comments>http://blog.cynapses.org/2009/08/11/kio_sftp-rewrite-upstream/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 15:05:58 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[kio]]></category>
		<category><![CDATA[libssh]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=114</guid>
		<description><![CDATA[I've commited my kio_sftp rewrite to KDE trunk today. The patch for KDE 4.3 if you want to test it is available here. You need libssh 0.3.2 to get it working but I suggest to use the libssh v0-3 git branch which has fixes found by kio_sftp testers. Thanks to all of them!]]></description>
			<content:encoded><![CDATA[<p>I've <a href="http://websvn.kde.org/?view=rev&#038;revision=1010049">commited</a> my kio_sftp rewrite to KDE trunk today. The patch for KDE 4.3 if you want to test it is available <a href="http://www.cynapses.org/tmp/patches/kde/kio_sftp_rewrite.patch">here</a>. You need libssh 0.3.2 to get it working but I suggest to use the libssh v0-3 git branch which has fixes found by kio_sftp testers. Thanks to all of them!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2009/08/11/kio_sftp-rewrite-upstream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack Week: kio_sftp in action!</title>
		<link>http://blog.cynapses.org/2009/07/24/kio_sftp-in-action/</link>
		<comments>http://blog.cynapses.org/2009/07/24/kio_sftp-in-action/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 16:45:16 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=101</guid>
		<description><![CDATA[The openSUSE Hackweek is over and I have a working kio_sftp implementation using libssh. There is still work which needs to be done. I have to cleanup the code and test all the features (resume of files, recursive deletion). Today I've copied successfully the first files to my webserver! I've uploaded the two files to [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://news.opensuse.org/2009/07/08/hack-week-iv-approaches/">openSUSE Hackweek</a> is over and I have a working kio_sftp implementation using <a href="http://www.libssh.org/">libssh</a>. There is still work which needs to be done. I have to cleanup the code and test all the features (resume of files, recursive deletion). Today I've copied successfully the first files to my webserver!</p>
<p><a href="http://blog.cynapses.org/wp-content/uploads/2009/07/kio_sftp1.png" target="_blank"><img src="http://blog.cynapses.org/wp-content/uploads/2009/07/kio_sftp1-300x175.png" alt="kio_sftp" title="kio_sftp in action" width="300" height="175" class="size-medium wp-image-102" /></a></p>
<p>I've uploaded the two files to my webspace, <a href="http://www.cynapses.org/tmp/patches/kde/">here</a>. Remeber that it's not finished yet! You need libssh's v0-3 git branch to get it working. I've found serveral bugs during the week. I will release libssh 0.3.2 next week.</p>
<p>Thanks to Dirk Müller who answered all my question and helped me with the KDE stuff.</p>
<p>Benchmarks will follow soon too.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2009/07/24/kio_sftp-in-action/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>kio_sftp authentication with libssh works</title>
		<link>http://blog.cynapses.org/2009/07/21/kio_sftp-authentication-with-libssh-works/</link>
		<comments>http://blog.cynapses.org/2009/07/21/kio_sftp-authentication-with-libssh-works/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 12:24:49 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=96</guid>
		<description><![CDATA[I've got the fingerprint verification and authentication with public key and keyboard interactive working. There is still a dialog missing for special interactive questions, but the normal user stuff works just fine.]]></description>
			<content:encoded><![CDATA[<p>I've got the fingerprint verification and authentication with public key and keyboard interactive working. There is still a dialog missing for special interactive questions, but the normal user stuff works just fine.</p>
<p><a href="http://blog.cynapses.org/wp-content/uploads/2009/07/kio_sftp.png" target=_blank"><img class="alignnone size-thumbnail wp-image-97" title="kio_sftp" src="http://blog.cynapses.org/wp-content/uploads/2009/07/kio_sftp-150x150.png" alt="kio_sftp" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2009/07/21/kio_sftp-authentication-with-libssh-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kio_sftp using libssh</title>
		<link>http://blog.cynapses.org/2009/07/20/kio_sftp-using-libssh/</link>
		<comments>http://blog.cynapses.org/2009/07/20/kio_sftp-using-libssh/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:50:07 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[SFTP]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=94</guid>
		<description><![CDATA[I wanted to reimplement kio_sftp with libssh since some month. This week is another openSUSE Hack Week. I'm in the SUSE office in Nürnberg with some KDE developers. Dirk Müller helps me with the implementation. I'm normally not a C++ developer so it is a good oppurtunity to get help and things done. More on [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to reimplement kio_sftp with <a href="http://www.libssh.org/">libssh</a> since some month. This week is another openSUSE Hack Week. I'm in the SUSE office in Nürnberg with some KDE developers. Dirk Müller helps me with the implementation. I'm normally not a C++ developer so it is a good oppurtunity to get help and things done. More on Wednesday. The weather will be good tommorow so I plan to go climbing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2009/07/20/kio_sftp-using-libssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phonon and amarok wakeups</title>
		<link>http://blog.cynapses.org/2008/12/29/amarok-phonon-wakeups/</link>
		<comments>http://blog.cynapses.org/2008/12/29/amarok-phonon-wakeups/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 09:13:14 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SUSE]]></category>
		<category><![CDATA[ALSA]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Sound]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=43</guid>
		<description><![CDATA[I've used my notebook the first time with openSUSE 11.1 without a power cable attached and wondered why my battery was empty after a short time. So I've did some research and found a knotify4 bug, this leads to a phonon and xine bug. I have the latest version of xine installed and the wakeup [...]]]></description>
			<content:encoded><![CDATA[<p>I've used my notebook the first time with openSUSE 11.1 without a power cable attached and wondered why my battery was empty after a short time. So I've did some research and found a knotify4 bug, this leads to a phonon and xine bug. I have the latest version of xine installed and the wakeup bug in xine is already fixed sine 1.1.9. So there must be still a bug in the phonen backend of KDE 4.1.3.</p>
<p>I found a new phonon-xine backend on kde-apps.org, <a href="http://www.kde-apps.org/content/show.php/Phonon+Xine+TNG?content=84411">here</a>. I've found packages in the build service (<a href="http://download.opensuse.org/repositories/home:/MasterPatricko/openSUSE_11.1/">click</a>) and tested them. The wakeups of the whole system dropped to less than 200 wakeups per second.</p>
<p>During my research I stumbled over a amarok problem too. If you're playing music with amarok, it produces more than 900 wakeups, even if you stopped playing the music. The whole system should need more than 500 wakeups if you play music and browse the internet.<br />
You have to quit the application!</p>
<p>UPDATE:<br />
The bugs are fixed in KDE SVN (KDE 4.2). Thanks to Mark Kretschmann. The amarok bug for this was <a href="https://bugs.kde.org/show_bug.cgi?id=177517">#177517</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2008/12/29/amarok-phonon-wakeups/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pimp my KDE</title>
		<link>http://blog.cynapses.org/2008/07/17/pimp-my-kde/</link>
		<comments>http://blog.cynapses.org/2008/07/17/pimp-my-kde/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 18:28:24 +0000</pubDate>
		<dc:creator>GlaDiaC</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://blog.cynapses.org/?p=33</guid>
		<description><![CDATA[As KDE 4.1 RC1 has been released I've installed it on my notebook and pimped it I've build the Polyester theme in the openSUSE Build Service for KDE4 and Qt4. krusader for KDE4 is available too, here.]]></description>
			<content:encoded><![CDATA[<p>As KDE 4.1 RC1 has been released I've installed it on my notebook and pimped it</p>
<p><a href='http://blog.cynapses.org/wp-content/uploads/2008/07/desktop.png'><img src="http://blog.cynapses.org/wp-content/uploads/2008/07/desktop-300x187.png" alt="KDE 4.1 Pimped" title="Desktop" width="300" height="187" class="alignnone size-medium wp-image-34" /></a></p>
<p>I've build the Polyester theme in the openSUSE Build Service for KDE4 and Qt4. krusader for KDE4 is available too, <a href="http://download.opensuse.org/repositories/KDE:/KDE4:/Factory:/Community/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cynapses.org/2008/07/17/pimp-my-kde/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
