Showing posts with label plasma. Show all posts
Showing posts with label plasma. Show all posts

KDE 4.2 - Fresh, Hot, Pretty, Efficient - A Release to Enjoy

Diposkan oleh Unknown on Saturday, February 7, 2009

I've seen quite few real reviews of KDE 4.2 so far. Let me show you a screen shot and begin with my summary: It's a great release.

Plasmoids
The core, no actually every part of the KDE4 desktop consists of plasmoids, little applets comprising parts of the desktop: The menu, the panel, the clock, desktop applets such as wheather and disk space, network and CPU usage displays, news overviews and many more are already included.


After some problems with achieving the high goals of a flexible interface the developers have by now achieved much. You can put the plamoids anywhere on your screens. I have two displays and really enjoy being able to setup each display with its corresponding plasmoids. I really enjoy the prettier new taskbar and the new style. You can now move plasmoids from the panel to the desktop and back, but that's not easy yet.

Platforms
I don't know about the OS X port, but my girl friend is already enjoying the Windows port of KDE including great applications such as Parley in a native Windows build. And they work more or less flawlessly. I think the sounds support was not perfect, but everything else works nicely and the installer is pretty simple to handle while remaining flexible. (It's not easy enough yet that she could install it herself, though.)

Stability
As it's a .0 release, you will definitely be able to crash plasma. Probably during the tryouts for setting up your plasmoids. I recommend quitting and restarting plasma after you've got your basic configuration done with kquitapp plasma && plasma &. Then continue with the fine tuning.

Upgrade
KDE used 4.2 my previous(4.1.4) configuration successfully. Even my applets were still there at the same place. That's a nice thing and I think between 4.0 and 4.1 it didn't work well for me.

Bugs
The screen flickering problem disappeared for me. In KDE 4.1 my second screen kept going blank for about 1,5 seconds about every 10 seconds. I had to work around that bug by starting kde manually. That's solved now. I get one flicker during that startup of KDE but that's it.

Polish
There will of course be some polish in the 4.2.x releases. Some plasmoids are still buggy and can crash plasma. The weather applet crashed plasma if it didn't find the city I was searching for e.g. Sometimes removing an applet can crash plasma. But there are more practical plasmoids and they work better than in 4.1. The rss reader lets you scroll through with your mouse wheel, a memory usage applet is still missing.

Efficiency
You can see how efficient the plasma approach and implementation is when suspending your computer and then resuming it. The clock will take up to a minute to be set to the current time. That's because it gets the time only once a minute - when a new minute starts. That saves CPU usage in between and shows how much thought the programmers put into an efficient implementation. Even my desktop full of plasmoids uses only very little resources of my system. It doesn't slow you down. It even works nicely over NX (remote desktop). When idling, plasma creates about 1 wake per second in powertop on my system.
More aboutKDE 4.2 - Fresh, Hot, Pretty, Efficient - A Release to Enjoy

Don't try Multi Head Configurations with KDE 4.1

Diposkan oleh Unknown on Tuesday, September 16, 2008

There are several issues up to KDE 4.1 in multiple display configurations, so I can not recommend using KDE 4 for that purpose (yet).

See these bugs for more:
https://bugs.kde.org/show_bug.cgi?id=163057
https://bugs.kde.org/show_bug.cgi?id=162623
https://bugs.kde.org/show_bug.cgi?id=158850
More aboutDon't try Multi Head Configurations with KDE 4.1

Plasma Crash on Start Since Last Update

Diposkan oleh Unknown on Sunday, September 14, 2008

Since the last time I've updated my Ubuntu KDE 4.1.1 packages, plasma keeps crashing every single time I start KDE4. I think I'll try a mv ~/.kde4 ~/.kde4-crash ...

So my recommendation: Skip the KDE 4.1.1 upgrades for now.
More aboutPlasma Crash on Start Since Last Update

Plasma Clocks after Suspend to Ram

Diposkan oleh Unknown on Saturday, July 12, 2008

Plasma is programmed with great care for saving resources. For example clocks only occupy the processor once a minute(when the displayed time changes). This is working well as I could just find out when I resumed my computer. The clock was still at the time from 2 hours ago when I suspended. Until about 20 seconds later, with a change in the minute, the time was displayed correctly again. This confirms how well this already works in plasma with KDE 4.1b2.
More aboutPlasma Clocks after Suspend to Ram

Many Applets in KDE Playground trunk are broken

Diposkan oleh Unknown on Saturday, July 5, 2008

Unfortunately many of the applets do not compile. At least not on my Kubuntu 8.04 system with KDE 4.1b2. If you want to try out a few, checkout one of these: calendar charselect darkstat embed-win keyboardLeds previewer timer toggle-compositing wifi-signal-strength.

I especially like wifi-signal-strenght: Easy but nice and rather pretty. Get it with

svn co svn://anonsvn.kde.org/home/kde/trunk/playground/base/plasma/applets/wifi-signal-strength

And compile it with:

cd wifi-signal-strength
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4/
make

You may have to replace with PREFIX with the one from your distribution.
More aboutMany Applets in KDE Playground trunk are broken

Plasma SHM Memory Leak + plasma Tip, kquitapp

Diposkan oleh Unknown on Wednesday, June 11, 2008

It seems plasma leaks into x shared memory. This would explain why I had such a high value xrestop. After I restarted X it was down to only around 6 MB. It's funny but I don't even really notice these things anymore now that I have 2 GB RAM.

I wonder how many memory won't get noticed because developers have "too much" RAM in their developing systems...

By the way, if plasma constantly crashes for you and your settings get lost, you can just quit it with "kquitapp plasma", this saves its settings and then quits plasma.



Update: I've found a bug report on bugs.kde.org and it seems to be already fixed in SVN trunk.
More aboutPlasma SHM Memory Leak + plasma Tip, kquitapp

Plasma Development Resources

Diposkan oleh Unknown on Monday, June 9, 2008

Thanks to some nice KDE developers I now have some more plasma development resources:

http://techbase.kde.org/Projects/Plasma

http://api.kde.org/4.x-api/kdebase-workspace-apidocs/libs/plasma/html/index.html

The panel-devel mailing list and irc: #plasma on IRC (irc.freenode.org).

I added them to the Plasma Tutorial wiki as well.
More aboutPlasma Development Resources