A mostrar questões marcadas: Mostrar todas as questões

Fire fox browser playing up

When i am in facebook and i want to do a live call or video chat,and when i hover the mouse over these options ,it no longer let's me do this and tells me that the browse… (ler mais)

When i am in facebook and i want to do a live call or video chat,and when i hover the mouse over these options ,it no longer let's me do this and tells me that the browser not longer supports this action yet i could do this up until about 7 weeks ago im using firefox in 20:04 ubuntu,im also having difficulty on another web page ordering spare parts,it won't let me select or order part's either but when i use windows 10 with firefox browser everything works fine why is this same browser different system?? i don't get this please help

Colocada por mdk308 43 minutos atrás

  • Resolvido

Firefox lagging lagging a ton for a second or two

I tried the troubleshooting mode, which turns off all the add-ons. Despite that, my Firefox still lags. For example, when I click on a new tab, it takes a couple of secon… (ler mais)

I tried the troubleshooting mode, which turns off all the add-ons. Despite that, my Firefox still lags. For example, when I click on a new tab, it takes a couple of seconds to open. When I am typing, it takes a few seconds every now and then to catch up. Additionally, when I am scrolling, it will be unresponsive for a couple of seconds before jumping to where I supposedly scrolled to. I am using Mint Linux Firefox 128.0.3. Processor: 13th Gen Intel© Core™ i7-13700HX × 16. Graphics:

 Device-1: Intel driver: i915 v: kernel
 Device-2: NVIDIA driver: nvidia v: 550.90.07
 Device-3: Cheng Uei Precision Industry (Foxlink) HP Wide Vision HD Camera
   type: USB driver: uvcvideo
 Display: x11 server: X.Org v: 1.21.1.4 driver: X:
   loaded: modesetting,nvidia unloaded: fbdev,nouveau,vesa gpu: i915
   resolution: 3424x1926~240Hz
 OpenGL: renderer: Mesa Intel UHD Graphics (ADL-S GT1)
   v: 4.6 Mesa 23.2.1-1ubuntu3.1~22.04.2

Colocada por theexaltedfuhrer 1 dia atrás

Respondida por jonzn4SUSE 1 dia atrás

  • Resolvido

Is it possible to remove Mozilla's title bar?

Hi. I was just looking at Google Photos on both Firefox and Chrome. Chrome had a bigger picture because the window had only the tabs bar and the address bar, and Firefo… (ler mais)

Hi. I was just looking at Google Photos on both Firefox and Chrome. Chrome had a bigger picture because the window had only the tabs bar and the address bar, and Firefox has an additional title bar. I was wondering if it would be possible to remove the title bar so the picture on both browsers were the same size?

Colocada por a1872 4 meses atrás

Respondida por a1872 4 meses atrás

youtube crashed after sometimes

youtube always crash after sometime. i've 16Gb of ram, so it took sometime for me. but the crash is inevitable. in the console, i saw some errors. mostly 401 and CORS to… (ler mais)

youtube always crash after sometime. i've 16Gb of ram, so it took sometime for me. but the crash is inevitable.

in the console, i saw some errors. mostly 401 and CORS to google ads domain. we all know that youtube is doing something shady to catch Adblock users.

no adblock, no extension, clean profile and incognito mode. it still happen. this problem is not unique to firefox, it happen to chrome too.

relevant question: https://support.mozilla.org/en-US/questions/1435907

Colocada por boku 8 horas atrás

Firefox-128 fails to start GUI on Linux Fedora fc20.x86_64

Contents: Conditions, Problem, Observations, Motivation Conditions System: Linux Fedora fc20.x86_64, CPU i520M, 3.66 GiB RAM on DELL E5410 Libraries have been upda… (ler mais)

Contents: Conditions, Problem, Observations, Motivation


Conditions


System: Linux Fedora fc20.x86_64, CPU i520M, 3.66 GiB RAM on DELL E5410

