Firefox Profile cannot be loaded
I am new to Ubuntu. Through dual boot (Windows 10 is the other OS), I am getting into Ubuntu.
Whenever I tried to open Firefox, I am getting the following error:
Your Firefox profile cannot be loaded. It may be missing or inaccessible.
I uninstalled and installed Firefox once again. But I am getting same error.
I saw there is no profile folder in .mozilla/firefox/<myprofilefolder>
So, I tried to create the profile folder through command line by opening Profile manager:
firefox -P and firefox -ProfileManager
I am getting the following error.
Error: Access was denied while trying to open files in your profile directory.
So I gave the permission to the entire folder to create , read and delete for my name , group and others too. For sub-folders too.
Still I am unable to open the Firefox.
Please provide your inputs.
firefox user-profile
add a comment |
I am new to Ubuntu. Through dual boot (Windows 10 is the other OS), I am getting into Ubuntu.
Whenever I tried to open Firefox, I am getting the following error:
Your Firefox profile cannot be loaded. It may be missing or inaccessible.
I uninstalled and installed Firefox once again. But I am getting same error.
I saw there is no profile folder in .mozilla/firefox/<myprofilefolder>
So, I tried to create the profile folder through command line by opening Profile manager:
firefox -P and firefox -ProfileManager
I am getting the following error.
Error: Access was denied while trying to open files in your profile directory.
So I gave the permission to the entire folder to create , read and delete for my name , group and others too. For sub-folders too.
Still I am unable to open the Firefox.
Please provide your inputs.
firefox user-profile
1
"So I gave the permission to the entire folder to create , read and delete for myname , group and others too. For subfolders too." You should have asked your question before doing this. Did you install FF using "purge"? If not you should have. What you should have done is remove the profile file and have FF make a new one. But changing the permissions might have made this option impossible until you restore that.
– Rinzwind
Jul 23 '16 at 22:28
@Rinzwind I uninstalled firefox using USC , using USC I installed firefox. I never tried purge. I will try purge and update the question. Thanks.
– svk
Jul 23 '16 at 22:44
1
Purge remove user files and does not re-install it. Your problem is with a user file so ...
– Rinzwind
Jul 23 '16 at 22:47
add a comment |
I am new to Ubuntu. Through dual boot (Windows 10 is the other OS), I am getting into Ubuntu.
Whenever I tried to open Firefox, I am getting the following error:
Your Firefox profile cannot be loaded. It may be missing or inaccessible.
I uninstalled and installed Firefox once again. But I am getting same error.
I saw there is no profile folder in .mozilla/firefox/<myprofilefolder>
So, I tried to create the profile folder through command line by opening Profile manager:
firefox -P and firefox -ProfileManager
I am getting the following error.
Error: Access was denied while trying to open files in your profile directory.
So I gave the permission to the entire folder to create , read and delete for my name , group and others too. For sub-folders too.
Still I am unable to open the Firefox.
Please provide your inputs.
firefox user-profile
I am new to Ubuntu. Through dual boot (Windows 10 is the other OS), I am getting into Ubuntu.
Whenever I tried to open Firefox, I am getting the following error:
Your Firefox profile cannot be loaded. It may be missing or inaccessible.
I uninstalled and installed Firefox once again. But I am getting same error.
I saw there is no profile folder in .mozilla/firefox/<myprofilefolder>
So, I tried to create the profile folder through command line by opening Profile manager:
firefox -P and firefox -ProfileManager
I am getting the following error.
Error: Access was denied while trying to open files in your profile directory.
So I gave the permission to the entire folder to create , read and delete for my name , group and others too. For sub-folders too.
Still I am unable to open the Firefox.
Please provide your inputs.
firefox user-profile
firefox user-profile
edited Jul 24 '16 at 5:33
Kevin Bowen
14.4k155970
14.4k155970
asked Jul 23 '16 at 22:25
svksvk
1011
1011
1
"So I gave the permission to the entire folder to create , read and delete for myname , group and others too. For subfolders too." You should have asked your question before doing this. Did you install FF using "purge"? If not you should have. What you should have done is remove the profile file and have FF make a new one. But changing the permissions might have made this option impossible until you restore that.
– Rinzwind
Jul 23 '16 at 22:28
@Rinzwind I uninstalled firefox using USC , using USC I installed firefox. I never tried purge. I will try purge and update the question. Thanks.
– svk
Jul 23 '16 at 22:44
1
Purge remove user files and does not re-install it. Your problem is with a user file so ...
– Rinzwind
Jul 23 '16 at 22:47
add a comment |
1
"So I gave the permission to the entire folder to create , read and delete for myname , group and others too. For subfolders too." You should have asked your question before doing this. Did you install FF using "purge"? If not you should have. What you should have done is remove the profile file and have FF make a new one. But changing the permissions might have made this option impossible until you restore that.
– Rinzwind
Jul 23 '16 at 22:28
@Rinzwind I uninstalled firefox using USC , using USC I installed firefox. I never tried purge. I will try purge and update the question. Thanks.
– svk
Jul 23 '16 at 22:44
1
Purge remove user files and does not re-install it. Your problem is with a user file so ...
– Rinzwind
Jul 23 '16 at 22:47
1
1
"So I gave the permission to the entire folder to create , read and delete for myname , group and others too. For subfolders too." You should have asked your question before doing this. Did you install FF using "purge"? If not you should have. What you should have done is remove the profile file and have FF make a new one. But changing the permissions might have made this option impossible until you restore that.
– Rinzwind
Jul 23 '16 at 22:28
"So I gave the permission to the entire folder to create , read and delete for myname , group and others too. For subfolders too." You should have asked your question before doing this. Did you install FF using "purge"? If not you should have. What you should have done is remove the profile file and have FF make a new one. But changing the permissions might have made this option impossible until you restore that.
– Rinzwind
Jul 23 '16 at 22:28
@Rinzwind I uninstalled firefox using USC , using USC I installed firefox. I never tried purge. I will try purge and update the question. Thanks.
– svk
Jul 23 '16 at 22:44
@Rinzwind I uninstalled firefox using USC , using USC I installed firefox. I never tried purge. I will try purge and update the question. Thanks.
– svk
Jul 23 '16 at 22:44
1
1
Purge remove user files and does not re-install it. Your problem is with a user file so ...
– Rinzwind
Jul 23 '16 at 22:47
Purge remove user files and does not re-install it. Your problem is with a user file so ...
– Rinzwind
Jul 23 '16 at 22:47
add a comment |
1 Answer
1
active
oldest
votes
Following steps worked for me.
1.Kill all currently running process
killall firefox
killall thunderbird
2.Remove the cache Files
Note: Backup before removing.
$ rm -rf ~/.mozilla/
$ rm -rf ~/.cache/mozilla/
3.Change the ownership of following folders
$ sudo chown -R $USER ~/.cache/.mozilla/
$ sudo chown -R $USER ~/.mozilla/
** if the above step NOT successful, Then try following **
$ sudo chown -R $USER:$USER ~/.cache/.mozilla/
$ sudo chown -R $USER:$USER ~/.mozilla/
** if the above step NOT successful, Then try following **
$ sudo chmod -R 777 ~/.cache/.mozilla/
$ sudo chmod -R 777 ~/.mozilla/
4.If all above steps NOT successful, Then change entire cache folder permission
$ sudo chown -R $USER ~/.cache
or
$ sudo chown -R $USER:$USER ~/.cache
or
$ sudo chmod -R 777 ~/.cache/
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f802183%2ffirefox-profile-cannot-be-loaded%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Following steps worked for me.
1.Kill all currently running process
killall firefox
killall thunderbird
2.Remove the cache Files
Note: Backup before removing.
$ rm -rf ~/.mozilla/
$ rm -rf ~/.cache/mozilla/
3.Change the ownership of following folders
$ sudo chown -R $USER ~/.cache/.mozilla/
$ sudo chown -R $USER ~/.mozilla/
** if the above step NOT successful, Then try following **
$ sudo chown -R $USER:$USER ~/.cache/.mozilla/
$ sudo chown -R $USER:$USER ~/.mozilla/
** if the above step NOT successful, Then try following **
$ sudo chmod -R 777 ~/.cache/.mozilla/
$ sudo chmod -R 777 ~/.mozilla/
4.If all above steps NOT successful, Then change entire cache folder permission
$ sudo chown -R $USER ~/.cache
or
$ sudo chown -R $USER:$USER ~/.cache
or
$ sudo chmod -R 777 ~/.cache/
add a comment |
Following steps worked for me.
1.Kill all currently running process
killall firefox
killall thunderbird
2.Remove the cache Files
Note: Backup before removing.
$ rm -rf ~/.mozilla/
$ rm -rf ~/.cache/mozilla/
3.Change the ownership of following folders
$ sudo chown -R $USER ~/.cache/.mozilla/
$ sudo chown -R $USER ~/.mozilla/
** if the above step NOT successful, Then try following **
$ sudo chown -R $USER:$USER ~/.cache/.mozilla/
$ sudo chown -R $USER:$USER ~/.mozilla/
** if the above step NOT successful, Then try following **
$ sudo chmod -R 777 ~/.cache/.mozilla/
$ sudo chmod -R 777 ~/.mozilla/
4.If all above steps NOT successful, Then change entire cache folder permission
$ sudo chown -R $USER ~/.cache
or
$ sudo chown -R $USER:$USER ~/.cache
or
$ sudo chmod -R 777 ~/.cache/
add a comment |
Following steps worked for me.
1.Kill all currently running process
killall firefox
killall thunderbird
2.Remove the cache Files
Note: Backup before removing.
$ rm -rf ~/.mozilla/
$ rm -rf ~/.cache/mozilla/
3.Change the ownership of following folders
$ sudo chown -R $USER ~/.cache/.mozilla/
$ sudo chown -R $USER ~/.mozilla/
** if the above step NOT successful, Then try following **
$ sudo chown -R $USER:$USER ~/.cache/.mozilla/
$ sudo chown -R $USER:$USER ~/.mozilla/
** if the above step NOT successful, Then try following **
$ sudo chmod -R 777 ~/.cache/.mozilla/
$ sudo chmod -R 777 ~/.mozilla/
4.If all above steps NOT successful, Then change entire cache folder permission
$ sudo chown -R $USER ~/.cache
or
$ sudo chown -R $USER:$USER ~/.cache
or
$ sudo chmod -R 777 ~/.cache/
Following steps worked for me.
1.Kill all currently running process
killall firefox
killall thunderbird
2.Remove the cache Files
Note: Backup before removing.
$ rm -rf ~/.mozilla/
$ rm -rf ~/.cache/mozilla/
3.Change the ownership of following folders
$ sudo chown -R $USER ~/.cache/.mozilla/
$ sudo chown -R $USER ~/.mozilla/
** if the above step NOT successful, Then try following **
$ sudo chown -R $USER:$USER ~/.cache/.mozilla/
$ sudo chown -R $USER:$USER ~/.mozilla/
** if the above step NOT successful, Then try following **
$ sudo chmod -R 777 ~/.cache/.mozilla/
$ sudo chmod -R 777 ~/.mozilla/
4.If all above steps NOT successful, Then change entire cache folder permission
$ sudo chown -R $USER ~/.cache
or
$ sudo chown -R $USER:$USER ~/.cache
or
$ sudo chmod -R 777 ~/.cache/
answered Jan 12 at 2:42
Lava SangeethamLava Sangeetham
1012
1012
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f802183%2ffirefox-profile-cannot-be-loaded%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
"So I gave the permission to the entire folder to create , read and delete for myname , group and others too. For subfolders too." You should have asked your question before doing this. Did you install FF using "purge"? If not you should have. What you should have done is remove the profile file and have FF make a new one. But changing the permissions might have made this option impossible until you restore that.
– Rinzwind
Jul 23 '16 at 22:28
@Rinzwind I uninstalled firefox using USC , using USC I installed firefox. I never tried purge. I will try purge and update the question. Thanks.
– svk
Jul 23 '16 at 22:44
1
Purge remove user files and does not re-install it. Your problem is with a user file so ...
– Rinzwind
Jul 23 '16 at 22:47