View Single Post
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#59
Originally Posted by rcolistete View Post
Max9 and HolgerN : try this solution for empy LXDE menu. I.e., tap "Debian Chroot" and type inside Debian terminal :
# killall lxpanel
# find ~/.cache/menus -name '*' -type f -print0 | xargs -0 rm
# lxpanel -p LXDE &
And tap the "Debian LXDE" again to verify if it works.

It seems to be a LXDE bug.
Another solution is simply removing the content of "~/.cache/menus". In MeeGo X Terminal as user or root :
$ rm -f /home/user/.cache/menus/*

This is also needed to update the LXDE menu itens when you change Debian images.

This issue is now cited in the FAQ of 1st post.
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.

Last edited by rcolistete; 2012-08-06 at 19:33.