Отображение вопросов с тегом: Показать все вопросы

How to set up two copies of firefox on MacOS? (Not two profiles).

Hi there. I love Firefox, but I have an issue at the moment where I have one copy set up on my Mac, and it has two profiles. However, I'm running into regular problems wh… (читать ещё)

Hi there. I love Firefox, but I have an issue at the moment where I have one copy set up on my Mac, and it has two profiles. However, I'm running into regular problems where they're both open and they can't quit, or they crash, or they want updates, the other one, and then it has to be restarted and can't open web pages for stuff like that.

A little bit more about my setup. I have two admin accounts on my Mac and an applications folder with Firefox in it. Then each of my Mac accounts has a version of Firefox with a different profile.

I'm about to do a clean install of macOS with the two admin accounts. I want to install Firefox correctly this time. How do I have two entirely separate copies of Firefox running on my Mac in the two admin accounts? I just don't want their threads to be mixed or them to be updating each other or anything like that.

Absolutely love Firefox, but this has been quite a big issue for me and I'd love some advice here. Thank you.

Additional note, I followed the link below the first time I setup to create two profiles, but that didn't quite do what I wanted.

https://support.mozilla.org/en-US/questions/1127836

Задан me.play 3 недели назад

Последний ответ от zeroknight 3 недели назад

Firefox not updating

Firefox keeps reminding me that updates are available. I download and it says its installing but it doesn't seem to update. I have tried closing Firefox before running th… (читать ещё)

Firefox keeps reminding me that updates are available. I download and it says its installing but it doesn't seem to update. I have tried closing Firefox before running the installation but it makes no difference. I am on 125.02 at the moment.

Задан malcolmmcp 3 недели назад

Последний ответ от Paul 1 неделю назад

extension is not recognized in browser

I have tried to install my password manager Sticky Password several times to the firefox browser. The current version of sticky password is installed and running but the … (читать ещё)

I have tried to install my password manager Sticky Password several times to the firefox browser. The current version of sticky password is installed and running but the firefox browser leaves me a message saying it is not installed or running.

Задан jake310 3 недели назад

Последний ответ от zeroknight 3 недели назад

Firefox won't print webpages

Firefox just will not print anything at all. I have tried all the suggested fixes; everything else on my computer prints fine to either directly connected printers or to … (читать ещё)

Firefox just will not print anything at all. I have tried all the suggested fixes; everything else on my computer prints fine to either directly connected printers or to network printers. The 3 other computers on my home network all print to all printers from Firefox. I have deleted Firefox and reinstalled I have deleted all printers and reinstalled When I do try to print with the print queue open, the file spooling briefly splashes up and disappears quickly. If I download a PDF from the web, it will not print from within Firefox, but will print from Acrobat or Nitro I have changed antivirus from Eset to Webroot anywhere. No improvement and in between with no Antivirus, Firefox would not print. Any thoughts, as I had to change browsers and I want to get back to Firefox? Help!!

Задан bruce139 3 недели назад

Последний ответ от bruce139 3 недели назад

Saving all open tabs: links saved but not to the specified folder

Firefox 125.0.2 on Mac When I press shift+cmd+D to bookmark all open tabs, instead of the links being saved to the designated folder, they are all saved to "Bookmarks Me… (читать ещё)

Firefox 125.0.2 on Mac

When I press shift+cmd+D to bookmark all open tabs, instead of the links being saved to the designated folder, they are all saved to "Bookmarks Menu". The designated folder itself also appears with these links but it itself is empty.

I would expect shift+cmd+D to bookmark all links in the folder and the folder to appear in "Bookmarks Menu". This is what use to happen ages ago. I'm not sure what caused the change in behavior. Anyone have any ideas on fixing this?

Задан Tom 3 недели назад

Последний ответ от Tom 2 недели назад

cannot ensure I'm getting pop up messages

I would like to be able to make sure if a pop-up window is blocked, that I'm being notified about it, but there are no options in settings. I read through the instruct… (читать ещё)

I would like to be able to make sure if a pop-up window is blocked, that I'm being notified about it, but there are no options in settings.

I read through the instructions listed on the help pages and found a message from support from 4 years ago about manually editing the settings, which wasn't helpful.

Are they just on by default now? Or did they get turned off and if so, how do I turn them back on?

