<?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>Alien Pastures &#187; current</title>
	<atom:link href="http://alien.slackbook.org/blog/tag/current/feed/" rel="self" type="application/rss+xml" />
	<link>http://alien.slackbook.org/blog</link>
	<description>My thoughts on Slackware, life and everything</description>
	<lastBuildDate>Mon, 06 Feb 2012 00:27:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Huge update to slackware-current and what it meant to my laptop</title>
		<link>http://alien.slackbook.org/blog/huge-update-to-slackware-current-and-what-it-meant-to-my-laptop/</link>
		<comments>http://alien.slackbook.org/blog/huge-update-to-slackware-current-and-what-it-meant-to-my-laptop/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 01:18:45 +0000</pubDate>
		<dc:creator>alienbob</dc:creator>
				<category><![CDATA[Slackware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[mesa]]></category>
		<category><![CDATA[udev]]></category>
		<category><![CDATA[vlc]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://alien.slackbook.org/blog/?p=547</guid>
		<description><![CDATA[Today, you may be watching the slackware-current ChangeLog.txt slack-faced, with a feeling of horror&#8230; &#8230; because the update is HUGE. There are well over 300 lines of updates! That amounts to one-third of the full length of ChangeLog for the current development cycle. Those of you who thought Slackware was calmly drifting toward another stable [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://slackware.com/"><img class="alignleft size-full wp-image-531" style="border: 0pt none; margin: 10px;" title="Slackware_BlueOrb" src="http://alien.slackbook.org/blog/wp-content/uploads/2010/10/Slackware_BlueOrb.png" alt="" width="90" height="90" /></a> Today, you may be watching the <a href="http://slackware.com/changelog/current.php?cpu=x86_64" target="_blank">slackware-current ChangeLog.txt</a> slack-faced, with a feeling of horror&#8230;</p>
<p>&#8230; because the update is <em>HUGE</em>. There are well over 300 lines of updates! That amounts to one-third of the full length of ChangeLog for the current development cycle. Those of you who thought Slackware was calmly drifting toward another stable release, will have to brace themselves for a round of fun and thorough testing.</p>
<p>I think the most obvious intrusive change is that Slackware-current moved to using the <a href="http://who-t.blogspot.com/2010/01/new-configuration-world-order.html" target="_blank">&#8220;new&#8221; X.Org</a> which no longer depends on HAL for hardware detection and initialization. Instead, the new X.Org talks directly to udev.</p>
<p>Robby Workman has put a lot of work in assembling a coherent set of X.Org sources as well as getting this stuff tested widely before it got added to Slackware (see <a href="http://www.linuxquestions.org/questions/slackware-14/call-for-testing-xorg-updates-20100830-a-829336/" target="_blank">http://www.linuxquestions.org/questions/slackware-14/call-for-testing-xorg-updates-20100830-a-829336/</a>).</p>
<p>There is also a newer GTK+2 (version 2.22). The new GTK proves to be a difficult bugger with apparent incompatibilities with previous releases. We have to see what the extent of these incompatibilities is; for instance I came across software does not compile anymore and needs patching or updating (gtk-chtheme).</p>
<p>When upgrading your slackware-current please note that several packages have been <strong>added</strong>, and others have been <strong>removed</strong>! If you are using <em>slackpkg</em> to do the upgrades for you, you can use the command &#8220;<strong>slackpkg clean-system</strong>&#8221; to remove the deprecated (mostly X.Org related) packages. In the package overview that presents itself, make sure to first <em>deselect</em> those you installed yourself before hitting the &#8220;OK&#8221; button! Likewise, running &#8220;<strong>slackpkg install-new</strong>&#8221; will install the newly added packages for you.</p>
<h3>What were the bumps when I upgraded my Lenovo T400 laptop?</h3>
<p>Well, several&#8230; but they were easy to fix.</p>
<h4>X.Org configuration of the hardware:</h4>
<p>Since the new X.Org no longer uses HAL, my old method of configuring the TrackPoint in a file &#8220;/etc/hal/fdi/policy/11-x11-trackpoint.fdi&#8221; no longer works. Instead, the new X.Org uses a configuration directory &#8220;/etc/X11/xorg.conf.d/&#8221; where you can add configuration files for your hardware. You&#8217;ll see the similarities; my old HAL file looks like this:</p>
<pre><span style="color: #0000ff;">&lt;match key="info.product" string_outof="TPPS/2 IBM TrackPoint;PS/2 Generic Mouse"&gt;
 &lt;merge key="input.x11_options.EmulateWheel" type="string"&gt;true&lt;/merge&gt;
 &lt;merge key="input.x11_options.EmulateWheelButton" type="string"&gt;2&lt;/merge&gt;
 &lt;merge key="input.x11_options.YAxisMapping" type="string"&gt;4 5&lt;/merge&gt;
 &lt;merge key="input.x11_options.XAxisMapping" type="string"&gt;6 7&lt;/merge&gt;
 &lt;merge key="input.x11_options.Emulate3Buttons" type="string"&gt;true&lt;/merge&gt;
 &lt;merge key="input.x11_options.EmulateWheelTimeout" type="string"&gt;200&lt;/merge&gt;
&lt;/match&gt;</span>
</pre>
<p>While the new way of configuring requires a file (I aptly named it &#8220;/etc/X11/xorg.conf.d/20-thinkpad.conf&#8221; but any name that ends on &#8220;conf&#8221; will do) in which I wrote:</p>
<pre><span style="color: #0000ff;">Section "InputClass"
Identifier    "Trackpoint Wheel Emulation"
MatchProduct    "TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint"
MatchDevicePath    "/dev/input/event*"
Option        "EmulateWheel"        "true"
Option        "EmulateWheelButton"    "2"
Option        "EmulateWheelTimeout"    "200"
Option        "XAxisMapping"        "6 7"
Option        "YAxisMapping"        "4 5"
Option        "Emulate3Buttons"    "true"
EndSection</span></pre>
<p>You will have perform a similar exercise if you previously had configured a <em>non-US</em> keyboard in a HAL &#8220;fdi&#8221; file. I will leave it up to you to figure out how to repeat this for the new X.Org.</p>
<h4>Hardware accelerated graphics:</h4>
<p>Actually, this is where the updated packages shine! The combination of mesa, Intel graphics and KDE 4.5 proved to be quite disastrous a month ago when the kernel was updated in slackware-current. My KDE 4.5 packages froze the computer solid, the very moment when &#8220;desktop effects&#8221; (compositing) was enabled. This graphics hard lock is not caused by X.Org. Rather, it is the kernel&#8217;s DRI (direct rendering interface) and the way mesa interacts with it where all the trouble started. However,the real cause was not apparent at first (and some people were <a href="http://blog.martin-graesslin.com/blog/2010/09/driver-dilemma-in-kde-workspaces-4-5/" target="_blank">pointing</a> at the open source graphics drivers). <a href="http://alien.slackbook.org/blog/compositing-hard-lock-in-kde-4-5/" target="_blank">I had reported about this problem before</a> &#8211; my Asus Eeepc 1000H which has an Intel graphics chip started having these <em>compositing</em> problems after the upgrade of the slackware-current kernel to 2.6.35.7 (i.e. before the upgrade of X.Org or mesa). As long as you were not using <em>compositing</em> in KDE 4.5, you would not see this problem at all.<br />
The issue has been addressed in mesa (the library used by X.Org to enable software and hardware accelerated graphics). Slackware&#8217;s mesa was updated to 7.9 today and KDE&#8217;s compositing desktop is working now! My T400 with Intel graphics is happy again, as will be my EeePC after I upgrade <em>that</em>!</p>
<h4>VLC and fullscreen video:</h4>
<p>I had not expected this one, and I have not been able to find out what caused it. When resizing the VLC window, the dimensions of the embedded video would not grow beyond the actual pixel size of the video stream (i.e. there was no video scaling). I tried downgrading to an earlier version of VLC, I tried running XFCE instead of KDE, but the problem remained painfully visible as a big black border surrounding a tiny video. In the end, I ruthlessly removed the VLC configuration directories &#8220;~/.local/share/vlc/&#8221; and &#8220;~/.config/vlc/&#8221;. That helped! But it left behind a feeling of dissatisfaction.</p>
<h4>xz (liblzma.so.0):</h4>
<p>The xz package (used as the compression tool for the .txz package format) was updated too. The new dynamic library has another version number. I first noticed that I must have forgotten something when KDE refused to start after I finished upgrading. Several applications were spitting out errors about a missing &#8220;liblzma.so.0&#8243; library. This old library file was added to the &#8220;aaa_elflibs&#8221; package for compatibility reasons (along with a version of libtalloc.so), but this package is blacklisted in the &#8220;slackpkg&#8221; program so  &#8220;aaa_elflibs&#8221; was not getting upgraded. Usually (upgrading between two stable releases) this is the correct approach, because aaa_elflibs should contain redundant libraries. However, <em>right after an update</em> to this package you should run &#8220;upgradepkg&#8221; on it. I did that, and KDE started up normally again.</p>
<p>And thus starts a period of new play-testing, folks. Have fun, and give us good feedback!</p>
<p>Eric</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 454px; width: 1px; height: 1px; overflow: hidden;">Section &#8220;InputClass&#8221;<br />
Identifier      &#8220;Trackpoint Wheel Emulation&#8221;<br />
MatchProduct    &#8220;TPPS/2 IBM TrackPoint|DualPoint Stick|Synaptics Inc. Composite TouchPad / TrackPoint|ThinkPad USB Keyboard with TrackPoint|USB Trackpoint pointing device|Composite TouchPad / TrackPoint&#8221;<br />
MatchDevicePath &#8220;/dev/input/event*&#8221;<br />
Option          &#8220;EmulateWheel&#8221;          &#8220;true&#8221;<br />
Option          &#8220;EmulateWheelButton&#8221;    &#8220;2&#8243;<br />
Option          &#8220;EmulateWheelTimeout&#8221;   &#8220;200&#8243;<br />
Option          &#8220;XAxisMapping&#8221;          &#8220;6 7&#8243;<br />
Option          &#8220;YAxisMapping&#8221;          &#8220;4 5&#8243;<br />
Option          &#8220;Emulate3Buttons&#8221;       &#8220;true&#8221;<br />
EndSection</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://alien.slackbook.org/blog/huge-update-to-slackware-current-and-what-it-meant-to-my-laptop/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>KDE 4.5.1 will get Slackware packages&#8230; not sure when and where</title>
		<link>http://alien.slackbook.org/blog/kde-4-5-1-will-get-slackware-packages-not-sure-when-and-where/</link>
		<comments>http://alien.slackbook.org/blog/kde-4-5-1-will-get-slackware-packages-not-sure-when-and-where/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 08:15:39 +0000</pubDate>
		<dc:creator>alienbob</dc:creator>
				<category><![CDATA[Slackware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[kde4]]></category>

		<guid isPermaLink="false">http://alien.slackbook.org/blog/?p=494</guid>
		<description><![CDATA[Some of you may have noticed that source tarballs for KDE 4.5.1 are available now. I talked to Pat about this last week, to see if this release could end up in Slackware-current. He answered that that would be a possibility. There are several other things brewing for slackware-current, so I have no real good [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-313" style="border: 0pt none; margin: 10px;" title="kde44" src="http://alien.slackbook.org/blog/wp-content/uploads/2010/02/kde44.png" alt="" width="38" height="38" /></p>
<p>Some of you may have noticed that <a href="http://kde.org/announcements/announce-4.5.1.php" target="_blank">source tarballs for KDE 4.5.1 are available now</a>.</p>
<p>I talked to Pat about this last week, to see if this release could end up in Slackware-current. He answered that that would be a possibility. There are several other things brewing for slackware-current, so I have no real good estimate of when that will happen.</p>
<p>If it takes too long, I will just build packages for KDE 4.5.1 myself. There are no <em>new</em> dependencies and slackware-current is fully up to date with regard to support for KDE 4.5.1.</p>
<p>Here&#8217;s hoping!</p>
<p>Eric</p>
]]></content:encoded>
			<wfw:commentRss>http://alien.slackbook.org/blog/kde-4-5-1-will-get-slackware-packages-not-sure-when-and-where/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Release candidate 3 for KDE 4.5</title>
		<link>http://alien.slackbook.org/blog/release-candidate-3-for-kde-4-5/</link>
		<comments>http://alien.slackbook.org/blog/release-candidate-3-for-kde-4-5/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 09:36:07 +0000</pubDate>
		<dc:creator>alienbob</dc:creator>
				<category><![CDATA[Slackware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[kde44]]></category>

		<guid isPermaLink="false">http://alien.slackbook.org/blog/?p=466</guid>
		<description><![CDATA[A third and final release candidate is available now for the upcoming KDE SC 4.5. Target for the final release of KDE 4.5 is still august, 2010. This time, the packages which I created are for Slackware-current only (32-bit as well as 64-bit). The packages are available in my ktown repository. Slackware 13.1 users who [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kde.org/"><img class="alignleft size-full wp-image-313" style="border: 0pt none; margin: 10px;" title="kde44" src="http://alien.slackbook.org/blog/wp-content/uploads/2010/02/kde44.png" alt="" width="34" height="34" /></a> A third and <a href="http://kde.org/announcements/announce-4.5-rc3.php" target="_blank">final release candidate is available now</a> for the upcoming KDE SC 4.5. Target for the final release of KDE 4.5 is still august, 2010.</p>
<p>This time, the packages which I created are <em>for Slackware-current only</em> (32-bit as well  as 64-bit). The packages are available in<a href="http://alien.slackbook.org/ktown/4.4.95/" target="_blank"> my ktown repository</a>. Slackware 13.1 users who want to move to KDE 4.5 should take this opportunity to upgrade to Slackware-current now. If you want to stick with Slackware 13.1 but still want the latest stable KDE then your best shot will be my version of <a href="http://alien.slackbook.org/ktown/4.4.5/" target="_blank">KDE 4.4.5 packages and dependencies</a> that are good for Slackware 13.1 (I will keep those around for quite a while).</p>
<p>With regard to my new set of KDE 4.5-rc3 packages: there is one dependency which is not yet part of Slackware (libdbusmenu-qt) and a single dependency which got updated (soprano) but other than that, Slackware-current is fully up-to-date for KDE 4.5. You will find the libdbusmenu-qt and updated soprano packages in the “deps” directory.</p>
<p>The 4.5-rc3 packages are accompanied by a <a href="http://alien.slackbook.org/ktown/4.4.95/README" target="_blank">README</a> which explains the straight-forward   installation/upgrade steps.</p>
<p>This will be your last chance to influence the quality and stability of this new KDE. Go and find bugs&#8230; and get them fixed  by reporting them on <a href="http://bugs.kde.org/" target="_blank">http://bugs.kde.org/</a> .</p>
<p>Cheers, Eric</p>
]]></content:encoded>
			<wfw:commentRss>http://alien.slackbook.org/blog/release-candidate-3-for-kde-4-5/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Some goodies to play with</title>
		<link>http://alien.slackbook.org/blog/some-goodies-to-play-with/</link>
		<comments>http://alien.slackbook.org/blog/some-goodies-to-play-with/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 00:35:56 +0000</pubDate>
		<dc:creator>alienbob</dc:creator>
				<category><![CDATA[Slackware]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[multilib]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://alien.slackbook.org/blog/?p=336</guid>
		<description><![CDATA[Am I hearing sighs of relief yet? Today, Pat Volkerding pushed out the work that has been accumulating for slackware-current behind the scenes during the past four weeks (make take a little while to reach the mirrors). This triggered some updates to the multilib and KDE 4.4 packages which I maintain, so if you run [...]]]></description>
			<content:encoded><![CDATA[<p>Am I hearing sighs of relief yet?</p>
<p><img class="size-medium wp-image-246 alignleft" style="border: 0pt none; margin: 10px;" title="slackware_ambigram_V2_under-overbars" src="http://alien.slackbook.org/blog/wp-content/uploads/2010/01/slackware_ambigram_V2_under-overbars-300x75.png" alt="" width="300" height="75" /> Today, Pat Volkerding pushed out the work that has been accumulating for <a href="http://www.slackware.com/changelog/current.php?cpu=x86_64" target="_blank">slackware-current</a> behind the scenes during the past four weeks (make take a little while to reach the mirrors).<br />
This triggered some updates to the multilib and KDE 4.4 packages which I maintain, so if you run Slackware64-multilib and/or KDE 4.4.0 then <em>be sure to check for instructions further down</em>!</p>
<p>With a ChangeLog entry that runs more than 500 lines, I think this is the largest single update yet. But that was for a very good reason, because there were updates to large subsystems:</p>
<ul>
<li>Kernel: woohoo we have 2.6.33 now &#8211; the latest &amp; greatest.</li>
<li>X.Org: this went up to 7.5 (X server version is now 1.7.5) &#8211; you can&#8217;t get it newer than this. There is no <em><a href="http://nouveau.freedesktop.org/wiki/" target="_blank">nouveau</a></em> driver for now, but it should not be so hard to add this yourself because all its dependencies should be met by slackware-current.</li>
<li>KDE: has been updated to 4.3.5 &#8211; the latest &#8220;<em>politically correct</em>&#8221; version which is available&#8230; No PolicyKit for us yet.</li>
<li>The GTK ecosystem has been overhauled and slackware-current is now at gtk+2 version 2.18.7.</li>
<li>Because the upgrade of <em>libpng</em> was an incompatible change (I refrain from using bad language about this piece of software, but I invite you to examine the <em>libpng.SlackBuild</em> closely), every single package which depends on this library needed to be recompiled. D&#8217; oh!</li>
<li>Lots of core packages were updated to their latest version as well &#8211; too many to write down here.</li>
</ul>
<p>To get all of these updates working as a whole, took its time. I know that some of you complained that &#8220;the team is having all the fun in secret&#8221; but I assure you, you were not left out in the cold. The long silence was something that could not be avoided, as it would have been kind of stupid to write blog posts like &#8220;<em>hey! we&#8217;re currently adding this new X.Org</em>&#8221; in case it turned out that we could not integrate it into Slackware properly. I do think it was worth waiting for, but now is the time for the bigger test &#8211; by all of you out there.</p>
<p><em>Note for self-compiling folk:</em></p>
<p>Something you may experience when you compiled your own applications: some of them may suddenly refuse to show buttons/bitmaps. This is because the application is linked in an incompatible way with libpng&#8230; it means you will have to recompile it. For instance, I will have to update my own VLC package because the control interface is now showing empty grey squares&#8230; bummer.</p>
<h3>Instructions for people running Slackware64 with my multilib packages and/or KDE 4.4.0 packages:</h3>
<p>Multilib gcc/glibc packages (64-bit)</p>
<ul>
<li>Due to the addition of a new kernel and the upgrade of the &#8220;png&#8221; library in slackware-current, the <strong>glibc</strong> and <strong>gcc</strong> packages had to be <em>recompiled</em>. My recompiled <em>multilib</em> versions of gcc and glibc for slackware64-current are available at the ususal place &#8211; please upgrade to these versions now: <a href="http://slackware.com/~alien/multilib/13.1/" target="_blank">http://slackware.com/~alien/multilib/13.1/</a> &#8211; if you forget this and instead upgrade to Slackware&#8217;s standard gcc/glibc packages, you will <em>still</em> have a fully functional 64-bit Slackware&#8230; just with a non-functional 32-bit subsystem.</li>
</ul>
<p>KDE 4.4.0 (32-bit as well as 64-bit)</p>
<ul>
<li>Due to the upgrade of the &#8220;png library&#8221; I also had to recompile some of the <strong>KDE 4.4.0</strong> packages and their dependencies. I took the opportunity to also add a couple of fixes to the KDE packages. I also removed two dependencies which are now covered by Slackware-current (deps/libv4l and deps/libxklavier).<br />
Here is the list of my updated packages (for both architectures, 32-bit and 64-bit):</p>
<ul>
<li>deps/libiodbc<br />
deps/qt<br />
deps/virtuoso-ose<br />
kde/kdebase-workspace<br />
kde/kdelibs<br />
kde/kdepim</li>
</ul>
</li>
<li>To upgrade, you can either download only those packages I just mentioned from <a href="http://alien.slackbook.org/ktown/4.4.0/" target="_blank">http://alien.slackbook.org/ktown/4.4.0/</a> and use &#8220;<span style="color: #0000ff;">upgradepkg</span>&#8221; to upgrade them, or if you already have a local mirror of <a href="http://alien.slackbook.org/ktown/4.4.0/" target="_blank">http://alien.slackbook.org/ktown/4.4.0/</a> you can refresh this mirror and upgrade according to the article I wrote earlier: <a href="http://alien.slackbook.org/blog/its-been-released-kde-sc-4-4-0/" target="_blank">http://alien.slackbook.org/blog/its-been-released-kde-sc-4-4-0/</a> . Please note that I did not create an &#8220;update&#8221; or &#8220;patches&#8221; directory &#8211; the new packages have just replaced the old ones (with an updated build number).</li>
</ul>
<p>Enjoy!</p>
<p>Eric</p>
]]></content:encoded>
			<wfw:commentRss>http://alien.slackbook.org/blog/some-goodies-to-play-with/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Massive updates in slackware-current</title>
		<link>http://alien.slackbook.org/blog/massive-updates-in-slackware-current/</link>
		<comments>http://alien.slackbook.org/blog/massive-updates-in-slackware-current/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 13:09:09 +0000</pubDate>
		<dc:creator>alienbob</dc:creator>
				<category><![CDATA[Slackware]]></category>
		<category><![CDATA[current]]></category>
		<category><![CDATA[ext4]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[glibc]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://alien.slackbook.org/blog/?p=98</guid>
		<description><![CDATA[Today, Pat Volkerding published a massive amount of package updates to the slackware-current tree. The entry in the Slackware ChangeLog.txt measures more than 200 lines, and is probably the largest update to the development tree ever. Many of the core packages have received an version upgrade, but those changes may not be immediately visible to [...]]]></description>
			<content:encoded><![CDATA[<p>Today, <a href="http://en.wikipedia.org/wiki/Patrick_Volkerding" target="_self">Pat Volkerding</a> published a massive amount of package updates to the slackware-current tree. The entry in the <a href="http://www.slackware.com/changelog/current.php?cpu=i386" target="_blank">Slackware ChangeLog.txt </a>measures more than 200 lines, and is probably the largest update to the development tree ever.</p>
<p>Many of the core packages have received an version upgrade, but those changes may not be immediately visible to the average end user. Some of the absolute highlights mentioned in the ChangeLog are indication of a big step forward for Slackware: a new kernel (2.6.28.7), new gcc (4.3.3), new glibc (still called 2.9 but the snapshot we use is more like 2.10), a new XFCE (4.6.0) and most importantly: KDE 3.5.10 is gone, replaced by KDE 4.2.1 (which had been living in the <em>/testing</em> directory for a long time).</p>
<p>I have been working with KDE4 releases for nearly a year now, running it as my default desktop, and 4.2.1 is stable, fast and beautiful. People who heard or read that the new KDE is bloated and slow, should try it out and decide for themselves; I think it performs better than KDE3. I also ran the new XFCE for a while and it looks sweet. Note that when you upgrade from XFCE 4.4 you may experience missing icons in the panel. This happens because the <em>Rodent</em> icon theme was removed from XFCE in the new release. The file <a href="ftp://slackware.osuosl.org/pub/slackware/slackware-current/CHANGES_AND_HINTS.TXT" target="_blank">CHANGES_AND_HINTS.TXT</a> (located in the toplevel directory of slackware-current) explains this issue and what you can do about it.</p>
<p>One neat feature addition which did not make the ChangeLog, but is definitely worth mentioning: the <em>initrd.img</em> and <em>usbboot.img</em> files which contain the <em>Slackware installer</em>,  have also been updated for the new 2.6.28.7 kernel. As a result, you can now install Slackware to an <strong>ext4</strong> filesystem!</p>
<p>If anyone out there with a Netbook (one of those Intel Atom powered, 9 or 10 inch sized laptops with long battery life) is going to install Slackware-current on it, I would like to hear your impressions. Leave a comment to this blog post.</p>
<p>Have fun, Eric</p>
]]></content:encoded>
			<wfw:commentRss>http://alien.slackbook.org/blog/massive-updates-in-slackware-current/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>

