Showing questions tagged: Show all questions

Issue getting Firefox to launch for the first time, directly to a clicked link, without start page/default browser prompt

We are deploying Firefox installed via the v122 binary on Ubuntu 22.04.4 Server w/ubuntu-desktop-minimal --no-install-recommends (we need to have no-user-interaction inst… (read more)

We are deploying Firefox installed via the v122 binary on Ubuntu 22.04.4 Server w/ubuntu-desktop-minimal --no-install-recommends (we need to have no-user-interaction install). We are using an Ansible playbook to copy over and unarchive the tarball, then create a firefox/distribution folder in the install directory and copying a profiles.json file to said folder, links the install directory to the /usr/bin/local directory, and setting firefox.desktop as the system default browser.

Using the instructions from: https://mozilla.github.io/policy-templates/

What we are hoping to accomplish is the user who has never launched Firefox will click on a link in an application, which will launch Firefox and go directly to the requested page. As it stands right now, the first time a user clicks the link, it launches firefox and shows a start page. The user must then close this window, and click the link again. This brings up a "Use Firefox as the default browser" prompt, which the user must accept, but then does not display the link. The third time the user clicks the link, the requested page pops up, and works from this time out.

We would like to have this be a one-click experience for the user. Looking at the options in about:config after getting firefox to launch, it appears firefox is not getting the options from the profiles.json file. Are we missing something about placement of this file? Missing some lines? Should we be using AutoConfig instead? Thank you for any assistance!

{

   "policies": {
       "Homepage": {
           "StartPage": "none"
       },
       "Preferences": {
           "browser.shell.checkDefaultBrowser": {
               "Value": false,
               "Status": "default",
               "Type": "boolean"
           },
           "browser.shell.skipDefaultBrowserCheckOnFirstRun": {
               "Value": true,
               "Status": "default",
               "Type": "boolean"
           },
           "browser.startup.homepage_override.mstone": {
               "Value": "ignore",
               "Status": "default",
               "Type": "string"
           }
       },
       "PopupBlocking": {
           "Default": false
       },
       "DontCheckDefaultBrowser": true,
       "OverrideFirstRunPage": "",
       "OverridePostUpdatePage": ""
   }

}

Asked by JuniorDevOps 1 week ago

Last reply by Mike Kaply 1 week ago

How to debug FF startup, not using the profiler? After reboot, FF always takes 14 minutes to start the first time.

I run the latest Firefox (v122.0.1) on Windows 11. Since last week, FF takes 14 minutes to start the first time after a boot. :-( Usually FF starts in ~3 seconds. … (read more)

I run the latest Firefox (v122.0.1) on Windows 11.

Since last week, FF takes 14 minutes to start the first time after a boot. :-( Usually FF starts in ~3 seconds.

I reboot the laptop. I wait a minute. I start FF. Nothing happens for 14 minutes. Finally the browser window suddenly appear and everything is working normally. I exit FF (no remaining firefox.exe processes are running). I start FF again. Now it starts immediately as usual. :-) But: I reboot and start FF. Again, it takes 14 minutes to start. This is reproduceable every time.

I haven't tried to *solve* this by refreshing FF or simillar. Right now I'm more interested in debugging this and finding out what is wrong.

I found https://profiler.firefox.com/docs/#/./guide-startup-shutdown which states how to automatically start the profiler at startup.

12:40 I boot the computer, login and wait a minute. 12:43 I start CMD.EXE and run:

 cd c:\Program Files\Mozilla Firefox
 set MOZ_PROFILER_STARTUP=1
 set MOZ_PROFILER_STARTUP_ENTRIES=20000000
 set MOZ_PROFILER_STARTUP_INTERVAL=100

12:44 I run:

 firefox.exe

No GUI appear. (it won't appear until 14 minutes later) I open the Task Manager and see one (1) firefox.exe process, taking 0% cpu. (pid 17668) 12:48 One more process running for a few seconds. Commandline is just "c:\Program Files\Mozilla Firefox\firefox.exe", no more options. 0% CPU. 12:50 One more process running for a few seconds. Commandline is just "c:\Program Files\Mozilla Firefox\firefox.exe", no more options. 0% CPU. 12:52 One more process running for a few seconds. Commandline is just "c:\Program Files\Mozilla Firefox\firefox.exe", no more options. 0% CPU. 12:54 One more process running for a few seconds. Commandline is just "c:\Program Files\Mozilla Firefox\firefox.exe", no more options. 0% CPU. 12:56 One more process running for a few seconds. Commandline is just "c:\Program Files\Mozilla Firefox\firefox.exe", no more options. 0% CPU. 12:58 The browser GUI finally appear. Everything is now normal. It is showing one (1) tab with my start-page (google) just as it should. (my Task Manager now show 12 FF processes running, with various options) 12:59 I click the icon to stop the profiling.

I open the profile. [Profile Info] says:

 Recording started: Sat 17 Feb 2024 12:58
 Recording length: 1m12s 

So my profiling data don't show what happens between 12:44 to 12:58 :-(

Just for the sake of it, I'm attaching a pic of the first 10 seconds of the profile (at 12:58).

PS: Between 12:44 and 12:58 no FF window exists at all. Alt+Tab show no FF and in Task Manager I can't do any "Window" management, it is greyed out. I.e. no FF window exists for this process.

Question 1) What should I do to debug what happens between 12:44 and 12:58?

Question 2) How can it be that it takes 14 minutes to start FF from scratch (boot) while it starts quickly (~3 seconds) if it has been started once? I mean, all firefox.exe processes are gone when I exit FF, so starting FF again should be like starting from scratch, but apparently something is different.

Question 3) Is it normal that a FF, with only one tab (https://google.com/), run 12 processes in Task Manager?

Asked by elofu17 2 months ago

Last reply by zeroknight 2 months ago

Hotkeys not working on Firefox.

I use a public computer often, and I would like to use certain customizations while remaining anonymous. Rather than going through and clicking a bunch of checkboxes, I … (read more)

I use a public computer often, and I would like to use certain customizations while remaining anonymous. Rather than going through and clicking a bunch of checkboxes, I decided to have a hot key combination to enter in order to obtain my desired options. For example, I want to allow new windows to open normally, I want to choose where files are saved, and I want to turn off Firefox's recommendations. The underlined hotkeys are, respectively, ALT+W, ALT+A, and ALT+R ALT+F. So rather than a bunch of scrolling and clicking, I could just type ALT+WARF, and get the options I want quickly.

However, pressing the hotkeys while in the settings does not seem to do anything. In particular, pressing ALT+WARF only succeeds in pressing the ALT+F, which opens the File menu. Pressing these keys without an ALT key sends them automatically to the search bar -- which is also not what I want. Pressing ALT+SHIFT focuses in on the checkbox -- but does not press it. For example, ALT+SHIFT+W focuses on the checkbox, but I still have to click SPACE after it to press it.

Is this a bug? If not, how can I make the underlined keys press the respective checkboxes?

Asked by asdf2 2 months ago

Last reply by Balázs Meskó 2 months ago

Microsoft 365 cannot login via Mozila while there is no problem with edge

Dear Sir/Madam I have set up a new Microsoft Surface pro 7 with fresh Win11 23h2 and office installation. The latest Firefox 122.0.1 has been downloaded. Problem: Whe… (read more)

Dear Sir/Madam

I have set up a new Microsoft Surface pro 7 with fresh Win11 23h2 and office installation.

The latest Firefox 122.0.1 has been downloaded.

Problem:

When i sign in to my Microsoft 365 account for the first time everything goes smooth and get all authentication steps.

BUT

1. I never reach the Microsoft 365 page and return back to Microsoft log in page

"https://www.office.com/?trysignin=0"

2. if I insist in Trying I get in a loop and i get the error message "AADSTS50196 authentication error,"

3. I have tried to clean Cookies cash. The only difference now is that i do not get in that indefinite loop but i have to reenter the sign in credentials and again reach the log in screen.

4. I have entered the office.com, Microsoft.com, hotmail.com as trusted sites but problem same

5. No issues in that particular Surface pro to sign in Microsoft 365 site via edge

6. No issues to sign in Microsoft 365 in my other computers via Mozila. It happens to that particular surface new installation

Any help/Troubleshooting will be appreciated

Asked by almyroudis 2 months ago

Last reply by jonzn4SUSE 2 months ago

Hold-Key-To_Repeat function (and other keyboard oddities) in Gmail and Discover.com

When composing emails in Gmail holding down a (any) key does not activate key repeating. Also, the there are irregularities when using discover.com in Ver. 124. When edi… (read more)

When composing emails in Gmail holding down a (any) key does not activate key repeating.

Also, the there are irregularities when using discover.com in Ver. 124. When editing my customer profile, keystrokes are not recognized. Nothing happens when typing. I also had difficulty signing-in; this may be coincidental.

Things tried: (1) A different keyboard. Same results. (2) Firefox version 122. The key repeat function worked in Gmail. I could edit my profile at discover.com. (3) Uninstalled and reinstalled ver. 124. All problems persisted. (4) Ran Ver. 124 in troubleshooting mode. All problems persisted. (5) Launched newly downloaded versions of both 122 and 124 (from command line) and ran them simultaneously. The problems persisted in 124 (troubleshooting mode), but 122 worked well. I used two different keyboards with no difference noticed. (6) Downloaded and ran Chromium. All worked well.

Asked by H P Ladds 1 month ago

Last reply by Terrance_h 4 weeks ago

Videos Not Playing Since Update Firefox Release 122.0.1

Since the new update for some reason, videos on some websites are no longer loading as they used to. The big sites like YouTube and Netflix are fine though others are giv… (read more)

Since the new update for some reason, videos on some websites are no longer loading as they used to. The big sites like YouTube and Netflix are fine though others are giving error codes.

(Error Code: 102630) is a common one, even after going through the guides online to get it working nothing works.

The other thing I've noticed is: Error code: SSL_ERROR_RX_RECORD_TOO_LONG This also comes up on some web players. Same again, nothing works trying to fix it.

Something changed during update 122.0.1 ?? Any Help or Ideas would be great. :)

