Afficher les questions étiquetées : Afficher toutes les questions

upload my profile

Listen I have a profile in another partition in Mint and want to transfer my Bookmarks/profile etc to my new 22.3 install but far too complicated. I also have a previous… (lire la suite)

Listen I have a profile in another partition in Mint and want to transfer my Bookmarks/profile etc to my new 22.3 install but far too complicated. I also have a previous Key which I no longer wish to use as it has deleted all 20 years worth of messages. Please please please just set up my profile again oFirefox or then revert by to the one from 2025 Mint 21.3 Thomas McM Rbold textamos de Deus

Demandé par Thomas Ramos de Deus il y a 2 heures

Firefox crashes without error message

OS: Debian (trixie) Firefox version: 149.0b3 Firefox suddenly crashes without any displayed error. Attempt to troubleshoot it in "safe mode" doesn't help (it also sudd… (lire la suite)

  • OS: Debian (trixie)
  • Firefox version: 149.0b3

Firefox suddenly crashes without any displayed error. Attempt to troubleshoot it in "safe mode" doesn't help (it also suddenly crashes.

  • When I had redirected following output: "Exiting due to channel error."
  • after restart, I launched "about:crashes", but there were no entries

Demandé par Mcgiwer il y a 15 heures

Saved creadit cards autofill and edit issues

I noted, that credit cards autofill works, but on ~50% of websites it fails. I can see the autofill dropdown, but if I select any card, no fields are filled. Manual filli… (lire la suite)

I noted, that credit cards autofill works, but on ~50% of websites it fails. I can see the autofill dropdown, but if I select any card, no fields are filled. Manual filling works. One of examples: https://ipn.paymentus.com, but there are many. Again, on some websites it works just fine.

Another issue - I cannot edit cards. Settings->Payment methods->Manage, then select a card, press "Edit" and nothing happens.

Context: version 148.0 (64-bit), Canonical snap build (crap, I cannot DISABLE snap build and totally switch to deb!!!)

P.S. I really miss feature to add "aliases" for cards...

Demandé par Сергей Жуматий il y a 17 heures

Is it possible to add Grok support to the sidebar AI in the Ubuntu version of Firefox?

Subject: Request for Custom Provider Support or Grok Integration in Firefox AI Chatbot Sidebar Detailed Description: I am exploring the new AI Chatbot sidebar feature in … (lire la suite)

Subject: Request for Custom Provider Support or Grok Integration in Firefox AI Chatbot Sidebar

Detailed Description: I am exploring the new AI Chatbot sidebar feature in Firefox (Ubuntu build). As a practitioner in the deep learning field, I am particularly interested in the flexibility of the Web-view container used for these AI integrations.

Currently, the feature appears to be a curated list of providers (ChatGPT, Claude, Gemini). I would like to request the addition of Grok (by xAI), or more importantly, a Generic Provider Framework that allows users to manually configure custom endpoints.

Technical Specifics & Implementation Questions:

   Manifest Configuration: Is the sidebar AI provider list controlled via a remote settings push, or is there a local about:config or JSON manifest (e.g., within the browser resources) that can be modified to include Grok's web URL?
   Context Injection: How does the current sidebar handle DOM context for features like "Summarize this page"? If I were to manually add Grok via a side-loading method, what are the required API hooks for it to achieve parity with the built-in providers?
   User Agent & Authentication: Are there specific CORS policies or User-Agent strings enforced within the sidebar's iframe/browser-view that would prevent Grok’s X-auth or real-time streaming (SSE) from functioning correctly?

Use Case: Integrating Grok’s real-time information retrieval directly into the browser’s native sidebar would significantly optimize research workflows involving live data, which is a key differentiator from the currently supported models.

Demandé par Wenhao Liu il y a 22 heures

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… (lire la suite)

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!

Demandé par Dean il y a 2 jours

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 … (lire la suite)

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.

Demandé par No AI please il y a 2 jours

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… (lire la suite)

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

Demandé par Rudra Sharma il y a 3 jours

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… (lire la suite)

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 :)

Demandé par lavafroth il y a 3 jours

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… (lire la suite)

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?

Demandé par prairie33 il y a 2 mois

Dernière réponse par prairie33 il y a 4 jours

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… (lire la suite)

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).

Demandé par Benjamin Oppermann il y a 4 jours

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, … (lire la suite)

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

Demandé par Menosgada il y a 5 jours

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… (lire la suite)

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 ?

Demandé par natalkalyu il y a 5 jours

The Firefox Picture-in-Picture window fails to maintain its "Always on Top" focus or visibility during workspace and task switching, persisting despite a clean OS reinstall, stable NVIDIA driver setup, and extensive browser configuration tweaks.

System Configuration OS: Pop!_OS 22.04 LTS (Clean install). GPU: NVIDIA GeForce RTX 4050. Driver: system76-driver-nvidia (Enabled). Graphics Mode: Hybrid (Command: s… (lire la suite)

System Configuration

  • OS: Pop!_OS 22.04 LTS (Clean install).
  • GPU: NVIDIA GeForce RTX 4050.
  • Driver: system76-driver-nvidia (Enabled).
  • Graphics Mode: Hybrid (Command: system76-power graphics hybrid).
  • X11 Scaling: Optimized for gaming/full-screen apps.

Firefox Picture-in-Picture (PiP) Issue

  • Problem: PiP window loses "Always on Top" focus or vanishes when switching workspaces/tasks.
  • Config Changes: Set 'focusmanager.testmode' to true and 'media.videocontrols.picture-in-picture.video-flips-visibility-on-focus-change' to false.
  • Window Settings: Focus set to "Click" via GNOME Tweaks/Settings.
  • Environment Test: Tested launching via 'MOZ_ENABLE_WAYLAND=0' to bypass Wayland focus logic.

Software & Tools

  • Tweaks: Installed for font hinting (Slight) and window behavior management.

Demandé par lakshay il y a 5 jours