Kukhonjiswa imibuzo ethegiwe:

Lost all my pinned an open tabs

Firefuxxed was refusing to open new tabs so I shut it down and restarted it (always fixes it) and all my pinned and open tabs were gone with no way to recover them, it to… (funda kabanzi)

Firefuxxed was refusing to open new tabs so I shut it down and restarted it (always fixes it) and all my pinned and open tabs were gone with no way to recover them, it took me half an hour to manually restore the pinned ones one by one but not all of them as I cannot remember all of them let alone all the open tabs I had (hours of research gone down the toilet).

There should be a way to backup and restore pinned and open tabs so this doesn't happen, the history option does nothing.

OS: Linux Mint 22 fresh install from a week ago Previous version of Firefuxxed updated after this shamossel.

Ikhiyiwe Okugcinwe kunqolobane 8 413

Firefox 141 startup crash

Hi, my Machine updated from 140.0.4 to 141.0 since then I cannot start up Firefox anymore. On startup after a short pause the Crash Reporter shows up - interestingly the … (funda kabanzi)

Hi, my Machine updated from 140.0.4 to 141.0 since then I cannot start up Firefox anymore. On startup after a short pause the Crash Reporter shows up - interestingly the Crash Reporter may enter a endless loop and opens up multiple times. While that the CPU load is at 100%. I tried

  • `firefox --safe-mode`
  • `firefox --ProfileManager`

as well, for those I get the same behavior. I tried downgrading to 140.0.4 - after that a profile dialog shows up which tells me that a new profile needs to be created due to a downgrade. After that Firefox comes up fine with the new vanilla profile. IF Firefox updates to 141.0 (in background) the next startup with the vanilla profile doesn't work gain. Which brings me back to the initial problem.

Workaround for now:

  • download 140.0.4
  • create a fresh profile
  • immediately disable auto update
  • live with the empty profile

My environment:

Kusonjululiwe Okugcinwe kunqolobane 2 412

Using canvas/context to scale an image that displays ok before removes the image data, ok in Chome/Safari.

The app sizes two adjacent images to the same height. Maybe there's a better approach? This works, in that I see the original image displayed at the wrong size: //img.… (funda kabanzi)

The app sizes two adjacent images to the same height. Maybe there's a better approach?

This works, in that I see the original image displayed at the wrong size:

   //img.src = imgsrc.src;

This sizes the image but without the data (black square for toDataURL w/ image/jpeg) in FF, but not Chrome and Safari:

   var canvas = document.createElement( 'canvas' );
   canvas.width = width;
   canvas.height = avail_height;
   var context = canvas.getContext( '2d' );
   // Tried/failed: Fill white background for JPEG export
   //context.fillStyle = '#fff';
   //context.fillRect(0, 0, canvas.width, canvas.height);
   context.drawImage( imgsrc, 0, 0, canvas.width, canvas.height);
   context.lineWidth = 150; // ??
   img.src = canvas.toDataURL('image/jpeg', 0.92);
   img.onmousedown = disableDragging; // for FF
   img.style.opacity = "1.0"

The page is the view.html one gets to via Enter on phobrain.com.

Kusonjululiwe Okugcinwe kunqolobane 8 403

firefox on an old computer

hi, I have an old PC with this CPU: Architecture: i686 CPU op-mode(s): 32-bit Address sizes: 34 bits physical, 32 bits virtual Byte Ord… (funda kabanzi)

hi,

  I have an old PC with this CPU:

Architecture: i686

 CPU op-mode(s):         32-bit
 Address sizes:          34 bits physical, 32 bits virtual
 Byte Order:             Little Endian

CPU(s): 1

 On-line CPU(s) list:    0

Vendor ID: AuthenticAMD

 BIOS Vendor ID:         AMD                                             
 Model name:             AMD Sempron(tm) 2400+
   BIOS Model name:      AMD Sempron(tm) 2400+                             CPU @ 1.6GHz
   BIOS CPU family:      29
   CPU family:           6
   Model:                8
   Thread(s) per core:   1
   Core(s) per socket:   1
   Socket(s):            1
   Stepping:             1
   BogoMIPS:             3333.66
   Flags:                fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat p
                         se36 mmx fxsr sse syscall mp mmxext 3dnowext 3dnow cpuid 3dnowprefe
                         tch vmmcall

