Nice. I almost went partway to 2011, upgrading all sorts of python in order to try a new kernel in 2011 testing but backed out. I will stay in a very capable 2010.2 for some more time.
On icons, they have been a thorn in my side from time to time. The logout applet icon (I don't display the 'lock' part, asking for trouble

) is too small, doesn't use the vertical space available. I tried your height-toggle trick just in case but it stays out of step, too small, at all heights. At some point in the previous incarnation of 2010.2, it magically changed to a good size but I don't know what triggered that.
On the kernel thing, I have been having a problem with KDE startup on boot (autologin) wherein pulse seems to only half start; notifications play sometimes, sometimes not, and the phonon popup tells me something like "The audio playback device HDA Intel does not work. Falling back to default." Google has shown some relationship between intel-hda chip/driver like I have and audio problems, so I thought a newer kernel might solve this.
A work-around is to crash X with [Ctrl-Alt-Bckspace] x 2 --> autologin --> kde-phonon just works, but this is annoying. It made me think startup is trying to make kde-phonon start before other things are ready for it, so I looked to /etc/xdg/autostart/pulseaudio-kde.desktop which is the controlling start-up file, I think. My scheme was to inject a delay into this, which I tried, which made no difference.

I have put comments in the file, including what was the ineffectual delay, now reverted to the stock exec command:
Sometime later, I got to thinking about speedboot, found necessary background here:
http://wiki.mandriva.com/en/2009.1-speedboot and did this:
Code: Select all
$ cat /etc/sysconfig/speedboot
#possible values : auto / yes / no / probe
#probe should only be used on kernel commandline : speedboot=probe
#to reset speedboot status for current kernel
SPEEDBOOT=noFirst boot with that configured and phonon is ok.

Time will tell if this is a solution.