(p.s. having something teach you how to do something, this case getting trouble shooting data manually, should open another window, not navigate me away from the page I'm sending this message from)

Задан DragonAceSg7 3 недели назад

Последний ответ от cor-el 3 недели назад

No response on my bugs.

I have started posting bugs of Firefox in Bugzilla for almost 6 months now(though the number of bugs is 3). I have noticed that the bugs really had no response for nearly… (читать ещё)

I have started posting bugs of Firefox in Bugzilla for almost 6 months now(though the number of bugs is 3). I have noticed that the bugs really had no response for nearly then(almost 6 months), so is it the way bugs are handled?, like they take long time to address( just asking as I though the process to be relatively fast) or is it something that I might be doing wrong in reporting a bug. I searched online and have been looking at assigning the bug( what I understood). So, how to do it if there exists something like assigning and will it increase the movement on my bugs??

Задан Bhaumik Tripathi 3 недели назад

Последний ответ от jonzn4SUSE 3 недели назад

Homepage

I downloaded the new update this morning and I cannot separate my categories any longer on my home page. I keep them in categories on the 4 separate rows and then separa… (читать ещё)

I downloaded the new update this morning and I cannot separate my categories any longer on my home page. I keep them in categories on the 4 separate rows and then separate them by skipping a square. I cannot do that any longer and do not like the jumble of the homepage now. How can I keep the blank spaces that are located at the bottom of the rows to separate my categories?

Задан ch 3 недели назад

Последний ответ от ch 2 недели назад

Addon cannot be installed because it seems to be corrupt

I've made an extention which works fine when I test it using the temp mode on firefox. When I attempt to install from file however I'm told it could not be installed as i… (читать ещё)

I've made an extention which works fine when I test it using the temp mode on firefox. When I attempt to install from file however I'm told it could not be installed as it appears to be corrupt. Below are the package.json and the manifest.json:

package.json

{

 "name": "ext",
 "version": "1.0.0",
 "description": "",
 "main": "contentScript.js",
 "scripts": {
   "test": "echo \"Error: no test specified\" && exit 1"
 },
 "keywords": [],
 "author": "",
 "license": "ISC"

}


manifest.json

{

 "manifest_version": 2,
 "name": "SKUORG",
 "version": "1.0",
 "description": "Organises SKUs on WooPage",
 "permissions": [
   "activeTab",
   "webNavigation",
   "<all_urls>"
 ],
 "content_scripts": [
   {
     "matches": ["<all_urls>"],
     "js": ["contentScript.js"]
   }
 ]

}


I have tried on two devices / installs of firefox and have followed the steps I could find on this page : https://support.mozilla.org/en-US/kb/unable-install-add-ons-extensions-or-themes#w_corrupt-extension-files

If you have any suggestions please let me know.

Задан harjoat 3 недели назад

Последний ответ от harjoat 3 недели назад

Blank window opens when I start firefox

Every time I open Firefox another blank window opens behind the main Firefox pages . I see it when I close Firefox so have to close that too. There is no URL in the windo… (читать ещё)

Every time I open Firefox another blank window opens behind the main Firefox pages . I see it when I close Firefox so have to close that too. There is no URL in the window just a blank page.

Задан treedum2 3 недели назад

Последний ответ от cor-el 3 недели назад

Problems with the browser not accessing the established links after a few minutes.

I am able to start FF with no problem. I open a few tabs and then without warning I can't access any of the sites without closing FF and restarting. Then the whole cycle … (читать ещё)

I am able to start FF with no problem. I open a few tabs and then without warning I can't access any of the sites without closing FF and restarting. Then the whole cycle is repeated. I am considering getting rid of FF this started just over a month ago.

Задан notsofast7 3 недели назад

Последний ответ от zeroknight 3 недели назад

  • Решено

Lost bookmarks

A couple of months ago, I suddenly lost all my saved bookmarks, plus the ones on my toolbar. Strange thing is, all the folders and sub-folders I created are still there, … (читать ещё)

A couple of months ago, I suddenly lost all my saved bookmarks, plus the ones on my toolbar. Strange thing is, all the folders and sub-folders I created are still there, they're just all empty.

Can I get them back somehow? I've been collecting them for years so can't replace them all!

Firefox 125.2 iMac OS x10.15

Задан amanda52 3 недели назад

Дан ответ jscher2000 - Support Volunteer 3 недели назад

Importing Bookmarks from Chrome via html

I followed instructions for adding bookmarks from html file. Got to "import from html" . I can see the html file I want to access, but when I push "open" nothing happen… (читать ещё)

I followed instructions for adding bookmarks from html file. Got to "import from html" . I can see the html file I want to access, but when I push "open" nothing happens.

Задан bceccoli 3 недели назад

Последний ответ от cor-el 3 недели назад

Finding what address to add to cookie exceptions

I want to enable cookies for outlook and google, the rest I dont want. I have attempted to look at the cookie's url for outlook and add that to the exception list, but o… (читать ещё)

I want to enable cookies for outlook and google, the rest I dont want.

I have attempted to look at the cookie's url for outlook and add that to the exception list, but outlook still harasses me with its annoying 2fa

How do I find the actual address to put in the exceptions list to stop this issue?

Задан ALoepker 3 недели назад

Последний ответ от zeroknight 3 недели назад

Cloudflare not working on DNS over HTTPS

I'm new to firefox and would like to set cloudflare for DNS over HTTPS but there seems to be an issue. If I set it to NextDNS the connection stays active. But if I set it… (читать ещё)

I'm new to firefox and would like to set cloudflare for DNS over HTTPS but there seems to be an issue. If I set it to NextDNS the connection stays active. But if I set it to cloudflare it goes inactive with the error (NS_ERROR_NET_TIMEOUT_EXTERNAL). I tried setting a custom DNS to OpenDNS and got the same error.

I'm running Manjaro Linux if that make a difference.

Задан frehseaccount 3 недели назад