Solution to the problem of the white chrome logon key ring and the garbled characters entered by sogou pinyin (Security trial version) and the chrome key
This is two recent problems.
Chrome logon key ring Solution
In linux, the key ring is used to securely store private data. It is used to encrypt and save Security data such as passwords, certificates, and keys.
After Google Chrome is installed, your logon password does not match the logon key ring every time you open it. You need to click the cancel button multiple times to enter the browser page, which is very troublesome.
I have summarized several blog posts on querying the logon key ring:
1. Open the terminal and enter apt-get install seahorse;
2. Input: seahorse;
3. Right-click the chrome key ring and delete it;
4. File ---- New ---- new key ring name ---- enter new password ---- OK ---- restart application ---- enter new password.
Then we don't need to enter the password again. In addition, the password here can be empty, but it is obviously insecure.
Solution to sogou input garbled Problem
This problem has never been encountered before. It occurs when the character is played, the front side is normal, and the back side is followed by many messy characters.
Comprehensive blog posts to reduce detours.
1. Enter the command echo $ LANG detection language format;
2. zh_CN.UTF-8;
3. Enter the command: LANG = en_US.UTF-8;
4. Enter the command apt-get install ttf-wqy-microhei ttf-zenhei xfonts-wqy.
5. Enter the command: gnome-tweak-tool
6. Change the font to the new downloaded font and restart.
Another method has no chance to try, because the above method solves the problem.
1. Open the terminal and enter the command: cd ~ /. Config;
2. Enter the command: ls-;
3. Enter the command rm-r Sougou *;
4. Restart.
I have never tried it. Remember that the S of Sougou is capitalized.