The KDE hate around here is hilarious.
Debian and RedHat are STILL trying to kill it. You'd think that they'd have given up after 10 years.
I am REALLY interested in what way Archlinux is doing this.
Let me quote "The Arch way":
http://wiki.archlinux.org/index.php/...er_convenience
Packages are built how upstream is providing them.The Arch Linux system places precedence upon elegance of design as well as clean, simple code, rather than unnecessary patching, automation, eye candy or "newbie-friendliness." Software patches are therefore kept to an absolute minimum; ideally, never. Simple implementation shall always trump simple user interface.
Part of /var/abs/extra/kdebase-runtime/PKGBUILD
There is only a little patch that apparently is already in kde 4.5.1.Code:build() { # fix already in kde 4.5.1 cd ${srcdir}/${pkgname}-${pkgver} patch -Np5 -i ${srcdir}/kded-freeze-fix.patch cd $srcdir mkdir build cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=ON \ -DCMAKE_INSTALL_PREFIX=/usr \ -DWITH_PulseAudio=OFF make }
I wonder how Archlinux "breaks" this package.
Yeah, they really love spending $$$ on packaging all this crap, and then breaking it just a little. All in the name of killing a desktop environment for reasons of... well... who cares... they must die.
If they really wanted to kill it, they should just not package it at all. Or you know, shoot all the developers. That'll work.
No mention of KDE Pim in the release notes or changelog. Whats going on with that?
Debian is not a commercial distro, and RedHat has invested a huge amount of resources into GNOME already, which they effectively control.
They do not control KDE, although Nokia pretty much controls Qt.
If KDE dies, a few distros with a vested interest in GNOME gain control of the Linux desktop overnight.
There are some really strange behaviors when one is using the oss radeon driver... some flickers and effects not working with compositing. it's really low when the developers say they only use nvidia.
I use the OSS driver and KDE 4 looks flawless and all effects working. And it's fast too. This is with KMS. UMS broke about a month or so ago.
However, depending on what version of Mesa and xf86-video-ati you're using, you might need to disable the internal gl checks of kwin. In your ~/.kde/share/config/kwinrc:
Code:[Compositing] Backend=OpenGL CheckIsSafe=false DisableChecks=true Enabled=true GLDirect=true GLMode=TFP GLTextureFilter=2 GLVSync=false OpenGLIsUnsafe=false