Caches (sum of all):

 L1d:                    64 KiB (1 instance)
 L1i:                    64 KiB (1 instance)
 L2:                     256 KiB (1 instance)

Vulnerabilities:

 Gather data sampling:   Not affected
 Itlb multihit:          Not affected
 L1tf:                   Not affected
 Mds:                    Not affected
 Meltdown:               Not affected
 Mmio stale data:        Not affected
 Reg file data sampling: Not affected
 Retbleed:               Not affected
 Spec rstack overflow:   Not affected
 Spec store bypass:      Vulnerable
 Spectre v1:             Mitigation; usercopy/swapgs barriers and __user pointer sanitizatio
                         n
 Spectre v2:             Mitigation; Retpolines; STIBP disabled; RSB filling; PBRSB-eIBRS No
                         t affected; BHI Not affected
 Srbds:                  Not affected
 Tsx async abort:        Not affected


in some linux (arch 32 bit) I have problem executing firefox, Is there a version for CPU without request from SSE3 Flag?

thanks

Kusonjululiwe Okugcinwe kunqolobane 7 397

New install of Debian 13, Firefox Toolbar customization does not work (Firefox ESR 128.13)

New installation of Debian 13, Firefox setup with sync on successful. However, I wanted to add hone button and a few other mods to the toolbar but when I started customiz… (funda kabanzi)

New installation of Debian 13, Firefox setup with sync on successful. However, I wanted to add hone button and a few other mods to the toolbar but when I started customize the toolbar from menu pic the customization page would not work, it appeared and seemed OK but when I dragged and dropped anything it would not work. I could pickup items but they would not place in toolbar and just snapped back to the pallet. I tried several different ways to enter the customization area but it was always non-functional.

Kusonjululiwe Okugcinwe kunqolobane 3 396

How to Remove Profile names, tabs and menu item

Linux User So. I recently followed a Mozilla guide, previously posted, and something that I did, or changed, I now have a very annoying "profile" name in the title bar. F… (funda kabanzi)

Linux User So. I recently followed a Mozilla guide, previously posted, and something that I did, or changed, I now have a very annoying "profile" name in the title bar. Further to that, I now have an additional menu option called "Profiles", with --"profile --Add Profile


Manage Profiles

I have never had or seen these items, except when I've moved my profile from an old computer to a new computer, using the console of "firefox -P" command.

It is becoming very annoying as I only have one profile, and I don't want an more.

Question. How to I block the display of 'profile information' ? Thanks

Kusonjululiwe 3 396

Email is not a valid email address

I have a firefox account that I use for work, which was created with my personal email address - "email"@"personalDomain".co.uk. When I try to log in using it I get a mes… (funda kabanzi)

I have a firefox account that I use for work, which was created with my personal email address - "email"@"personalDomain".co.uk. When I try to log in using it I get a message saying that "personalDomain.co.uk" is not a valid email address. How can I log into my account which was created using this email address? The email address is valid and active, and I do have access to it.

Ikhiyiwe Okugcinwe kunqolobane 1 395

Not enough, Mozilla

Saying "you can turn off the AI" is NOT enough, Mozilla. Nothing is ever "turned off" unless it's completely removed. This is Microsoft's playbook BS; "but you can turn i… (funda kabanzi)

Saying "you can turn off the AI" is NOT enough, Mozilla. Nothing is ever "turned off" unless it's completely removed. This is Microsoft's playbook BS; "but you can turn it off", but for some reason the system is always using a metric ton of memory, lagging and whatnot. You, of all companies, should know this and be better than that. Nothing good is ever force-installed and impossible to remove. Unless you all make it installed completely separately so people like me, who are a significant part, if not most of your user base, can not install it, nothing short of a full renunciation of the CEO will suffice to make we trust you again.

"Internet for People, not profit" is seeming more and more like blatant false advertising every day.

Ikhiyiwe 10 394

Switzerland emoji flag replaced with the one of Sark

