The same is when I launch lxsession on SSH, it show me only the desktop with icons but not the application bar.
In terminal, it gives me the message:
** (lxpanel:2136): WARNING **: Config files are not found.
What should I do?
** (lxpanel:2136): WARNING **: Config files are not found.
It works!bgirardot wrote:Just a follow up. This is definitely because I do my set ups headless. If I do the set up and config with a monitor attached, everything works fine.
Just removing the directory ~/.config/lxpanel/ does not fix the problem until you actually connect it to a monitor, doing it headless and then using X forwarding to run the GUI doesn't get it fixed. The problem for me is, nothing ever gets put in that directory if you didn't have a monitor connected and type startx.
You can fix it manually by copying everything from the default lxpanel config to your local user's lxpanel config directory:
cp -rp /etc/xdg/lxpanel/profile/LXDE/* ~/.config/lxpanel/LXDE/
Then it will work again no matter how you access the LXDE gui
I submitted this as a bug to the raspbian repository on github