1、Ubuntu linux下同步windows火狐foxfire 浏览器收藏夹问题

最近在ubuntu系统中使用自带的firefox浏览器,发现有一些问题,比如登陆后,书签,历史记录等,原本在windows下同步的数据无法同步,添加书签的功能也无法使用。

经过查询资料后得知,unbuntu系统中自带的firefox是国际版的,服务器与中国版的不同,因此无法实现数据的同步,所以,我们需要重新安装中国版的firefox火狐浏览器。下面是亲测的安装步骤。

1.首先,我们要下载最新版本的中国版firefox火狐浏览器,

下载地址:http://www.firefox.com.cn/

2.在下载的过程中,我们可以先删除ubuntu系统自带的火狐浏览器

1

sudoapt-get remove firefox

3.下载完毕后,解压,将解压出的firefox文件夹移动到/opt目录下

1

sudomvfirefox/opt

4.进入下面的目录

1

cd/uer/share/applications

5.创建firefox.desktop文件

1

sudovim firefox.desktop

编辑内容

1

2

3

4

5

6

7

8

9

10

11

[Desktop Entry]

Name=firefox

Name[zh_CN]=火狐浏览器

Comment=火狐浏览器

Exec=/lib/firefox/firefox

Icon=/opt/firefox/browser/chrome/icons/default/firefox.ico

Terminal=false

Type=Application

Categories=Application;

Encoding=UTF-8

StartupNotify=true

6.保存后。就可以看到桌面上有了Firefox,打开重新登录账号,查看书签,发现已经可以完美同步过来啦。