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

how to transsfer a profile

hello, I want to transfer my profile from an old laptop to a new one. i am not comfortable with uploading my passwords to the cloud as i do not understand how this is saf… (читать ещё)

hello,

I want to transfer my profile from an old laptop to a new one. i am not comfortable with uploading my passwords to the cloud as i do not understand how this is safe. i made tar.gz file with the entire profile, almost 1gb and put that on the new laptop. edited the profiles.ini and install.ini and expected the profile will load, but firefox simply does not work in that profile. it cannot browse and clicking the menu button in top right does nothing. Please, help. If I share data below that is the working profile, not the one that fails.

Задан Immanuel Bond 6 дней назад

Дан ответ TechHorse 6 дней назад

  • Решено

Email address change possible?

Hello, Can you please help with the following scenario. Both, a Firefox sync master account and Firefox Relay extension are active when running the browser. So, is it pos… (читать ещё)

Hello,

Can you please help with the following scenario.

Both, a Firefox sync master account and Firefox Relay extension are active when running the browser.

So, is it possible to change the master email addresses of both features (+ secondary email) ? I would like to use a new email address for authenticating in both features of Mozilla, but do not want to set up new accounts.

How can I do that in Firefox Sync and Relay?

Thanks for your support.

Regards jd

Задан NR 6 дней назад

Дан ответ wirkutskijkarl 6 дней назад

Firefox configuration change for 148

I am using Debian Trixie with firefox 148 and I reported that the refresh option was missing from Firefox, https://support.mozilla.org/en-US/questions/1569549. I then not… (читать ещё)

I am using Debian Trixie with firefox 148 and I reported that the refresh option was missing from Firefox, https://support.mozilla.org/en-US/questions/1569549. I then noticed another workstation with the same version of FF that did not have the "refresh firefox" option.

It appears firefox has been changed. Some of the items have been changed including the profiles option to add color on creation.

How can the parameters of FF be changed ? See enclosed menu under help, "more trouble shooting information", you will see "refresh firefox" is missing from the top right.

Задан natalkalyu 5 дней назад

Последний ответ от James 5 дней назад

  • Решено

version 148 does not have refresh firefox option

Using 148 on Debian trixie I do not see the option for "refresh browser"? https://support.mozilla.org/en-US/kb/refresh-firefox-reset-add-ons-and-settings Does it still ex… (читать ещё)

Using 148 on Debian trixie I do not see the option for "refresh browser"?

https://support.mozilla.org/en-US/kb/refresh-firefox-reset-add-ons-and-settings

Does it still exist or is there an alternative ?

Задан natalkalyu 1 неделю назад

Дан ответ natalkalyu 6 дней назад

"Always ask you where to save files" is definitely broken. Can we please open a bug report for it?

This setting, "Always ask you where to save files," is definitely broken. In a related article, they provided this solution: https://support.mozilla.org/en-US/que.../153… (читать ещё)

This setting, "Always ask you where to save files," is definitely broken.

In a related article, they provided this solution: https://support.mozilla.org/en-US/que.../1534384 https://support.mozilla.org/en-US/questions/1534384]

Proposed solution: "I believe you also need to go into Tools -> Settings -> General and set the Action for the types of downloads (Applications) to Always Ask for those types you want it to."

But this workaround should not be needed. "Always ask" means always ask. As in always. No other additional steps should be needed.

Can you folks please open a bug to get this fixed? This used to work just fine in (much) older versions of Firefox and Netscape. "Always ask" is supposed to mean always ask. Like, always.

Задан Michael Ru 1 месяц назад

Последний ответ от makmobius 6 дней назад

When I sign in with Apple ID I have to provide a fingerprint - how do I change that to face ID?

When I'm on a site that I've accessed on my main machine or phone (Apple), but try to use my Apple ID when logging on via the Firefox browser on my Linux machine, I get a… (читать ещё)

When I'm on a site that I've accessed on my main machine or phone (Apple), but try to use my Apple ID when logging on via the Firefox browser on my Linux machine, I get a popup asking for a fingerprint. None of my devices use a fingerprint. I get it needs confirmation, but very rarely you get the dotty circle to use with your phone camera, but not all the time. How can I make my life easier and get the dotty circle all the time, or force things to go to my phone for confirmation that it's me - face ID or something.

I've looked on my Apple stuff and can't find anything that will help, so I'm reaching out!

Задан Dean 6 дней назад

Open new related tabs next to current tab in most recently opened order

I've been trying to decipher browser.tabs.insertXXX with little success. What I want to achieve is to open tabs from the same site next to the current tab with the most … (читать ещё)

I've been trying to decipher browser.tabs.insertXXX with little success. What I want to achieve is to open tabs from the same site next to the current tab with the most recently opened tab next to the original tab.

Example Two tabs are open, site 1 tab 1 and site 2 tab 1. Open a new link to site 1 on site 1 tab 1. The order is site 1 tab 1, site 1 tab 2, site 2 tab1. Open another link to site 1 on site 1 tab 1. The order is now site 1 tab 1, site 1 tab 3, site 1 tab 2, site 2 tab 1.

Thanks in advance.

Задан No AI please 6 дней назад

How to continue without profiles

A pop-up suggested that I use profiles to organize and it sounded like a great idea but then after making profile I was having trouble getting tabs from one page to anoth… (читать ещё)

A pop-up suggested that I use profiles to organize and it sounded like a great idea but then after making profile I was having trouble getting tabs from one page to another. Then I discovered that I had to log in my accounts onto every profile I made and it sounded like a terrible idea, so I tried deleting all my profiles to get it to revert but now that I open the browser it shows me to make a new Profile. So, I want to know how can I revert back to using Firefox Without the use of profiles like I was before clicking the pop-up

