Sometimes happens that when you boot and start typing a text ex. [hello] > it shows up like [h49a] or s.th like this
thats how to fix it…
open terminal –
# to install libpam-keyring enter:
sudo apt-get install libpam-keyring
# and to modify the gdm login file do:
sudo gedit /etc/pam.d/gdm
then it will open the file in a text editor. add the line –
@include common-pamkeyring
to the end of the file w/o erasing the stuff above it. save it and close.
this only works if your keyring pw is the same as your login pw. if it isnt, before doing any of this just delete your keyring –
rm $HOME/.gnome2/keyrings/default.keyring