> Hi > > I want to add a button on my theme to logout and shutdown, what command > would I execute to do this ? > > Init 0 doesnt work, because it doesn't logout
Why don't you create a script like this: ##########Begin############# #!/bin/sh eesh -e "exit" shutdown -h now #although you can use shutdown or init 0 ##########End########## and then make the button run that command. > > -- > Du-Wayne Rood > Fax: +27 (0)11 529 2727 > > Discovery Holdings Ltd > Reg number: 1999/07789/06 > Web: www.discovery.co.za > > This message and any attachments are confidential and intended solely > for the addressee. If you have received this message in error, please > notify Discovery Holdings Ltd immediately, telephone number +27 (0)11 > 529 2888. Any unauthorised use, alteration or dissemination is > prohibited. Discovery Holdings Ltd accepts no liability whatsoever for > any loss, whether it be direct, indirect or consequential, arising from > information made available and actions resulting there from. > > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > enlightenment-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ enlightenment-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
