File kdebase-workspace-netbook-fix-default-wallpapermode.patch of Package kdebase4-workspace
Index: plasma/netbook/shell/netcorona.cpp
===================================================================
--- plasma/netbook/shell/netcorona.cpp
+++ plasma/netbook/shell/netcorona.cpp 2010-01-22 14:28:06.000000000 +0100
@@ -102,7 +102,7 @@
c->setScreen(0);
}
- c->setWallpaper("image", "SingleImage");
+ c->setDrawWallpaper(true);
c->setFormFactor(Plasma::Planar);
c->updateConstraints(Plasma::StartupCompletedConstraint);
c->flushPendingConstraintsEvents();