遇到一個怪問題, 只要新增書籤或刪除書籤後, 重新啟動 firefox 會回溯到最後一次備份的書籤, 本以為是 foxmarks 的問題, 但移除也無法改善, google 一番消化理解後, 得到以下結論:
ref: this and this
- 刪除 profile 目錄下所有 *.sqlite 的資料檔, 但記得要先備份書籤.
- 刪除 profile 目錄下的 bookmarkbackups/ 目錄.
cp -a ~/.mozilla/firefox/*.default/places.sqlite \
~/places.sqlite.`date +"%Y%m%d"`
rm -f ~/.mozilla/firefox/*.default/*.sqlite
rm -rf ~/.mozilla/firefox/*.default/bookmarkbackups/
ref: this and this
0 comments:
張貼留言