Ubuntu下firefox賬號無法登入問題

2021-08-21 05:56:20 字數 692 閱讀 4392

ubuntu16.04自帶有firefox瀏覽器,但是會發現賬號無法登入.原來在windows下的資料沒有辦法同步,書籤也同步不了.經過查詢資料後得知,ubuntu系統中自帶的firefox是國際版,伺服器與windows下的不一樣,因此沒法實現資料同步.所以需要重新安裝中國版的firefox瀏覽器.

sudo apt-get remove firefox
sudo mv firefox /opt
4.進入下面的目錄

5.建立desktop檔案,使用編譯器編寫**

//用vim編寫desktop

sudo vim firefox.desktop

//編寫的內容

[desktop entry]

name=firefox

name[zh_cn]=火狐瀏覽器

comment=火狐瀏覽器

exec=/opt/firefox/firefox

icon=/opt/firefox/browser/chrome/icons/default/default128.png

terminal=false

encoding=utf-8

startupnotify=true

6.儲存後,登入賬號即可

ubuntu下安裝firefox外掛程式

此方法適用於firefox自動安裝速度慢的系統。sudo apt get install axel axel sudo apt get install alien sudo alien scripts xx.rpm 4.上述 可將xx.rpm轉化成為xx.dep檔案,接著執行安裝 sudo dpkg...

ubuntu下安裝firefox的flash外掛程式

當然我們乙個良好的習慣就是檢視readerme.txt檔案,其中詳細介紹了各中格式的安裝方法。對於tar.gz方法簡單的翻譯過來就是 1.解壓外掛程式tar.gz檔案 2.找到firefox外掛程式的安裝目錄,可以使用find命令搜尋 mozilla plugin等關鍵字 firefox外掛程式預設...

Ubuntu下firefox中文亂碼的解決辦法

新安裝的ubuntu 9.10裡的firefox瀏覽器顯示flash時會出現中文亂碼問題,其實只是相關的設定有些問題,解決方法如下述 1.查詢49 sansserif.conf配置檔案。cd etc fonts conf.d ls2.備份49 sansserif.conf配置檔案。sudo cp 4...