Keyboard fixing ubuntu

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

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s