ubuntu 火狐浏览器中文版和英文版同步标签

Ubuntu默认使用Firefox国际版。其他平台访问官网下载到的都是中国版,而国际版和中国版使用两套账号体系,相互之间无法同步,导致Ubuntu的Firefox无法和其他平台的Firefox同步书签等,为此可将Firefox改为使用中国版。

  1. 访问Firefox中国官网,下载最新版Firefox:http://www.firefox.com.cn/download/
  2. 解压:tar jcf Firefox-latest-x86_64.tar.bz2
  3. 将系统预装的Firefox备份:sudo mv /usr/lib/firefox /usr/lib/firefox_ubuntu
  4. 用中国版替换:sudo mv firefox /usr/lib/firefox
  5. 系统预装的Firefox是通过脚本启动,而中国版没有,因此要将该脚本复制过来:sudo cp /usr/lib/firefox_ubuntu/firefox.sh /usr/lib/firefox/firefox.sh

完成后,再打开Firefox就是使用中国版的了。

转载地址:http://blog.csdn.net/mvpboss1004/article/details/58592015

猜你喜欢

转载自blog.csdn.net/hnsywangxin/article/details/78794958