Libraries have been updated from rpm packages of Fedora distribution fc21.x86_64 to satisfy the requirements for Firefox 128 and now following versions of relevant libraries and packages are installed:

X.Org 1.14.4, libstdc++ 4.8.3, glibc 2.18, libglib 2.42.1, GTK+ 3.14.5

NetworkManager-0.9.9.0, dbus-1.6.30, GNOME 3.10.0, PulseAudio 5.0

Updating to newer version of Fedora is not possible option for me now.

Firefox 128.0.3 tarball has been unpacked to /usr/local/lib64/firefox128

Executable bash script, /usr/local/bin/firefox128 has been used to launch Firefox 128, it contains two lines

export LD_LIBRARY_PATH=/usr/local/lib64/firefox128:$LD_LIBRARY_PATH /usr/local/lib64/firefox128/firefox $1

Existing file $HOME/.mozilla has been temporarily renamed to avoid hardly possible conflicts while testing the new version of Firefox. (Later I have found that this is not necessary because new installs

of Firefox do not conflict with the previous).


Problem


Execution of the bash script, firefox128 from gnome-terminal command line started Firefox 128 but without GUI. Only the small white interval at left upper corner of the desktop appeared and it could be extended by using mouse to empty (white) window created by Gnome and titled, Firefox.

Observations


After Firefox 128.0.3 started the output of the command, ps -flu username revealed,

      /usr/local/lib64/firefox128/firefox
      /usr/local/lib64/firefox128/firefox-bin \
           -contentproc -parentBuildID 20240725162350 \
           -prefsLen 21615 -prefMapSize 245327 \
           -appDir /usr/local/lib64/firefox128/browser \
                   {d54171b1-8a79-44b3-a271-db4e09db2365} 3715 true socket

Two parameters preceding `true socket` vary from launch to launch.

Executions of, firefox128 --help

              firefox128 --full-version

display the expected output

In the way of successive approximations to highest Firefox version that starts with GUI in my system I have found this is Firefox 95.0.2

The binaries firefox in Firefox versions from 96.0 to 99.0.1 do not launch firefox-bin and the application hangs requiring explicit kill

Firefox versions 100.0.2, 101.0, 106.0, 106.0.5, 117.0, 117.0.1, 123.0.1, 128.0 I have tested like Firefox 128.0.3 behave in the same way as Firefox 128.0.3 with the same effects.

Output of the command, ps -flu username obtained when Firefox 95.0.2 is running with GUI in my system differs specifically from outputs of this command for Firefox versions above 100 Last argument for firefox-bin in those Firefox versions i.e. 100.0.2 and newer is `socket` whereas in Firefox 95.0.2 the last argument is `tab` as in the case,

       /usr/local/lib64/firefox95/firefox-bin \
                    -contentproc -childID 2 -isForBrowser \
                    -prefsLen 4814 -prefMapSize 241644 -jsInitLen 278884 \
                    -parentBuildID 20211218203254 \
                    -appDir /usr/local/lib64/firefox95/browser 9563 true tab
       /usr/local/lib64/firefox95/firefox-bin \
                    -contentproc -childID 6 -isForBrowser \
                    -prefsLen 5627 -prefMapSize 241644 -jsInitLen 278884 \
                    -parentBuildID 20211218203254 \
                    -appDir /usr/local/lib64/firefox95/browser 9563 true tab
       /usr/local/lib64/firefox95/firefox-bin \
                    -contentproc -childID 7 -isForBrowser -prefsLen 5627 \
                    -prefMapSize 241644 -jsInitLen 278884 \
                    -parentBuildID 20211218203254 \
                    -appDir /usr/local/lib64/firefox95/browser 9563 true tab

During executing both the bash scripts firefox128 and firefox95, launching the respective Firefox versions, Firefox writes messages to stdout (gnome-display) but the outputs do not differ qualitatively.