Hi, I discovered today that the installation of Firefox I have has modified some emoji, like the flag of Switzerland has been replaced with the one from Sark. See the scr… (funda kabanzi)

Hi,

I discovered today that the installation of Firefox I have has modified some emoji, like the flag of Switzerland has been replaced with the one from Sark. See the screenshot looking at the same website with Firefox on the left, and Brave on the right:

There's a big mess in the flags' emojis apparently looking at a page showing all the countries. See second screenshot.

Kusonjululiwe Okugcinwe kunqolobane 7 388

Customization of sidebar

Hi, is there a way to customize sidebar to move the controls to the top or bottom of the sidebar? With sidebar open there is a lot of wasted space with just 3 icons - set… (funda kabanzi)

Hi, is there a way to customize sidebar to move the controls to the top or bottom of the sidebar? With sidebar open there is a lot of wasted space with just 3 icons - settings, history and sideberry buttons. Not really an optimal situation.

Attached screenshot and another picture explaining where I would like to move the buttons. Either top or bottom of the sidebar is preferable than taking the side.

Kusonjululiwe Okugcinwe kunqolobane 2 386

How can I pass the full url to the AI prompt?

I've found out that you can create custom prompts for the AI sidebar with the configuration `browser.ml.chat.prompts.*`. Usually, this is done with the selection text. Ho… (funda kabanzi)

I've found out that you can create custom prompts for the AI sidebar with the configuration `browser.ml.chat.prompts.*`. Usually, this is done with the selection text. However, I'd like to pass the URL instead. I could use `%url%`, but that does not include parameters after `?` and hence does not work for Youtube.

Is there any variable that I can use to pass the full URL including parameters of the URL?

Kusonjululiwe Okugcinwe kunqolobane 2 379

Is there a way to disable the browser saving my input on text fields?

I'm talking about how when you go to fill out a text input, it'll suggest that input next time you go to a similar field. Well, that system just saved my social security … (funda kabanzi)

I'm talking about how when you go to fill out a text input, it'll suggest that input next time you go to a similar field. Well, that system just saved my social security number as an input after I filled out a government form. I would like to turn this feature off now, and delete the history of it if I can. Is there a way I can do that?

I'd attach an example image of a different website, but the box goes away when trying to take a screenshot.

Kusonjululiwe Okugcinwe kunqolobane 1 376

Downloads button not opening file in application

When I was previously using Firefox in Kubuntu 22.04, if I downloaded something I could go to the Downloads icon and click on the download and it would open in the desire… (funda kabanzi)

When I was previously using Firefox in Kubuntu 22.04, if I downloaded something I could go to the Downloads icon and click on the download and it would open in the desired application. After a failed upgrade to 24.04 I had to do a reinstall and now in Kubuntu 24.04, if I click on a downloaded file it will always bring up a window with "Open the file link with okular?" and the buttons Cancel and Open Link below. How do I go back to the previous way of it working?

Kusonjululiwe Okugcinwe kunqolobane 2 375

Keyboard navigation on search results

I want to navigate on search results using the keyboard. I could use tab but it suggests all interactive elements such as news, images, books, videos, search settings and… (funda kabanzi)

I want to navigate on search results using the keyboard. I could use tab but it suggests all interactive elements such as news, images, books, videos, search settings and etc one by one. I want to press something and make active first result, then second. If such hotkeys are not provided, maybe there are any extensions with similar functionality?

Kusonjululiwe Okugcinwe kunqolobane 2 368

Failing Automatic Session Restore on App Launch

Every time I open Firefox after closing it, I get the message below. I can click the button to restore session and it works every time. With each update, I hope to neve… (funda kabanzi)

Every time I open Firefox after closing it, I get the message below. I can click the button to restore session and it works every time. With each update, I hope to never see this message again, but after installing a new version on Ubuntu today, I see the same familiar message. This is not linked to a computer, or an operating system because I've seen this on both Ubuntu and Mac. If Firefox could literally just click the button that would be awesome.

Sorry. We’re having trouble getting your pages back.

We are having trouble restoring your last browsing session. Select Restore Session to try again.

Kusonjululiwe Okugcinwe kunqolobane 5 361

Firefox 125.0 (64-bit) Linux - File download location

