I think that suggests you mistyped that (rather convoluted) command!
This is what it looks like for me, with before and after views for comparison.
Code: Select all
pi@raspberrypi ~ $ ls -al ~/.config/lxpanel/LXDE
total 8
drwx------ 2 pi pi 4096 Feb 27 21:30 .
drwx------ 3 pi pi 4096 Feb 27 21:30 ..
pi@raspberrypi ~ $ cp -rp /etc/xdg/lxpanel/profile/LXDE/* ~/.config/lxpanel/LXDE/
pi@raspberrypi ~ $ ls -al ~/.config/lxpanel/LXDE
total 16
drwx------ 3 pi pi 4096 Mar 31 16:53 .
drwx------ 3 pi pi 4096 Feb 27 21:30 ..
-rw-r--r-- 1 pi pi 81 May 18 2012 config
drwxr-xr-x 2 pi pi 4096 Jan 1 1970 panels
pi@raspberrypi ~ $
Oh - and it fixes the absence of the missing panel as well...
How To Ask Questions The Smart Way: http://www.catb.org/~esr/faqs/smart-questions.html
How to Report Bugs Effectively: http://www.chiark.greenend.org.uk/~sgtatham/bugs.html