-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alan McKinnon wrote:
> On Monday 11 August 2008 17:19:36 Leandro Santiago wrote:
>> Hello to all.
>> I'm having problems with the system of locking the e17 desktop.
>> I compiled enlightenment and the entrance to support the pam.
>> But whenever I try to unlock the desktop user - but on a root session
>> works - is returned as an error, so that only returns with
>> Ctrl+Alt+Backspace :-)
> 
> I keep running into this myself. With some builds, unlock works. Sometimes it 
> doesn't. So somewhere there is a bug and it is obviously not known or fixed 
> yet.
> 
> I have a workaround for you to use until it is solved. 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.
> 
> Remember, it's only an ugly hack workaround (that works)
> 
If it's a laptop (and you love ugly hacks) take a look in /etc/acpi and
consider binding a shell script to an acpi event to unlock.

(I'm assuming you're using linux and your distro puts acpi events config
a/triggers/actions in the same place as mine (debian lenny).

something like

kill -1 `ps aux | grep enlightenment | awk {'pint $1'}`

you should probably refine it a bit to avoid sighupping half your system ;)

- --
Rich Healey -              [EMAIL PROTECTED]
Developer / Systems Admin - OpenPGP: 0x8C8147807
MSN: [EMAIL PROTECTED] AIM: richohealey33
irc.psych0tik.net    -> #hbh #admins richohealey
irc.freenode.org     -> #hbh #debian PythonNinja
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkitBaoACgkQLeTfO4yBSAcstQCgilNErzl+VfFtgykY6A6Uwfiu
ru0AoJhgc4uvJjSABlsR0ShEfJ6mvUIS
=4YMH
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
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

Reply via email to