Asked by Fox1001 2 months ago

Last reply by cor-el 2 months ago

window.gigya is undefined

I used to access RAI (Italian TV) no problem until I upgraded my op system to Ventura 13.6.4 two days ago. Now when I try to log in to RAI from Firefox (latest version) I… (read more)

I used to access RAI (Italian TV) no problem until I upgraded my op system to Ventura 13.6.4 two days ago. Now when I try to log in to RAI from Firefox (latest version) I get the following message from the RAI system "window.gigya is undefined" . Even though my credentials are correct, the RAI platform does not allow me to log in to my account. This is a Firefox issue and not a RAI issue. I know this because I can access my RAI account and see TV content no problem via SAFARI. Perhaps there is a setting in Firefox I need to change. At the moment I am using Firefox with the standard settings (no changes to settings since I reinstalled Firefox in my machine today)

Asked by xabier1 2 months ago

Last reply by Balázs Meskó 2 months ago

Intermittent Master Password Recognition Issue with External Keyboard on Firefox for Ubuntu

Hello, I've encountered a recurring issue with Firefox on Ubuntu where my master password is sporadically not recognized when typed using my external wireless keyboard. … (read more)

Hello,

I've encountered a recurring issue with Firefox on Ubuntu where my master password is sporadically not recognized when typed using my external wireless keyboard. This problem does not occur consistently but is particularly frustrating when it does, as it forces me to switch to my laptop's keyboard for input. I'm certain the password is entered correctly; after multiple careful attempts (3-5 times), the issue persists, leading to unnecessary stress and inconvenience.

    • Environment:**

