ubuntuforums-unanswered team mailing list archive
-
ubuntuforums-unanswered team
-
Mailing list archive
-
Message #07623
Re: [Question #78067]: Videos download stop on Firefox
Question #78067 on firefox-3.0 in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/firefox-3.0/+question/78067
Status: Open => Answered
Sam proposed the following answer:
It's the hidden folder in /home/username
which includes all your configuration files.
e.g. this will rename the folder, everything will still be in there in case to restore files successive.
##long version
mv /home/username/.mozilla /home/username/.mozilla.old
##short version
in regular case when opening a terminal one is per default in the /home/username environment
this can be veryfied via:
pwd
hence it's enough to type
mv .mozilla mozilla.old
restart firefox and test flash sites.
--
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.