On Monday 11 August 2008 17:19:36 Leandro Santiago wrote: >>only returns with >> Ctrl+Alt+Backspace :-)
On Mon, Aug 11, 2008 at 11:49 AM, Alan McKinnon wrote: >When the desktop won't > unlock, Ctrl-Alt-F1 to a console and log in as that user. Get the PID of the > process called enlightenment and send it a SIGHUP (kill -1) > > e will restart, open windows stay open, continue as before. I also have this (very annoying) problem. Sometimes, though, if I send a sighup I get returned to entrance and lose everything. Instead, I have been using a tip someone from the irc channel gave me a while back: Get enlightenment's pid and run: gdb -p "e17sPID" #Where e17sPID is.... e17s pid then use the command: call e_desklock_hide() Finally, either use continue (to let the process continue), or quit, to get out of gdb (and let the process continue) /Nathan -- If you have a penny and I have a penny, and we exchange pennies, we both have one penny but if you have an idea and I have an idea and we exchange ideas, then, we will both have two ideas. ----- ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