- **Operating System:** Latest version of Ubuntu - **Hardware:** Dell Latitude laptop with a Contour external wireless keyboard, connected through a Dell docking station. This setup is shared with another laptop (HP) via the docking station.

    • Observations:**

- The issue seems to occur sporadically and is not reproducible on demand, adding to the frustration. - It has happened notably on the first login attempt after the computer's first boot of the day. - On one occasion, the problem led me to change my master password under the mistaken belief it had been compromised.

    • Impact:**

This intermittent recognition issue disrupts my workflow and significantly affects my user experience with Firefox. The necessity to switch input methods and the initial misinterpretation of the problem as a security concern are particularly concerning.

I hope this detailed feedback assists in identifying and resolving the issue. Thank you for your attention to this matter Firefox.

Sincerely, Daniel

Asked by Daniel 2 months ago

Last reply by cor-el 2 months ago

Videos stutter

Hi, I have a problem with my firefox app. Everytime I play or skip a port of a video, it plays stuttering and return normal only If I rewind some second (if I pause it no… (read more)

Hi, I have a problem with my firefox app. Everytime I play or skip a port of a video, it plays stuttering and return normal only If I rewind some second (if I pause it nothing change). Anyone knows why? Is there some way to solve this problem? I have deleted every data, cookies etc, every add-on and reinstalled the app but nothing changed. I also formatted every setting of my device but same result. Oh, also, this problem don't happen with other apps like gallery or chrome video (I hope bitrate doesn't cause problems).) .