For firefox128 the only intriguing mesasage is the last one that appears while closing Firefox 128, [GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt

These messages not differing qualitatively for Firefox 95.0.2 and Firefox 128 can be summarized as follws (firefox:5370): Gtk-CRITICAL **: gtk_widget_get_style_context: assertion 'GTK_IS_WIDGET (widget)' failed gtk_style_context_get_state: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed gtk_style_context_get_background_color: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed gtk_style_context_get_color: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed

(firefox:5370): GLib-GObject-CRITICAL **: \ g_value_unset: assertion 'G_IS_VALUE (value)' failed

(firefox:2901): GLib-GObject-CRITICAL **: \ g_object_ref: assertion 'object->ref_count > 0' failed and g_object_unref: assertion 'object->ref_count > 0' failed

[GFX1-]: glxtest: libEGL missing methods

For Firefox 128 they are preceded by warnings like, [Parent 4185, Main Thread] WARNING: \ g_value_unset: assertion 'G_IS_VALUE (value)' failed: \ 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187


Moreover during starting Firefox in versions 96.0 - 117.0.1 there is the message,

                    os_mmap failed.: Cannot allocate memory 

This message is absent either in Firefox 95.0.2 and Firefox 128.0, 128.0.3

Motivation


The effect just described looks very strange but may be common to older versions of Linux distributions still being used by number of people with various motivations.

Various institutions, particularly banks, require "newest" versions of a browser and I am afraid that Firefox 95.0.2 working in my system will be very soon considered outdated that will result in lack of electronic access to bank account.

Therefore solving the problem just presented appears to be important.

Thank you in advance

Colocada por koz55pl 3 dias atrás

Última resposta por koz55pl 10 horas atrás

  • Resolvido
  • Arquivadas

How can I set a custom file as home page for new tabs in Firefox Desktop 107?

Hello, in past versions of Firefox, I was able to follow the steps on this page to set a custom HTML file on my PC as my home page for new tabs: https://peterries.net/blo… (ler mais)

Hello, in past versions of Firefox, I was able to follow the steps on this page to set a custom HTML file on my PC as my home page for new tabs: https://peterries.net/blog/firefox-ubuntu-local-file/

I have Firefox 107.0.1 now and it's not happening. When I open the browser from scratch, I see my custom home page file. But when I open a new tab, I just see a blank screen. If I then click the Home icon on the toolbar, I do see my custom HTML page, but I don't want to have to click that button for each new tab.

Right now, in my settings, I have the URL to the page set as the custom URL for the HTML fiile, like this:

file:///home/peter/Documents/homepage/peter-home-homepage.html

That works. And I also have followed the steps on that blog post to customize my /usr/lib/firefox/autoconfig.cfg and my ../firefox/defalults/pref/autoconfig.js files. That's no longer working.

Did something in a recent version change? Is this no longer supported? Thanks for any ideas!

Colocada por peterr2 1 ano atrás

Respondida por cor-el 1 ano atrás

  • Resolvido
  • Arquivadas

No confirmation email for Firefox Sync received

I try to set up Firefox Sync on Firefox on a VM on Fedora. I enter my e-mail and password. Then I get the message (after retrying): "Email resent. Add accounts@firefox.co… (ler mais)

I try to set up Firefox Sync on Firefox on a VM on Fedora. I enter my e-mail and password. Then I get the message (after retrying): "Email resent. Add accounts@firefox.com to your contacts to ensure a smooth delivery." However, I do not get the email with the confirmation code.

My email address has this format j@xxxxx.org

Colocada por Jan 1 ano atrás

Respondida por Jan 1 ano atrás

Trying to connect to website.

Trying to get to the "http://localhost:631" website from my Ubuntu 22.04, but always get "can not connect". What is going on? What do I need to do to fix this? I have tri… (ler mais)

Trying to get to the "http://localhost:631" website from my Ubuntu 22.04, but always get "can not connect". What is going on? What do I need to do to fix this? I have tried to add this website to the exception list but it changes the http to https.

Colocada por Larryjoy 2 dias atrás

Última resposta por jonzn4SUSE 1 dia atrás

moving tab to another window

Why do you make it so fxxxxxx hard to ask a question??????? In the tab info it says, If you want to move a tab from one Firefox window to another, click on the tab and … (ler mais)

Why do you make it so fxxxxxx hard to ask a question??????? In the tab info it says, If you want to move a tab from one Firefox window to another, click on the tab and drag it to the tab strip of another Firefox window.

What the xxxx does that mean????? There is no tab strip!! There is no obvious place to move it! These are bad instructions! When you write instructions read them over and make sure they are complete! Have somebody that doesn't know anything read them and see if they can follow them!

Colocada por Redgreen 1 dia atrás

Última resposta por cor-el 1 dia atrás

How do I stop Firefox from logging me out of all websites?

My Laptop I only use once in a while because I am mostly at my desktop. When I didn't use the laptop for some time, I am logged out of ALL websites. Google, Facebook, Twi… (ler mais)

My Laptop I only use once in a while because I am mostly at my desktop. When I didn't use the laptop for some time, I am logged out of ALL websites. Google, Facebook, Twitter, Instagram, Reddit, eBay, Amazon, several smaller sites EVERYWHERE. It's like I am on a new install.

How do I stop that behavior? It's certainly not an issue of the websites because I am logged out consistently everywhere. Why is Firefox deleting the cookies even if they are infinite?

My laptop is secured, it has strong passwords and an encrypted harddisk.

Colocada por bxyify 1 dia atrás

some popup windows and post-order features of Instacart don't work in firefox, but do in Chrome

I have had trouble with Instacart features such as adding items to a pending order, or leaving feedback or a tip for a shopper. Most of the same Instacart features seem … (ler mais)

I have had trouble with Instacart features such as adding items to a pending order, or leaving feedback or a tip for a shopper. Most of the same Instacart features seem to work correctly in Chrome, but of course I would rather use Firefox. But having said that, some don't work properly in Chrome either!

Colocada por dana30 2 dias atrás

Sign into Yahoo Account but Cannot make comments

PRIORITY:HIGH for those that are concerned! I created a specific Yahoo account so I could make comments on various News issues. I'm signed into that account and try to m… (ler mais)

PRIORITY:HIGH for those that are concerned! I created a specific Yahoo account so I could make comments on various News issues. I'm signed into that account and try to make a comment and it says something like or offers to sign in again where the comment is located. when i tick the sign in tab it goes back to the article as if I never signed in to post a comment. When I am actually signed into the Yahoo account where the article is located. Could be politics, music, etc. I cleared the cache, etc...still stuck in the mud. please help. Thank you. raphael

Colocada por felix85 2 dias atrás

Última resposta por felix85 2 dias atrás

Can't change my profile picture

When I upload my profile picture to Mozilla accounts, it renders correctly in the browser, but when I click submit, it changes to lots of lines that give me trypophobia. … (ler mais)

When I upload my profile picture to Mozilla accounts, it renders correctly in the browser, but when I click submit, it changes to lots of lines that give me trypophobia. It is also wrong in the Firefox browser profile icon.

Colocada por Magnus 3 dias atrás

Última resposta por cor-el 3 dias atrás

Discord crashes as soon as someone else joins VC

Hey, I have noticed recently that Discord crashes its tab as soon as someone else joins a voice call and microphone access is given. I am on Linux/NixOS/Hyprland and a… (ler mais)

Hey,

I have noticed recently that Discord crashes its tab as soon as someone else joins a voice call and microphone access is given.

I am on Linux/NixOS/Hyprland and am not experiencing this issue on Linux/Endeavour/Gnome.

The crash report mainly complains about libxul.

Any ideas or directions are greatly appreciated.

Best

Colocada por Nydragon 3 dias atrás

Última resposta por cor-el 3 dias atrás