Are you sure you have the right folder? Does ~/.var/app/org.mozilla.firefox/.mozilla
exist?
cache
suggests you've only moved your cached data, not your profile.
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Are you sure you have the right folder? Does ~/.var/app/org.mozilla.firefox/.mozilla
exist?
cache
suggests you've only moved your cached data, not your profile.
That's the problem, when I go to about:profiles, Firefox says that the root directories for the two profiles are:
But I can't find the directories for either of these profiles in /home/mario/.mozilla/firefox/
I have enabled the "Show hidden files" option in Thunar and I have even launched it as root from the terminal (sudo thunar) and I still can't find these profile directories.
Flatpak creates a "fake" home directory as part of its sandboxing. So what firefox sees as /home/mario
is actually /home/mario/.var/app/org.mozilla.firefox/
. At least on Mint, might be different in debian?
Flatpak firefox stores that stuff in ~/.var/app/org.mozilla.firefox
i do this my setting up a firefox account and syncing all of those things into my account.
that way, my firefox setup is always the same from computer-to-computer as well as from computer-to-smartphone.
that fact that yours is freezing suggests that something is wrong with your setup; do you get the same behavior if you use a non-flatpak version of firefox?