Firefox browser
Not able to open firefox browser
Not able to open firefox browser
我的火狐浏览器打开后提示:Couldn't initialize the broker services.卸载后重新安装也无法恢复,需要帮助。
I cannot access firefox having downloaded it
When I turn on my Mac and click the Firefox browser icon, it will not load. It hangs. I get a "not responding" message and have to "force quit," again and again until FIN… (read more)
When I turn on my Mac and click the Firefox browser icon, it will not load. It hangs. I get a "not responding" message and have to "force quit," again and again until FINALLY it loads, after five or more failed attempts. This does not happen with Firefox on my laptop, only my Mac. Both Firefox and my Mac are up to date. Why is this happening? Please help. It happens every day when I try to load the browser. I am about to give up and move to Safari. Relatedly, anyone know if it's possible to export all my bookmarks from Firefox to Safari?
I try hard to use firefox in headless mode for a python selenium project in freebsd. But firefox complains about GPUs and the absense of a X-Server, but this is a headl… (read more)
I try hard to use firefox in headless mode for a python selenium project in freebsd. But firefox complains about GPUs and the absense of a X-Server, but this is a headless mode and crashes with a segmentation fault. Why does it want a GPU and X-Server in headless mode? Does not make sense.
The output when i try to start is : " firefox --headless
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: Unable to open a connection to the X server (t=0.117314) [GFX1-]: glxtest: Unable to open a connection to the X server Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: Unable to open a connection to the X server (t=0.117314) |[1][GFX1-]: No GPUs detected via PCI (t=0.117314) [GFX1-]: No GPUs detected via PCI
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: Unable to open a connection to the X server (t=0.117314) |[1][GFX1-]: No GPUs detected via PCI (t=0.117314) |[2][GFX1-]: Failed to initialize shared font list, falling back to in-process list. (t=0.118314) [GFX1-]: Failed to initialize shared font list, falling back to in-process list. Segmentation fault (core dumped) firefox --headless "
Can anyone help me? Best regards Josef
Tell me how to get Firefox
Why can't I get Firefox to load on my desktop?
Whenever I try to open firefox it automatically opens google chrome, I haven’t used chrome for over a year and i’ve set firefox as my default app for everything. I double… (read more)
Whenever I try to open firefox it automatically opens google chrome, I haven’t used chrome for over a year and i’ve set firefox as my default app for everything. I double checked the shortcut to make sure it’s going to the right place and it is. and i’ve tried deleting Chrome via Revo Uninstaller but the issue persists.
this wasn’t happening 5 minutes ago and i can’t exactly think of a reason for the change.
I had two profiles, was in the process of trying to learn how to use the 2nd profile (as seen in the link below), which I still have no answer for. Somehow, maybe I held… (read more)
I had two profiles, was in the process of trying to learn how to use the 2nd profile (as seen in the link below), which I still have no answer for. Somehow, maybe I held down SHIFT for too long and clicked on something by accident, idk, but somehow, I ended up REFRESHING the 2nd profile, causing it to delete everything I had done with it, and it backed up the old profile onto my desktop in the process. I figured I could just simply delete the new profile folder it had created and put back my old profile in the profile folder, but now, Firefox will not open at all, saying "Your Firefox profile cannot be loaded. It may be missing or inaccessible." How do I get it to recognize the profile folders again? OMG, I'm using Microsoft Edge, please, get me out of this!
I have this message after returning from nightly version to the stable one: ``` Using an older version of Firefox can corrupt bookmarks and browsing history already saved… (read more)
I have this message after returning from nightly version to the stable one: ``` Using an older version of Firefox can corrupt bookmarks and browsing history already saved to an existing Firefox profile. To protect your information, create a new profile for this installation of Firefox. ```
Sometimes when I do a google search the results come up in a foreign language! I am in the USA and speak only english. Changing my preferences doesn't always maintain t… (read more)
Sometimes when I do a google search the results come up in a foreign language! I am in the USA and speak only english. Changing my preferences doesn't always maintain the fix.
Every so often for the past few days this "unfinished" program window has appeared on my pc on top of a normal Firefox window (see attached png). Does this have something… (read more)
Every so often for the past few days this "unfinished" program window has appeared on my pc on top of a normal Firefox window (see attached png). Does this have something to do with Firefox? I think the same thing appears when I first open Firefox, then it gets "filled in" and appears as a normal Firefox window. I am running Firefox 133.0.3 (64-bit) on Windows 10 Pro Version 22H2 build 19045.5247 Windows Feature Experience Pack 1000.19060.1000.0.
Ich kann mich auf meinem PC nicht mehr in Firefox anmelden. Error: 133.0.3 is not compatible with minVersion >=133.0“
As per the topic title. I would like pages to always automatically translate from english to my chosen language. However, when I select the option in the context menu, th… (read more)
As per the topic title. I would like pages to always automatically translate from english to my chosen language. However, when I select the option in the context menu, then revisit the setting, the check box remains unchecked. This remains the case on multiple tested operating systems, Arch Linux and Linux Mint. Thank you in advance.
Hi, I have a laptop with an AMD Ryzen 7 8845HS CPU, including a Radeon 780M iGPU, running Ubuntu 24.04. In order to fully utilize the GPU by supporting OpenCL accelerati… (read more)
Hi,
I have a laptop with an AMD Ryzen 7 8845HS CPU, including a Radeon 780M iGPU, running Ubuntu 24.04. In order to fully utilize the GPU by supporting OpenCL acceleration I installed the additional drivers by: `sudo amdgpu-install --usecase=graphics,multimedia,opencl --opencl=rocr --opengl=mesa`
After that programs which benefit from OpenCL acceleration recognize the GPU, however firefox starts crashing with the following error msg:
XPCOMGlueLoad error for file /usr/lib/firefox/libmozgtk.so: libwayland-client.so.0: failed to map segment from shared object Couldn't load XPCOM.
It seems that the AMD GPU drivers registered their libraries in `/etc/ld.so.conf.d` as 10-rocm-opencl.conf, 20-amdgpu.conf which means that libraries within the given folders are found first.
This applies to the libwayland-client library, which is used by `/usr/lib/firefox/libmozgtk.s`:
ldd /usr/lib/firefox/libmozgtk.so | grep amd libwayland-client.so.0 => /opt/amdgpu/lib/x86_64-linux-gnu/libwayland-client.so.0 (0x00007013767bf000)
Interestingly the same `libmozgtk.so` library is used by thunderbird:
ldd /usr/lib/thunderbird/libmozgtk.so | rg -i amd libwayland-client.so.0 => /opt/amdgpu/lib/x86_64-linux-gnu/libwayland-client.so.0 (0x00007d44b0f41000)
However thunderbird just works fine, so I expect that there might be something wrong with firefox utilizing this library.
Maybe I should also mention, that I'm not even using wayland as desktop compositor, but good old x11:
echo $XDG_SESSION_TYPE x11
Is there any way to further debug this issue?
The Russian language is not listed in the "To" part when I want to translate a page. Although it IS listed if the page is in Russian, so it suggests to translate from Rus… (read more)
The Russian language is not listed in the "To" part when I want to translate a page. Although it IS listed if the page is in Russian, so it suggests to translate from Russian to some other language. The language is installed in settings.
HOW DO I GET THE NORWEGIAN LANGUAGE TRANSLATED TO ENGLISH IN MY FIREFOX ACCOUNT
Hello! i cant open all apps from fire fox and google