Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
15
rated 0 times [  15] [ 0]  / answers: 1 / hits: 8417  / 3 Years ago, sun, october 17, 2021, 5:39:10

There's no ~/.mozilla/firefox, only ~/snap/firefox/ but that does not seem to have the profiles:


~/snap/firefox$ find places.sqlite

find: ‘places.sqlite’: No such file or directory


Not sure what this translates to:


$ snap connections firefox
Interface Plug Slot Notes
...

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



Edit:

find doesn't work as simple, instead use:


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

More From » firefox

 Answers
4

I upgraded to 22.04 yesterday and Firefox has imported my profiles from the original directory inside ~/.mozilla/firefox/ into the new directory of ~/snap/firefox/common/.mozilla/firefox/ this is where they are stored now.


If you navigate to about:profiles it will show your current profile and it's full path.


The personal-files socket grants access to $HOME, see more info here


[#408] Monday, October 18, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
giccolla

Total Points: 161
Total Questions: 124
Total Answers: 117

Location: Aland Islands
Member since Wed, Nov 17, 2021
3 Years ago
giccolla questions
;