同步windows和ubuntu下firefox的配置文件
Posted 8 months ago at 7:00 pm. 0 comments
办法一:
lifehack 说了个<a href=”http://lifehacker.com/software/hack-attack/sync-your-firefox-extensions-and-profiles-across-computers-272113.php”>Sync your Firefox extensions and profiles across computers</a>
用 firefox 的 FolderShare 插件把配置文件放在一个固定的地方,然后win和ubuntu下的firefox都去读这个配置。
办法二:
还有人 <a href=”http://lxjunkie.blogspot.com/2008/01/making-firefox-portable-even-more.html”>Making Firefox Portable Even More Portable</a> 这样搞:
先
firefox -ProfileManager
建立一个新的配置文件,然后
ln -s /home/[username]/.mozilla/firefox/profiles/[profname] [path to firefox portable install]/Data/profile
把这个配置文件和windows下的 portable firefox 做个符号连接。
这样,两边(win下或者ubuntu下使用firefox,配置文件也是同步的)
办法三:
我老人家临时的办法,直接
wine firefoxPortable所在目录/FirefoxPortable.exe
还没有长时间使用,可能会有问题,毕竟是wine啊。
Popularity: 22% [?]
Tags: firefox, ubuntu