The solution to the Firefox account cannot be synchronized under Windows and Ubuntu

         The full text is reprinted: https://blog.csdn.net/qq_37772981/article/details/79943848

    Recently I started to find a problem with the Ubuntu system. I created an account in the Firefox version that comes with the Ubuntu system or in the software center, and then logged in under Windows Firefox and found that this account does not exist. The reason is that Firefox has a global service and local Service, Firefox under Ubuntu is an international version and belongs to a global service, while Firefox under Windows is a local service. The default storage server under the two systems is not one and cannot be synchronized. The solution is to uninstall the original Firefox under Ubuntu system and install the Chinese version of Firefox.

/

Solution (pro-test effective!!!)

1. Visit the official website of Firefox China and download the latest version of Firefox: http://www.firefox.com.cn/download/

2. Command line decompression:

tar jcf Firefox-latest-x86_64.tar.bz2


     If the command can't decompress, just manually decompress it, right click -> extract the file and it will be OK

3. Back up the Firefox pre-installed on the system:

sudo mv /usr/lib/firefox /usr/lib/firefox_ubuntu


4. Then replace with the Chinese version:


sudo mv firefox /usr/lib/firefox


5. The Firefox pre-installed in the system is started by a script, but the Chinese version does not, so copy the script:

sudo cp /usr/lib/firefox_ubuntu/firefox.sh /usr/lib/firefox/firefox.sh


After finishing, open Firefox again to use the Chinese version, and the account problem can be solved.

///

(Jumping pit jumping pit!!!)

I searched the Internet before that, and saw the method shown in the figure below. After testing according to it, it was not successful. (It may also be my own problem, sad...)

//

I wish you all the way Ubuntu further and further away ~ (^ ~ ^) ~
---------------------
Author: Hao Yu Xuan
Source: CSDN
Original: https: //blog.csdn.net/qq_37772981/article/details/79943848
Copyright statement: This article is the original article of the blogger, please attach the link of the blog post if you reprint it!

Guess you like

Origin blog.csdn.net/hgz_gs/article/details/89281455
Recommended