Profile/session doesn't ever save/load

I run normal firefox on linux. Fully up-to-date. Every time I quit the app, it reverts to a version of my profile from a month ago, and loads all the tabs I had open then… (read more)

I run normal firefox on linux. Fully up-to-date. Every time I quit the app, it reverts to a version of my profile from a month ago, and loads all the tabs I had open then, and then receives all the tabs that I sent to the device in the interim (~1 month). As I speak, it just caught the 60 or 70 tabs in this window.

I tried changing the name of my profile folder to randomstring.defaultOLD and changed one of the backups to randomstring.default. This didn't change the behavior. I'm still stuck in the loop. I saved my tabs with onetab, because firefox isn't remembering my session anymore. I thought it was something to do with updates, like it only loses its mind upon updates, but that's not true. It thinks it's updating firefox EVERY TIME, because the one time it's loading to 1 month ago it was updating, but I'm 100% sure there are no updates to firefox in my linux. It's just hallucinating.

The articles on restoring from backup are outdated. They say to use an html file. There is no html file. It's just folders for profiles, not html files. HELP!

Open 33 40

cannot write & edit/highlight/change text colours etc before sendinge email using firefox browser

when i use Chrome or edge to access yahoo email I can write & edit. when using Firefox browser; I cannot write & edit/highlight/change text colours etc before sen… (read more)

when i use Chrome or edge to access yahoo email I can write & edit. when using Firefox browser; I cannot write & edit/highlight/change text colours etc before sending. tried deleteing & re-installing Firefox . please help. Driving me crazy rsvp

Open 13 30

Firefox built-in VPN won't save excluded websites

For the built-in VPN, I'm able to add websites to exclude either manually in the settings (Built-in VPN > Manage website settings) or from the webpage itself using the… (read more)

For the built-in VPN, I'm able to add websites to exclude either manually in the settings (Built-in VPN > Manage website settings) or from the webpage itself using the VPN icon. However, even when I save, if I close and re-open Firefox, the list is cleared and I have to re-add everything.

Is this normal or is there some other setting I'm missing?

Thanks.

Open 1 20

Recommended stories toggle on new tab customization won't stay off

I'm trying to remove the "recommended stories" section of the new tab page. Using the pencil button, I can toggle off the "recommended stories" button. But it doesn't sta… (read more)

I'm trying to remove the "recommended stories" section of the new tab page. Using the pencil button, I can toggle off the "recommended stories" button. But it doesn't stay off! After toggling off, if I open a new tab or even relaunch Firefox, the toggle is back on.

Open 1

no sound

this exact question has been asked last year, none of the suggestions work: I am running Firefox 154.01 on Winux I have lost sound on Firefox. I have opened the same sit… (read more)

this exact question has been asked last year, none of the suggestions work: I am running Firefox 154.01 on Winux I have lost sound on Firefox. I have opened the same sites in Chromium and the sound is working fine. It's only in Firefox. I have tried several sites including , YouTube, and radio programs, no sound from Firefox. All of a sudden the sound disappeared. The speakers is turned on the volume is up, just not a sound from Firefox. What to do? Right now I had to switch over to Chromium

Open

Trouble with Firefox bookmarks becoming disorganized

Several times I've seen Firefox bookmarks becoming lost, disorganized, or duplicated. The missing ones have typically been folders of bookmarks. The duplications have bee… (read more)

Several times I've seen Firefox bookmarks becoming lost, disorganized, or duplicated. The missing ones have typically been folders of bookmarks. The duplications have been typically of folders. The disorganizations have been folders ending up in a different position in the list, often at or near the bottom when that's not where I put them. What causes this, and can it be prevented?

Open

Stop the "Secure Connection Failed" page that continues to not allow me into a website

Over and over again when I try to open a website I get the notice that says "Secure Connection Failed". I have to restart my laptop and then I can open the website that … (read more)

Over and over again when I try to open a website I get the notice that says "Secure Connection Failed". I have to restart my laptop and then I can open the website that I tried to access before. I've tried using the suggestions in the forum with no result in solving this problem. I've attached the page that comes up showing the problem.

