KDE 4.1 Released, Reviewed
StoneLion writes "After months of development and controversy, the KDE project announced the release of KDE 4.1 today. Linux.com (a Slashdot sister site) took a hands-on look at the new code, and reviewer Jeremy LaCroix says, 'KDE 4.1 simply rocks.'" Bruce Byfield's review is quite positive, as well.
It's a pretty significant feature release and is probably a better example going forward of KDE4 can become than the .0 release was
http://www.kde.org/download/#v4.1
It is definitely worth downloading and I say it is more then sufficient to replace KDE 3.5
Please provide an option to disable the upper right cashew.
Although putting an option to disable the cashew for desktops sounds reasonable, from a coding point of view it would introduce unnecessary complexity and would break the design. What has been suggested is, since the destkop itself (a containment) is handled by plugins, to write a plugin that would draw the desktop without the cashew itself. Currently some work ("blank desktop" plugin) is already present in KDE SVN. With containment type switching expected by KDE 4.2, it is not unreasonable to see alternative desktop types developed by then.
A CC-licensed illustrated horror novel
Windows 2000 was NT 5.0. XP was NT 5.1. Wouldn't the release of XP warrant a notification? Version numbers don't actually mean anything. Some vendors create a new major version every 3 months, with no modifications, while others only go from x.1 to x.11 every 3 years, yet add tons of functionality along the way.
Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
Use this setting:
nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1
Using this trick, resize becomes snappy.
I reply to mysel: to make this change permanent, I created a file called: /etc/X11/xinit.d/20nvidia-te-acceleration
which contains:
#!/bin/sh
if [ -x /usr/bin/nvidia-settings ]; then /usr/bin/nvidia-settings -a InitialPixmapPlacement=2 -a GlyphCache=1
fi
Firefox 3 still looks like crap by default because it's a GTK program, you can use gtk-qt-engine-kde4 to make it play nicer with QT (Looks close to, but not exactly like, a QT4 program).
I also use an Oxygen icon theme for Firefox, since that program doesn't change any icons.
The scrollbar bug doesn't happen for me, not entirely sure under what conditions it happens, it's also possible that it has been fixed in newer version of that software or only happened with FF2.
So far I've had the following issues/nags/etc:
* Using the resize on the upper right of the new menu instantly made the default size *bigger*, which isn't what I wanted, and there was no way to resize back to even its default size.
* Input Actions don't work at all. Yes, the action and the group it's in are not disabled, and KHotKeys daemon is activated from Global Settings. No key combos work.
* The main panel glitched out and everything was horribly spaced out when I tried to add and remove widgets from it; I had to completely recreate a new panel to fix it.
* While it's not exactly slow, it does have several slow redraw issues (e.g. the classic launcher menu) and I've seen it lag at random times much more than KDE3 ever did. I know this is probably to be expected, but it's worth noting. No, I don't use desktop effects (compositing), as I've seen that slows things down much more in general (games, etc) than it helps with desktop elements.
* System Settings crashed on me on more than one occasion.
Overall, much better than the completely unusable 4.0, but they still have a long way to go to make KDE4 even remotely stable.