Задан Rudra Sharma 6 дней назад

Changing the sidebar shortcut from the UI

There seems to be no possible way to change the shortcut for peeking at the tabs in the sidebar (when sidebar revamp is enabled) from the about:keyboard UI. I have so far… (читать ещё)

There seems to be no possible way to change the shortcut for peeking at the tabs in the sidebar (when sidebar revamp is enabled) from the about:keyboard UI. I have so far managed to modify the shortcut through intercepting function calls.

What I have done: 1. Read through the JS source code for about:keyboard which says the shortcut ID is `toggleSidebarKb` 2. Added hooks to intercept `RPMSendQuery` calls 3. Modified the shortcut through devtools open on the about:keyboard page with the following snippet

```js await RPMSendQuery("CustomKeys:ChangeKey", {

 "modifiers": "accel",
 "isValid": true,
 "key": "S",
 "shortcut": "Ctrl+S",
 "id": "toggleSidebarKb"

}) ```

The way I am doing it is definitely a hack. I am not sure if I am missing something. Although the shortcuts for bookmarks, history, and GenAI chat sidebar are present, there seems to be no entry to change the sidebar toggle shortcut itself. I'd love to work on this but I haven't been able to mach bootstrap on NixOS.

Thank you for any assistance :)

Задан lavafroth 6 дней назад

use Linux mint, trying to update browser but says,"update disabled by organization", I am one person.

cannot update browser. Currently using Linex Mint, #139, but latest is 150. As stated above, when I try to update, says browser update disabled by organization. Do not … (читать ещё)

cannot update browser. Currently using Linex Mint, #139, but latest is 150. As stated above, when I try to update, says browser update disabled by organization. Do not understand, I never authorized disabling browser updating.

Задан blancosan2014 1 неделю назад

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

Tangerine bank log in problem

When I try to log into Tangerine bank I get the error. "We're sorry for the inconvenience. This function is currently unavailable. Please try again later." This issue sta… (читать ещё)

When I try to log into Tangerine bank I get the error. "We're sorry for the inconvenience. This function is currently unavailable. Please try again later."

This issue started Oct-13-2025 and it appears to work when using Firefox ESR 146.01 but not the regular Firefox 146.01 versions. Tangerine is not giving me information on the error and I was wondering if there is a difference between the ESR and regular version that might clear up this issue?

Задан prairie33 2 месяца назад

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

Vertical tabs keep "getting stuck" (not expanding)

I have vertical tabs enabled and the "expand when hovering mouse" option is activated (see screenshot). However, the latter functionality tends to glitch at some point in… (читать ещё)

I have vertical tabs enabled and the "expand when hovering mouse" option is activated (see screenshot). However, the latter functionality tends to glitch at some point in basically every session. I can't tell if a specific action triggers it, so far it seems pretty random. The glitch is that either the tabs are expanded and won't collapse, or the opposite: they're collapsed and refuse to expand when I point at them. Is this feature maybe still experimental? or something? I'm running Firefox 149.0b5 DEveloper Edition on Garuda Linux (Arch based).

Задан Benjamin Oppermann 1 неделю назад

Display of picture not changing

Back again with another question related to flightrising there are familiars displayed next to the dragons, some of them are supposed to change their pose automatically, … (читать ещё)

Back again with another question related to flightrising

there are familiars displayed next to the dragons, some of them are supposed to change their pose automatically, but for me they only change when I click on the familiar it works on other browsers, and on firefox for windows, so I guess it's something in about:config, but I have no idea what I'm doing, so I'm hoping someone here can help me figure this out, because I'm not about to mess around randomly

link to a page with a familiar that's supposed to change: https://www1.flightrising.com/dragon/80217294

pretty sure it's obvious what I mean by transform, and what I have to click on to get it to move, but I'm posting the pictures illustrating the change anyway

Задан Menosgada 1 неделю назад

  • Решено

How do I recover data from a deleted profile?

I deleted a profile not knowing it would delete everything I had. How can I undo it? I didn't want Firefox Profiles, it was forced. I deleted it, and everything just got … (читать ещё)

I deleted a profile not knowing it would delete everything I had. How can I undo it? I didn't want Firefox Profiles, it was forced. I deleted it, and everything just got deleted. Can someone please help revert this? Thanks.

Задан Dreamy User 1 неделю назад

Дан ответ Dreamy User 1 неделю назад

  • Решено

Viewing details of a bug

When I go to see a firefox bug such as the following, https://www.mozilla.org/en-US/security/advisories/mfsa2026-10/ There appears to be more details in https://bugzilla.… (читать ещё)

When I go to see a firefox bug such as the following, https://www.mozilla.org/en-US/security/advisories/mfsa2026-10/

There appears to be more details in https://bugzilla.mozilla.org/show_bug.cgi?id=2014390 located at the bottom. When I try to view the details it asks me to log in. I do not see any reason I should have to log in to view the issue as I only intend to view the bug. Why does it require a login ?

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

Дан ответ Denys 3 недели назад

CIRA DNS over HTTPS does not work

Using firefox 148, when I select the "CIRA Canadian shield" DNS over HTTPS option it does not work. If I select the other 2 options Cloudflare or NextDNS those options wo… (читать ещё)

Using firefox 148, when I select the "CIRA Canadian shield" DNS over HTTPS option it does not work. If I select the other 2 options Cloudflare or NextDNS those options work.

What is the problem with DOH for CIRA option ?

Задан natalkalyu 1 неделю назад