Open 11

All my bookmark titles still show, but when I click nothing happens!.

Hi All I use a PC, Windows 11. All my bookmark titles still show, but when I click nothing happens, does not open, does not go to new page, nothing! This is now the s… (read more)

Hi All

I use a PC, Windows 11. All my bookmark titles still show, but when I click nothing happens, does not open, does not go to new page, nothing! This is now the second time on two different PC'S. on the first, I reloaded FireFox, nothing changed, so I delete complete (uninstalled) and reinstalled a fresh one. Of course I lost all my bookmarks!! Now, the exact thing has happened on my main PC, and I do not want to loose all my bookmarks! I can't even export them to a different browser!

Open 1

Sandboxing problems when running under a parallel-installed glibc?

I run Firefox on a retro Linux system that is currently running a personal "Frankenbuntu". Basically, Kubuntu 14.04 LTS with lots of components updated either "in-tree" o… (read more)

I run Firefox on a retro Linux system that is currently running a personal "Frankenbuntu". Basically, Kubuntu 14.04 LTS with lots of components updated either "in-tree" or via a pkgsrc-like collection of "ports" installed under /opt/local that includes GTk3, Mesa, VAAPI plugins etc. I use that tree with a combination of built-in rpath settings (for apps installed under /opt/local) and wrapper scripts setting LD_LIBRARY_PATH, so as to maintain the possibility to run system apps independently, in particular while booting. (Sounds complicated, but it's also a rewarding fun project for me, allowing me to keep using an old and familiar DE with modern features on 2017 hardware,)

I have never yet dared to update my glibc from the stock 2.19, so with every Firefox update I fear to run into problems with that. I do have a 2.27 build but that is installed in another parallel prefix (/opt/glibc/2) because one cannot simply use LD_LIBRARY_PATH to use a newer glibc (I think because the ELF interpreter, ld-linux.so, has to match).

I already use patchelf with success to change the ELF interpreter to the 2.27 one, for instance with Ferdium, a Node/Electron application. This works and as far as I can tell, it will load all Mesa and DRI components from my /opt/local tree so hw-accelerated video works as it should.

But when I try this with Firefox, I get what appears to be a sandboxing issue when attempts are made to load Mesa DRI libraries: ``` libva info: VA-API version 1.24.0 libva info: Trying to open /opt/local/lib/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_23 [GFX1-]: VideoBridgeParent receives IPC close with reason=AbnormalShutdown MESA-LOADER: failed to open iris: libsensors.so.4: cannot open shared object file: Permission denied (search paths /opt/local/lib/dri, suffix _dri) failed to load driver: iris MESA-LOADER: failed to open kms_swrast: libsensors.so.4: cannot open shared object file: Permission denied (search paths /opt/local/lib/dri, suffix _dri) failed to load driver: kms_swrast MESA-LOADER: failed to open swrast: libsensors.so.4: cannot open shared object file: Permission denied (search paths /opt/local/lib/dri, suffix _dri) failed to load swrast driver libva info: VA-API version 1.24.0 libva info: Trying to open /opt/local/lib/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_23 [GFX1-]: VideoBridgeParent receives IPC close with reason=AbnormalShutdown ``` Copying libsensors into /opt/local/lib turns the above error into the same one about the next library available in the system (/lib/x86_64-linux-gnu/libtinfo.so.5). The DRI module I actually need (iHD) does load but I still get the GFX abnormal shutdown error. I've tried the interpreter change in other applications using libva and don't see the issue.

I do see this in the syslog: ``` Aug 31 15:18:47 Bmbl kernel: [2043645.959690] MediaSu~isor #1[17692]: segfault at 290 ip 00007f2b0815b284 sp 00007f2ad913e990 e rror 4 in ld-2.29.so[7f2b0814f000+21000] Aug 31 15:18:47 Bmbl kernel: [2043645.959702] Code: 04 49 83 fc 06 44 0f 44 c8 81 e6 ff 7f 00 00 45 89 8f 08 04 00 00 48 8d 04 76 4d 89 b7 00 04 00 00 4c 8d 04 c7 4d 85 c0 74 0f <41> 8b 48 08 b8 00 00 00 00 85 c9 4c 0f 44 c0 41 8b 3e 6a 00 48 8d Aug 31 15:18:47 Bmbl kernel: [2043646.080407] MediaSu~isor #1[17732]: segfault at 290 ip 00007f2b0815b284 sp 00007f2ad913e990 e rror 4 in ld-2.29.so[7f2b0814f000+21000] ```

Any idea why this is, and what can be done to prevent this, beyond actually updating my system glibc? I'd have no problems disabling sandboxing.

Open 3

Loss of possible VPN location since update

Firefox just automatically updated on my (old) Mac (to version 155) and the VPN has stopped working. I am no longer able to select France as a location which I have been … (read more)

Firefox just automatically updated on my (old) Mac (to version 155) and the VPN has stopped working. I am no longer able to select France as a location which I have been able to do for weeks until now... What's going on?! How is this an improvement?

Open 1

About boader lines

To get straight to the point, I use the website https://ingrails.com/school/. I've noticed an issue: when I try to print certain contents from this site using the Mozilla… (read more)

To get straight to the point, I use the website https://ingrails.com/school/. I've noticed an issue: when I try to print certain contents from this site using the Mozilla Firefox browser, the borders don't show up in the print preview and they don't print either. However, I don't face this problem with Edge, Chrome, or Opera. Why does this happen, and what is the solution?

I have attached some screenshots for reference. The screenshots showing the borders were taken from Edge, while the ones without borders are from Firefox.

Open 2

I allow my Mic and camera, firefox blocks it

firefox on windows 11, keeps blocking my camera and Microphone despite express permissions to allow, i look in permissions and the site is clearly marked to allow camera,… (read more)

firefox on windows 11, keeps blocking my camera and Microphone despite express permissions to allow, i look in permissions and the site is clearly marked to allow camera, but when i goto sitye, no camera or mic is allowed until i delete the permission that is supposed to allow it.

I have counselling at https://survivorswestyorkshire.whereby.com/chrissy

I allow my camera and mic.

I return to the site and it tells me camera and microphone blocked.

I goto0 settings>Permissions>Camera

It clearly states that the website is allowed to use the devices, but when on the website the devbices are blocked. Whats messed up is, if i delete your settings>Permissions>Camera, it allows me to use my camera and mic, until i refresh the webpage and its blocked again.

This makes zero sense and is every reason for me not to use Mozille Firefox as a browser at all.

Sincerely

Complex Autist

Open 4 1

Firefox VPN not using/not working with DoH settings?

I'm wondering if there is a compatibility issue with the built-in Firefox VPN and the DoH settings. I have the DNS over HTTPS set to 'custom' with the default option of C… (read more)

I'm wondering if there is a compatibility issue with the built-in Firefox VPN and the DoH settings. I have the DNS over HTTPS set to 'custom' with the default option of Cloudfare

With the VPN turned on 1.1.1.1/help shows that I am not connected or using DoH, but the second I turn the VPN off I am connected and using DoH. It seems that the Firefox VPN uses Fastly as its DNS and not the DoH settings I selcted.

Is there a way for the VPN+DoH to work together? Admittedly I'm very new to trying to be more secure/anonymous on the internet, but I was under the impression that having both is better than one or the other.

Am I missing something?

Open

Part of web site no longer functions after last update

I'm on 156.0b1 (64-bit). Since the last update the data that should appear on https://www2.commsec.com.au/portfolio/ no longer appears. The page works fine on Edge, Sa… (read more)

I'm on 156.0b1 (64-bit). Since the last update the data that should appear on https://www2.commsec.com.au/portfolio/ no longer appears. The page works fine on Edge, Safari.

The rest of this site all works perfectly - it is only the data missing which is specific to my Commsec account holdings..

I can't say for certain that it was absolutely the update that's the cause - beyond my skill level - but the problem commenced from that time

Any ideas please?

Thanks

Open 2

Add 'open link in opposite split view' option to link behavior

I've been using the split view feature and really like it... however I constantly find myself doing the following: Having a split view open with related pages, for exampl… (read more)

I've been using the split view feature and really like it... however I constantly find myself doing the following:

Having a split view open with related pages, for example a list view in the left pane, and I want to open one of the items in the list view in the opposite pane, currently I have to:

1. Copy the url in the left pane 2. Switch to the right pane 3. Target the address bar 4. Paste the url 5. Load the new url

Ideally an additional 'open link in x' option could be added specifically when a user is in the split view, that will open the link directly in the opposite pane of the current split, so left > right or right > left.

My question is, is there is a way to do this already; I cannot find any reference to this in the docs.

"Open Link in Opposite Split View" would be perfect.

Open

Можно ли войти под одним профилем но иметь разную панель закладок?

Здравствуйте, подскажите, можно ли войти под одним профилем но иметь разную панель закладок? Например я вошел под профилем для поиска информации в браузере и есть панель … (read more)

Здравствуйте, подскажите, можно ли войти под одним профилем но иметь разную панель закладок? Например я вошел под профилем для поиска информации в браузере и есть панель закладок для браузера, которыми пользуюсь. Также я скачал Firefox Developer Edition также вошел под тем же профилем, но хочу чтобы панель вкладок была своя, и не пересекалась с обычным Firefox. Можно ли так сделать? или нужно создавать вторую учетную запись для разработки в Firefox Developer Edition

Open

First word disappears after pressing Space in the New Tab search field when typing in Bulgarian (Linux / Wayland)

Environment • Firefox 153.0.1 (64-bit) • Ubuntu 24.04.4 LTS • Wayland session • Input method: IBus • Keyboard layouts: ◦ US ◦ Bulgarian (bg+b… (read more)

Environment

   • Firefox 153.0.1 (64-bit)
   • Ubuntu 24.04.4 LTS
   • Wayland session
   • Input method: IBus
   • Keyboard layouts:
       ◦ US
       ◦ Bulgarian (bg+bekl)
   • Graphics:
       ◦ AMD Radeon Graphics (renoir)
       ◦ WebRender (Software)

Summary When typing a multi-word search query in Bulgarian into the center search field on the Firefox New Tab page (about:newtab), the first word disappears immediately after pressing the Space key. The issue occurs only in the in-page search field. Typing exactly the same text in the Firefox address bar works correctly. Steps to reproduce

   1. Open a new tab (about:newtab).
   2. Click inside the center search field.
   3. Switch to the Bulgarian keyboard layout.
   4. Type the first word, for example:   български
   5. Press the Space key.

Actual result The first word disappears completely. The search field becomes empty and the caret remains after one blank space. Typing continues normally from the second word onward. Interestingly, pressing Ctrl+Z immediately restores the missing first word, indicating that Firefox performs an undoable edit operation rather than simply ignoring the input. Expected result The first word should remain in the search field after pressing Space. Additional observations

   • The problem does not occur when typing in the Firefox address bar.
   • The problem does not occur on google.com or in other web page input fields.
   • The problem is reproducible in:
       ◦ Troubleshoot Mode
       ◦ a brand new Firefox profile
   • No third-party extensions are installed (only the built-in OpenH264 codec is present).
   • Setting

browser.newtabpage.activity-stream.showSearch = false removes the in-page search field, therefore the issue disappears because the affected widget is no longer present.

   • Disabling

browser.search.suggest.enabled does not change the behaviour.

   • If the address bar already contains text before clicking into the New Tab search field, the issue may no longer reproduce. This suggests that the bug could be related to focus handling or interaction between the New Tab search widget and the address bar.

Reproducibility Always reproducible on this system. Notes The issue appears to be specific to the Firefox New Tab search widget (about:newtab) rather than to the operating system, keyboard layout, input method, or user profile. ____________________________________________________________ The text above was created following extensive discussion and numerous tests, in collaboration with ChatGPT.

Open 2