[Sugar-devel] [PATCH sugar] Create a default unencrypted keyring, OLPC #10290
Manuel Kaufmann
humitos at gmail.com
Tue Apr 17 12:12:15 EDT 2012
On Mon, Apr 16, 2012 at 07:33, Simon Schampijer <simon at schampijer.de> wrote:
> This patch does create an ununcrypted default keyring
> if there is not one available already. This will stop
> prompts for unlocking the keyring after logging into
> Sugar.
On Debian Testing I used these commands to stop the prompt:
echo "default" > ~/.gnome2/keyrings/default
echo "[keyring]" > ~/.gnome2/keyrings/default.keyring
echo "display-name=default" >> ~/.gnome2/keyrings/default.keyring
TIME=$(/bin/date +%s)
echo "ctime=$TIME" >> ~/.gnome2/keyrings/default.keyring
echo "mtime=$TIME" >> ~/.gnome2/keyrings/default.keyring
echo "lock-on-idle=false" >> ~/.gnome2/keyrings/default.keyring
echo "lock-timeout=0" >> ~/.gnome2/keyrings/default.keyring
--
Kaufmann Manuel
Blog: http://humitos.wordpress.com/
Porfolio: http://fotos.mkaufmann.com.ar/
PyAr: http://www.python.com.ar/
More information about the Sugar-devel
mailing list