Version: (using Devel) Installed from: Compiled sources Compiler: gcc 4.2.3 OS: NetBSD Place some plasmoids on the desktop and resize them. After ending the session (logout) and starting a new one, the applets will be at the right place but they will have the default size rather than the one you specified.
I've chosen the wrong OS, it's actually Gentoo Linux.
I don't have enough time to install a KDE development environnement, I quickly read the sources and I saw that geometry is well saved (in Plasma::Applet::save()) but it's not restored in Plasma::Applet::restore() (in file KDE/kdebase/workspace/libs/plasma/applet.cpp) It would need to add something like : QRectF g = c->readEntry("geometry", QRectF()) // (a better default value should be used) setGeometry(g)
Revisions 807088 and 807410 fixed this problem. I think we can close this entry.
*** Bug has been marked as fixed ***.