I don't know what happened either, but you might need to make sure that old menu-cached is not running. The IPC mechnism inside menu-cache has been changed a bit. Let me explain what are changed:
1. menu-cache: * now the menu cache is loaded asynchronously. After calling menu_cache_lookup you get an empty menu and this function call doesn't block the execution. Later, a reload notification will be sent, and that means the menu cache is loaded and is ready for use. * The IPC mechanism inside menu-cache is changed. * no other parts are changed. 2. lxpanel: * I modify menu.c and launcherbar.c to adopt this new behavior of menu-cache. * no other parts are changed. So, why the logout screen is affected is very weird. The blank screen after login might be caused by lxpanel crash. Manual start of lxpanel with gdb might be needed for testing. On Mon, Feb 15, 2010 at 9:49 PM, Marty Jack <[email protected]> wrote: > With lxsession 0.4.1, menu-cache 0.2.6, lxpanel GIT Head, I am finding that > selecting Logout from the menu dims the screen and gets stuck without putting > up the logout dialog. Manually running lxsession-logout from a terminal > works properly. With lxsession 0.4.1, menu-cache 0.3.0, lxpanel GIT Head, I > am finding that logging in leaves me with a black screen. > > Does anyone else see this or have an idea what changed. > > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > Lxde-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/lxde-list > ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ Lxde-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lxde-list
