1. to get autologin just add the following two lines to the /etc/lightdm/lightdm.conf
autologin-user=
autologin-user-timeout=0
2. to allow shutdown or reboot http://ubuntuforums.org/showthread.php?p=8690700
nano /usr/share/polkit-1/actions/org.freedesktop.consolekit.policy
<?xml version=”1.0″ encoding=”UTF-8″?> <!DOCTYPE policyconfig PUBLIC “-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN” “http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd”><policyconfig><action id=”org.freedesktop.consolekit.system.stop”> <description>Stop the system</description> <message>System policy prevents stopping the system</message> <defaults> <allow_inactive>no</allow_inactive> <allow_active>yes</allow_active> </defaults> </action> <action id=”org.freedesktop.consolekit.system.stop-multiple-users”> <action id=”org.freedesktop.consolekit.system.restart”> <action id=”org.freedesktop.consolekit.system.restart-multiple-users”> </policyconfig> |
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
You must be logged in to post a comment.