Asked by marianiiccolo 2 months ago

Last reply by Axel 1 month ago

Firefox randomly moves address bar suggestions around

Hi everyone, I'm used to typing one or two letters into the address bar and then the down arrow to access the same handful of websites every day. A few weeks ago, Firefo… (read more)

Hi everyone,

I'm used to typing one or two letters into the address bar and then the down arrow to access the same handful of websites every day. A few weeks ago, Firefox started randomly moving these around so that the same letters that have always made it open the same URL now opens a different URL and I have to actually search the suggestions. How can this annoying behaviour be fixed?

(a few months ago, the address bar wouldn't delete entries, but this problem vanished as mysteriously as it appeared)

FF version 122.0.1 (64-bit), Windows 10

Asked by agwien 2 months ago

Last reply by zeroknight 2 months ago

Disable the top left corner context menu in fullscreen

When in fullscreen, if I move the mouse to the top-left corner and right click, a browser context menu appears. The page I'm on is using mouse right clicks, so this brows… (read more)

When in fullscreen, if I move the mouse to the top-left corner and right click, a browser context menu appears. The page I'm on is using mouse right clicks, so this browser function is breaking the controls of the page if I ever accidentally click the top left corner (which I do often).

Is there any way to disable this menu appearing? I would never use this menu to minimise/close the program so I just want it gone. It's breaking fullscreen controls in it's current form

Asked by donal.goggin 2 months ago

Last reply by cor-el 2 months ago

autofill when signing into amazon

When I attempt to sign into my Amazon account my email is in the autofill box, so I press continue as instructed. The passward box displays a long line of dots that cove… (read more)

When I attempt to sign into my Amazon account my email is in the autofill box, so I press continue as instructed. The passward box displays a long line of dots that cover the entire box and will not let me enter a password or erase those dots. I have changed my password and that allows me to sign in to my account ONE TIME. The same thing occurs every time I try to sign in. The autofill is not working properly. If you will clear the autofill on my Amazon account I will enter a password.

Asked by Frank Warzetha 2 months ago

Last reply by jonzn4SUSE 2 months ago

Ancestry.com will work under Chrome but not Firefox

Ancestry.com freezes up under Firefox. Cannot manipulate trees. Get message that says page is slowing Firefox down. Works under Chrome. … (read more)

Ancestry.com freezes up under Firefox. Cannot manipulate trees. Get message that says page is slowing Firefox down. Works under Chrome.

Asked by tempesto 2 months ago

Last reply by zeroknight 2 months ago

Youtube acting maliciously (at least sus) with Firefox

You may have heard about this, Youtube (and parent Google) have recently declared war on adblockers and non-Chrome browsers. I have reason to believe they have escalated… (read more)

You may have heard about this, Youtube (and parent Google) have recently declared war on adblockers and non-Chrome browsers. I have reason to believe they have escalated that war to deliberately crash non-Chrome browsers, at least slowing them down to make them non-responsive.

In the past few days, browsing Youtube has caused my system to stop responding requiring a power cycle to clear the problem.

Has anyone else encountered this problem? Is this just a bad setting, or is Youtube acting as malicious as I believe them to be?

Asked by WmRTaylor 2 months ago

Last reply by mahnoor mahnoor 1 month ago

How do I add a "Search Engine" to the New Tab screen

Hi, on my current Firefox setup, I have a search engine shortcut in my Top Sites on a New Tab page. It's a quick one for Amazon, I can't figure out how to add others thou… (read more)

Hi, on my current Firefox setup, I have a search engine shortcut in my Top Sites on a New Tab page. It's a quick one for Amazon, I can't figure out how to add others though. I saw reference to it in this old support issue, but I can't find how to do that anymore.

Asked by daniel213222 2 months ago

Last reply by James 1 month ago

Scrolling is jittery in Firfox, but not other browsers

When I scroll up or down on the touchpad in firefox, it is like I scroll past a certain threshold, and it then sends a "scroll up" or "scroll down" command. When I do th… (read more)

When I scroll up or down on the touchpad in firefox, it is like I scroll past a certain threshold, and it then sends a "scroll up" or "scroll down" command.

When I do this is Chromium, it's like I'm moving the website with my fingers. Similar to how it would be on a touch screen. In other browsers, the scrolling is not discrete, but continuous.

I love firefox, but this is driving me mad when I'm browsing. Is there any fix for this?

Asked by L M 2 months ago

Last reply by TyDraniu 2 months ago