Tuesday, January 27, 2015

Toolbar missing in Raspberry Pi desktop environment

I recently discovered the amazing device called Raspberry Pi. It has been very frustrating but fun to set up. After updating some of the packages, my bottom toolbar disappeared and I had no idea how to get it back. Finally I found a solution that worked for me. Just run this command in a terminal session:

cp -rp /etc/xdg/lxpanel/profile/LXDE/* ~/.config/lxpanel/LXDE/

Reboot, then you should have your toolbar back! Here is the original location where I found this solution: http://www.raspberrypi.org/forums/viewtopic.php?f=27&t=17732

No comments:

Post a Comment