Hi all, I'm using Firefox 125.0 (64-bit) on Fedora and for file downloads, I have the options "Ask whether to open or save files" and "Always ask you where to save files"… (funda kabanzi)

Hi all,

I'm using Firefox 125.0 (64-bit) on Fedora and for file downloads, I have the options "Ask whether to open or save files" and "Always ask you where to save files" enabled.

This basically works, Firefox opens a file selection dialog and I can select where I want to save my downloads - so far, so good.

The weird thing is, the default location that is shown in this dialog seems to change every time I download a file. I would expect to see the last download location as the default option, but that is not what happens.

When I check about:config, I can see the last used download path is saved as browser.download.lastDir perfectly fine, but it is not set as the default for the next download.

Is there a parameter I can set so this last path is used again?

Thanks,

M.

Kusonjululiwe Okugcinwe kunqolobane 2 360

Firefox Flatpak unable to load Google.com (infinite loading loop) on Pop!_OS

I am experiencing an issue where Google.com (other google domains work fine) will not load in Firefox, resulting in an infinite loading loop. Other browsers on the same s… (funda kabanzi)

I am experiencing an issue where Google.com (other google domains work fine) will not load in Firefox, resulting in an infinite loading loop. Other browsers on the same system (Brave) work fine.

Here are the steps I have already tried:

Reinstalled Firefox completely

Removed Firefox via sudo apt remove --purge firefox -y

Cleared all user profiles and caches: ~/.mozilla/firefox, ~/.cache/mozilla, ~/.config/Mozilla

Reinstalled via Flatpak

Tested network connectivity outside Firefox

curl google.com works correctly

DNS resolution works via getent hosts google.com in the host system

Checked proxy settings

Ensured “No proxy” is selected in Firefox → did not resolve the issue

Tested in Safe Mode (disabling extensions)

Problem persists, so not caused by extensions

Tried disabling IPv6 inside Firefox

network.dns.disableIPv6 set to true → no effect

Cleared DNS cache inside Firefox

about:networking#dns → clicked “Clear DNS Cache” → no effect

Disabled DNS-over-HTTPS (Secure DNS)

about:preferences#privacy → “Use secure DNS” → disabled → no effect

Disabled HTTP/3 (QUIC)

network.http.http3.enabled set to false → no effect

Verified Flatpak network permissions

flatpak info --show-permissions org.mozilla.firefox shows network access allowed

Inside the Flatpak shell:

flatpak run --command=sh org.mozilla.firefox getent hosts google.com

→ returns only IPv6 address: 2800:3f0:4001:839::200e google.com

Kusonjululiwe Okugcinwe kunqolobane 7 357

Sync issue - "This profile was previously synced to a different account"

"This profile was previously synced to a different account To keep your data organized and secure, each Firefox profile can only be synced to one account. To sign in usin… (funda kabanzi)

"This profile was previously synced to a different account To keep your data organized and secure, each Firefox profile can only be synced to one account. To sign in using xxx@xxxx.xxx, create a new profile."

So I deleted my old mozilla account since I abandoned the email that it was linked to, but when I tried to sync with my new account I get this. Is there anyway to do this without having to make a new profile?

I tried making a new profile and copy and pasting my profile into the new one, but still get the same pop up. I guess there's something in my profile that says it's been synced before, is there anyway I can find that and delete it or change it?

Ikhiyiwe Okugcinwe kunqolobane 4 349

How to make the picture in picture button in the URL bar go away (how to disable it)?

When I encounter an embedded video on a website that plays, an icon to toggle picture in picture pops up in the URL bar (see attached image). I don't use picture in pictu… (funda kabanzi)

When I encounter an embedded video on a website that plays, an icon to toggle picture in picture pops up in the URL bar (see attached image). I don't use picture in picture, and for some websites which have an "endless scrolling" experience with videos, such as reddit or facebook, it is slightly annoying that while I am focusing the middle of the screen, something changes in the top right, making me think a tab has an update and changed title. I have the picture in picture controls turned off in settings (one with the id=pictureInPictureToggleEnabled in general, my Firefox is not English), I thought it would also make said button go away but it does not.

Kusonjululiwe 4 348