最近在ubuntu系統中使用自帶的firefox瀏覽器,發現有寫問題,好比登錄後,書籤,歷史記錄等,本來在windows下同步的數據沒法同步,添加書籤的功能也沒法使用。
通過查詢資料後得知,unbuntu系統中自帶的firefox是國際版的,服務器與中國版的不一樣,所以沒法實現數據的同步,因此,咱們須要從新安裝中國版的firefox火狐瀏覽器。下面是親測的安裝步驟。chrome
下載地址:http://www.firefox.com.cn/
sudo apt-get remove firefox
sudo mv firefox /opt
cd/uer/share/applications
sudo vim firefox.desktopubuntu
編輯內容vim
[Desktop Entry] Name=firefox Name[zh_CN]=火狐瀏覽器 Comment=火狐瀏覽器 Exec=/opt/firefox/firefox Icon=/opt/firefox/browser/chrome/icons/default/default128.png Terminal=false Type=Application Categories=Application; Encoding=UTF-8 StartupNotify=true
你肯定不給個贊再走嗎~~~~~windows