Firefox(Snap)将配置文件存储在哪里?

Firefox(Snap)将配置文件存储在哪里?

没有~/.mozilla/firefox,只有~/snap/firefox/但似乎没有配置文件:

~/snap/firefox$ find places.sqlite
find: ‘places.sqlite’: No such file or directory

不确定这是什么意思:

$ snap connections firefox
Interface                 Plug                            Slot                             Notes
...

personal-files            firefox:dot-mozilla-firefox     :personal-files                  -

编辑:

find工作不那么简单,而是使用:

~/snap/firefox$ find . -name places.sqlite 
./common/.mozilla/firefox/<ID>.default/places.sqlite

答案1

我昨天升级到了 22.04,Firefox 已将我的配置文件从原来的目录导入~/.mozilla/firefox/到了新目录中,~/snap/firefox/common/.mozilla/firefox/这就是它们现在的存储位置。

如果您导航到about:profiles它将显示您当前的配置文件及其完整路径。

个人文件套接字授予对 $HOME 的访问权限,请参阅更多信息这里

答案2

它存储在

~/snap/firefox/common/.mozilla/firefox

相关内容