<?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>DesktopBSD Blog &#187; Uncategorized</title>
	<atom:link href="http://desktopbsd.net/blog/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://desktopbsd.net/blog</link>
	<description>Everything about DesktopBSD development</description>
	<lastBuildDate>Sun, 18 Oct 2009 20:07:44 +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>Making DesktopBSD ready for KDE 4</title>
		<link>http://desktopbsd.net/blog/index.php/making-desktopbsd-ready-for-kde-4/</link>
		<comments>http://desktopbsd.net/blog/index.php/making-desktopbsd-ready-for-kde-4/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 22:11:07 +0000</pubDate>
		<dc:creator>ph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://desktopbsd.net/blog/?p=43</guid>
		<description><![CDATA[KDE 4 has been around for some time now and, while many still feel it has not matured enough, it will undoubtedly be the future of the K Desktop Environment. Therefore, it is important to adapt DesktopBSD, which currently uses KDE 3 as its desktop environment, to this new major release. This is rather difficult [...]]]></description>
			<content:encoded><![CDATA[<p>KDE 4 has been around for some time now and, while many still feel it has not matured enough, it will undoubtedly be the future of the K Desktop Environment. Therefore, it is important to adapt DesktopBSD, which currently uses KDE 3 as its desktop environment, to this new major release. This is rather difficult because of some of the technological changes in KDE 4, in particular that KDE 4 now uses the Qt 4 development framework instead of its predecessor Qt 3 used in KDE 3 and the DesktopBSD Tools. Since Qt 4 is not backwards-comptabile, the DesktopBSD Tools would have to be ported to Qt 4 first in order to be able to utilize KDE 4 functionality, a process involving a lot of effort and very few gains.</p>
<p>As an alternative, the decision was made to stick with Qt 3 as framework for now and replace all of the KDE functionality in DesktopBSD code so it still works fine under KDE 4 without requiring users to have KDE 3 installed, in particular:</p>
<ul>
<li>System tray icons: <a href="http://api.kde.org/3.5-api/kdelibs-apidocs/kdeui/html/classKSystemTray.html">KSystemTray</a><a href="http://api.kde.org/3.5-api/kdelibs-apidocs/kdeui/html/classKSystemTray.html"><br />
</a></li>
<li>Passive popups (&#8221;balloon notifications&#8221;): <a href="http://api.kde.org/3.5-api/kdelibs-apidocs/kdeui/html/classKPassivePopup.html">KPassivePopup</a></li>
<li>Icon loading: <a href="http://api.kde.org/3.5-api/kdelibs-apidocs/kdecore/html/classKIconLoader.html">KIconLoader</a></li>
<li>Embedded terminal control: <a href="http://api.kde.org/3.5-api/kdelibs-apidocs/kparts/html/classKParts_1_1Part.html">Konsole KPart</a>, <a href="http://api.kde.org/3.5-api/kdelibs-apidocs/interfaces/html/classExtTerminalInterface.html">TerminalInterface</a></li>
<li>Inter-process communication: <a href="http://api.kde.org/3.5-api/kdelibs-apidocs/dcop/html/index.html">DCOP</a></li>
<li>Integration in the control center: <a href="http://api.kde.org/3.5-api/kdelibs-apidocs/kdeui/html/classKCModule.html">KCModule</a></li>
</ul>
<p>I have already found a replacement for KSystemTray in the <a href="http://psi-im.org/">Psi</a> messenger&#8217;s code base, writing own code for passive popups and the icon loading shouldn&#8217;t be too hard and I&#8217;ll likely use DBUS as a replacement for DCOP. As for the control center integration, providing glue code for both KDE 3 and KDE 4 shouldn&#8217;t be too hard, I&#8217;m thinking about having to choose (or even auto-detecting) which to build when installing from the ports collection.</p>
<p>However, I haven&#8217;t been able to find a replacement for the Konsole KPart and I really do not want to port or even code a terminal emulator myself. Any suggestions for a Qt 3 terminal widget? Otherwise, I guess I&#8217;ll have a look at the Konsole code&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://desktopbsd.net/blog/index.php/making-desktopbsd-ready-for-kde-4/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Forums software upgraded to phpBB 3.0.2</title>
		<link>http://desktopbsd.net/blog/index.php/forums-software-upgraded-to-phpbb-302/</link>
		<comments>http://desktopbsd.net/blog/index.php/forums-software-upgraded-to-phpbb-302/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 23:52:52 +0000</pubDate>
		<dc:creator>ph</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://desktopbsd.net/blog/?p=32</guid>
		<description><![CDATA[After deleting lots of spam posts in the forums yesterday, I decided to spend a little time to prevent this from happening again in the future.
As a first step, I upgraded the board software from the now rather outdated phpBB 2 to phpBB 3.0.2, which was released only a few weeks ago. phpBB 3 has [...]]]></description>
			<content:encoded><![CDATA[<p>After deleting lots of spam posts in the forums yesterday, I decided to spend a little time to prevent this from happening again in the future.</p>
<p>As a first step, I upgraded the board software from the now rather outdated phpBB 2 to phpBB 3.0.2, which was released only a few weeks ago. phpBB 3 has <a href="http://www.phpbb.com/about/features/#anti-spam">more anti-spam</a> features than its predecessor and the registration captcha also seems to be much more sophisticated.</p>
<p>I was rather surprised how smooth the upgrade went &#8211; after creating a database and entering some initial settings, the conversion wizard was able to import all information from the old database and also handled additional data like avatar images nicely. As far as I can tell, external links to forum topics and posts also still work.</p>
<p>Still, phpBB 2 themes don&#8217;t work with phpBB 3, so I had to find a new theme that uses BSD-like red colors and shouldn&#8217;t be too different from the old theme. The <em>Milky Way Red</em> theme from <a href="http://www.icyphoenix.com/">Icy Phoenix</a> seemed like a very good choice. In fact, I only changed the logo in the top-left corner <img src='http://desktopbsd.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For now, I hope this stops those annoying spammers, otherwise I&#8217;ll have to look for some additional modifications to get the problem under control.</p>
<p>Oh, and of course, if you have found a problem with the new board software or configuration, please write me a mail or contact me via PM.</p>
]]></content:encoded>
			<wfw:commentRss>http://desktopbsd.net/blog/index.php/forums-software-upgraded-to-phpbb-302/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Crossover Games for FreeBSD</title>
		<link>http://desktopbsd.net/blog/index.php/crossover-games-for-freebsd/</link>
		<comments>http://desktopbsd.net/blog/index.php/crossover-games-for-freebsd/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 11:47:28 +0000</pubDate>
		<dc:creator>Oliver Herold</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://desktopbsd.net/blog/index.php/crossover-games-for-freebsd/</guid>
		<description><![CDATA[I am happy to announce that we are now making available &#8216;cutting edge&#8217; builds of CrossOver.  To start, we are providing experimental builds of CrossOver Games for Linux, Mac OS X, and now BSD systems.
codeweavers
So you can test the experimental build of Crossover Games on every FreeBSD 6 or 7 &#8212; including of course [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>I am happy to announce that we are now making available &#8216;cutting edge&#8217; builds of CrossOver.  To start, we are providing experimental builds of CrossOver Games for Linux, Mac OS X, and now BSD systems.</p></blockquote>
<p><a href="http://crossover.codeweavers.com/pipermail/announce/2008-April/000042.html">codeweavers</a></p>
<p><a href="http://www.codeweavers.com/account/downloads/?_dl=unsupported">So you can test the experimental build of Crossover Games</a> on every FreeBSD 6 or 7 &#8212; including of course PC-BSD and DesktopBSD. <a href="http://wiki.freebsd.org/Wine">But you have to patch FreeBSD 6 to use this application</a>, if you&#8217;re using FreeBSD 7 then there is nothing to patch. <strong>But remember it&#8217;s an experimental build!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://desktopbsd.net/blog/index.php/crossover-games-for-freebsd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>news from the KDE4 front</title>
		<link>http://desktopbsd.net/blog/index.php/news-from-the-kde4-front/</link>
		<comments>http://desktopbsd.net/blog/index.php/news-from-the-kde4-front/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 18:14:12 +0000</pubDate>
		<dc:creator>Oliver Herold</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://desktopbsd.net/blog/index.php/news-from-the-kde4-front/</guid>
		<description><![CDATA[Right now I have some free time to update KDE4. Today i’ve committed the 5 Basic Ports (kdelibs4/base4/pimlib/runtime/workspace) with the implementation of bsd.kde4.mk. This allows further use of USE_KDE4 (actually, kdelibs, kdebase and pimlibs) for KDE4-related builds. Now I have to work on the implementation of all other related ports.
/usr/home/miwi
As you can see work on [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Right now I have some free time to update KDE4. Today i’ve committed the 5 Basic Ports (kdelibs4/base4/pimlib/runtime/workspace) with the implementation of bsd.kde4.mk. This allows further use of USE_KDE4 (actually, kdelibs, kdebase and pimlibs) for KDE4-related builds. Now I have to work on the implementation of all other related ports.</p></blockquote>
<p><a href="http://miwi.bsdcrew.de/">/usr/home/miwi</a></p>
<p>As you can see work on KDE4 is going on, so it should be more than ready with the stable release of KDE 4.1 in summer. Thanks to miwi and all of the other ports-commiters <img src='http://desktopbsd.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://desktopbsd.net/blog/index.php/news-from-the-kde4-front/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DesktopBSD artwork</title>
		<link>http://desktopbsd.net/blog/index.php/desktopbsd-artwork/</link>
		<comments>http://desktopbsd.net/blog/index.php/desktopbsd-artwork/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 14:45:41 +0000</pubDate>
		<dc:creator>Oliver Herold</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://desktopbsd.net/blog/index.php/desktopbsd-artwork/</guid>
		<description><![CDATA[Vermaden created some nice and stylish artwork for DesktopBSD, purely KISS.  
vermadens&#8217; resources
]]></description>
			<content:encoded><![CDATA[<p>Vermaden created some nice and stylish artwork for DesktopBSD, purely <a href="http://en.wikipedia.org/wiki/KISS_principle">KISS</a>. <img src='http://desktopbsd.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://toya.net.pl/~vermaden/desktopbsd/">vermadens&#8217; resources</a></p>
]]></content:encoded>
			<wfw:commentRss>http://desktopbsd.net/blog/index.php/desktopbsd-artwork/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD: Google Summer of Code 2008</title>
		<link>http://desktopbsd.net/blog/index.php/freebsd-google-summer-of-code-2008/</link>
		<comments>http://desktopbsd.net/blog/index.php/freebsd-google-summer-of-code-2008/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 18:10:36 +0000</pubDate>
		<dc:creator>Oliver Herold</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://desktopbsd.net/blog/index.php/freebsd-google-summer-of-code-2008/</guid>
		<description><![CDATA[The FreeBSD Project is pleased to participate as a mentoring organization in the Google Summer of Code 2008. This program funds students to contribute to an open source project over the summer break. We have had over 50 successful students working on FreeBSD as part of this program in 2005, 2006, and 2007.
FreeBSD Google SoC
If [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>The FreeBSD Project is pleased to participate as a mentoring organization in the Google Summer of Code 2008. This program funds students to contribute to an open source project over the summer break. We have had over 50 successful students working on FreeBSD as part of this program in 2005, 2006, and 2007.</p></blockquote>
<p><a href="http://www.freebsd.org/projects/summerofcode.html">FreeBSD Google SoC</a></p>
<p>If you are a student and feel competent to participate, well then you should consider an application for <a href="http://code.google.com/soc/2008/">Google Summer of Code 2008</a>. Please submit your idea before March 31st (details on FreeBSD Google SoC page).</p>
<p><strong>Update:</strong></p>
<blockquote><p>The deadline for student applications to participate in the Google Summer of Code has been extended by one week. The new deadline is Monday, April 7, 2008. If you haven&#8217;t already, please visit our FreeBSD Summer of Code page and look at the example project ideas we&#8217;ve listed there, or propose your own. There are many new ideas listed since the first announcements went out.</p></blockquote>
<p><a href="http://www.freebsd.org/news/newsflash.html#event20080331:01">FreeBSD news</a></p>
]]></content:encoded>
			<wfw:commentRss>http://desktopbsd.net/blog/index.php/freebsd-google-summer-of-code-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sound in FreeBSD 6.x</title>
		<link>http://desktopbsd.net/blog/index.php/sound-in-freebsd-6x/</link>
		<comments>http://desktopbsd.net/blog/index.php/sound-in-freebsd-6x/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 01:03:58 +0000</pubDate>
		<dc:creator>Oliver Herold</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://desktopbsd.net/blog/index.php/sound-in-freebsd-6x/</guid>
		<description><![CDATA[Since FreeBSD 6.2 there are some new sound drivers in FreeBSD, but one important driver is missing: emu10kx (Audigy2-4 non-pro). Don&#8217;t use the version from ports anymore, it&#8217;s really dated. But don&#8217;t worry you can get the missing driver in no time. Just follow the instructions there in the README file, it&#8217;s rather easy. But [...]]]></description>
			<content:encoded><![CDATA[<p>Since FreeBSD 6.2 there are <a href="http://www.freebsd.org/cgi/man.cgi?query=sound&#038;apropos=0&#038;sektion=0&#038;manpath=FreeBSD+6.3-RELEASE&#038;format=html">some new sound drivers</a> in FreeBSD, but one important driver is missing: emu10kx (<a href="http://en.wikipedia.org/wiki/Audigy">Audigy2-4 non-pro</a>). Don&#8217;t use the version from ports anymore, it&#8217;s really dated. But don&#8217;t worry you can get the missing driver in no time. Just follow the instructions <a href="http://people.freebsd.org/~ariff/lowlatency/">there</a> in the README file, it&#8217;s rather easy. But maybe this isn&#8217;t enough? If you&#8217;re the owner of a <a href="http://en.wikipedia.org/wiki/Sound_Blaster_X-Fi">Creative Labs X-FI</a> card or  maybe of a Asus Xonar (Chipset: <a href="http://www.cmedia.com.tw/?q=en/PCI/CMI8788">CMI8788</a>) then there is just one possiblity to get some &#8216;noise&#8217;, you have to install 4fronts <a href="http://www.freshports.org/audio/oss/">OSS</a> drivers from ports. It&#8217;s rather easy too, after installation just enter soundon as root et voila. But beware <a href="http://www.opensound.com/">4fronts</a> OSS driver isn&#8217;t 100% compatible, there are some minor quirks with some games/applications and there were some incompatibilities with nVidia binary drivers in the past. But usually they are fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://desktopbsd.net/blog/index.php/sound-in-freebsd-6x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DesktopBSD 1.7 snapshot</title>
		<link>http://desktopbsd.net/blog/index.php/desktopbsd-17-snapshot/</link>
		<comments>http://desktopbsd.net/blog/index.php/desktopbsd-17-snapshot/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 23:36:21 +0000</pubDate>
		<dc:creator>Oliver Herold</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://desktopbsd.net/blog/index.php/desktopbsd-17-snapshot/</guid>
		<description><![CDATA[First remember it&#8217;s an early snapshot, so there will be certainly some problems! But apart from that it&#8217;s DesktopBSD based on FreeBSD 7.0R. I did a first test, there are some minor quirks with the mounting tool and the scheduler is SCHED_4BSD, so it has got a performance drop especially on uniprocessor systems. The first [...]]]></description>
			<content:encoded><![CDATA[<p>First remember it&#8217;s an <strong>early snapshot</strong>, so there will be certainly some problems! But apart from that it&#8217;s <strong>DesktopBSD based on <a href="http://www.freebsd.org/releases/7.0R/announce.html">FreeBSD 7.0R</a></strong>. I did a first test, there are some minor quirks with the mounting tool and the scheduler is SCHED_4BSD, so it has got a performance drop especially on uniprocessor systems. <strong>The first preview version will follow soon</strong> with SCHED_ULE activated and some other useful addons. So if you&#8217;re eager to test, you&#8217;re welcome <img src='http://desktopbsd.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <strong>But remember it&#8217;s an early test! </strong></p>
<p>You can download the snapshots <a href="http://desktopbsd.net/index.php?id=89">there</a> (scroll to the bottom) at the usual servers (mirror too). We have prebuild packages for FreeBSD7 on the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://desktopbsd.net/blog/index.php/desktopbsd-17-snapshot/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>DesktopBSD Tools 1.6 in ports</title>
		<link>http://desktopbsd.net/blog/index.php/desktopbsd-tools-16-in-ports/</link>
		<comments>http://desktopbsd.net/blog/index.php/desktopbsd-tools-16-in-ports/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 14:58:03 +0000</pubDate>
		<dc:creator>Oliver Herold</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://desktopbsd.net/blog/index.php/desktopbsd-tools-16-in-ports/</guid>
		<description><![CDATA[It&#8217;s done, the update to the DesktopBSD Tools is ready and now you can use it with portupgrade 2.4.x again. There are other improvements too, read it there.
]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s done, the update to the DesktopBSD Tools is ready and now you can use it with <a href="http://desktopbsd.net/blog/index.php/desktopbsd-warning-problems-with-portupgrade-24/">portupgrade 2.4.x again</a>. There are other improvements too, read it <a href="http://desktopbsd.net/index.php?id=43&#038;tx_ttnews[tt_news]=37&#038;tx_ttnews[backPid]=55&#038;cHash=16a82a1508">there</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://desktopbsd.net/blog/index.php/desktopbsd-tools-16-in-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>more KDE4 status</title>
		<link>http://desktopbsd.net/blog/index.php/more-kde4-status/</link>
		<comments>http://desktopbsd.net/blog/index.php/more-kde4-status/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 22:15:06 +0000</pubDate>
		<dc:creator>Oliver Herold</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://desktopbsd.net/blog/index.php/more-kde4-status/</guid>
		<description><![CDATA[KDE4 makes good progress. Version 4.0.2 is in the test repo now and works according the port-commiter  Martin Willke quiet well and even better as the previous version.  So it should be no problem to see KDE4 in the portstree with the advent of KDE4.1 in summer.
via Martin Wilke
]]></description>
			<content:encoded><![CDATA[<p>KDE4 makes good progress. Version 4.0.2 is in the test repo now and works according the port-commiter  Martin Willke quiet well and even better as the previous version.  So it should be no problem to see KDE4 in the portstree with the advent of KDE4.1 in summer.</p>
<p>via <a href="http://miwi.bsdcrew.de/2008/03/07/freebsd-kde4-status-part-2/">Martin Wilke</a></p>
]]></content:encoded>
			<wfw:commentRss>http://desktopbsd.net/blog/index.php/more-kde4-status/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

