Zobrazenie otázok označených: Zobraziť všetky otázky
  • Vyriešené

honey shopping app - drop down boxes wont open

If i am on amazon for example and an item has more than 1 option, Honey presents drop down selection box so you can choose which one to drop list The issue is the drop d… (ďalšie informácie)

If i am on amazon for example and an item has more than 1 option, Honey presents drop down selection box so you can choose which one to drop list The issue is the drop down box never opens when you click on it, doesn't matter where on it you click, it wont open. I have cleared cache, reinstalled honey and nothing helps. I have multiple desktop pc's all running tumbleweed and they all have this issue. If i load Chromium that works ok, but i use Firefox and not Chromium. I'm using openSuse Tumbleweed (latest update).

Otázku položil(a) Cat22 Pred 4 mesiacmi

Na otázku odpovedal(a) Cat22 Pred 4 mesiacmi

macOS disable Firefox default browser prompt non-interactively

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser. I am using the following script to create the profile and set the user p… (ďalšie informácie)

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser.

I am using the following script to create the profile and set the user preferences after installing Firefox by copying `Firefox.app` from the downloaded DMG: ```

  1. !/bin/sh

open -a Firefox.app --args -CreateProfile default sleep 1

write_userpref() { USER=$(whoami) PROFILE=$(ls -1 "/Users/${USER}/Library/Application Support/Firefox/Profiles/" | grep -E "\.default$") cat << EOF > "/Users/${USER}/Library/Application Support/Firefox/Profiles/${PROFILE}/user.js" // mandatory comment? user_pref("app.update.auto", false); user_pref("app.update.disable_button.showUpdateHistory", false); user_pref("app.update.enabled", false); user_pref("breakpad.reportURL", ""); user_pref("browser.newtabpage.activity-stream.feeds.topsites", false); user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); user_pref("browser.tabs.crashReporting.sendReport", false); user_pref("browser.discovery.enabled", false); user_pref("browser.defaultbrowser.notificationbar", false); user_pref("browser.shell.checkDefaultBrowser", false); user_pref("browser.shell.didSkipDefaultBrowserCheckOnFirstRun", false); user_pref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true); user_pref("browser.newtabpage.enabled", false); user_pref("experiments.enabled", false); user_pref("extensions.pocket.enabled", false); user_pref("toolkit.telemetry.enabled", false); user_pref("update_notifications.enabled", false); EOF }

write_userpref

open -a Firefox.app --args -new-tab -P default "about:blank" sleep 3 osascript -e 'quit app "Firefox"' sleep 2

open -a Firefox.app --args -P default about:blank ```

Here's the behaviour I'm seeing:

  1. Firefox starts to an `about:blank` tab, however there is a second "Firefox Privacy Notice" tab
  2. AppleScript quits Firefox
  3. Firefox starts to an `about:blank` tab, however it is now prompting me to make it the default browser

I do not want Firefox to prompt the user to become the default browser.

My ideal scenario is that Firefox starts without the "Firefox Privacy Notice" tab and without prompting me to make it the default browser. From the observed behaviour, this doesn't seem possible.

Can anyone tell me how I can accomplish this without user interaction or MDM?

Otázku položil(a) hal.martin Pred 4 hodinami

Posledná odpoveď od hal.martin Pred 4 hodinami

multiple issues with PiP on Ubuntu

For some time now, I've been experiencing the following issues with PiP: The floating window opens in a random (and annoying) place and does not place itself automati… (ďalšie informácie)

For some time now, I've been experiencing the following issues with PiP:

  • The floating window opens in a random (and annoying) place and does not place itself automatically on the lower right corner as it used to (where I always move it, so it has no memory as it used to)
  • It's impossible to keep the "always on top" mode on by default, and I have to do it every single time
  • When I toggle windows, the PiP window is always the next one, even when it was not the one I switched from, and I have to always toggle twice for switching between two windows when I have a 3rd PiP window
  • When I change language using the keyboard shortcut, it changes the language on the PiP window, and I have to use the language icon bar. Then, the PiP window becomes activated, and I have to toggle back to the window I was working on before (on which I wanted to change language). I have the "separate languages for separate windows" option activated.

It's been some months now, and all those things were working before an update but never came back...

Does anyone know if there's a way of fixing these issues? I've tried things I found online but nothing seems to work.

Many thanks

Otázku položil(a) gtpeonta Pred 6 dňami

  • Vyriešené

How to disable that Firefox automatically saves PDFs?

I have the following settings in Settings/Preferences>General: Files and Applications Downloads Save all files in the following folder: Downloads Ticked Ask every ti… (ďalšie informácie)

I have the following settings in Settings/Preferences>General:

Files and Applications

Downloads Save all files in the following folder: Downloads Ticked Ask every time where to save a file

Applications Portable Document Format (PDF): Open in Firefox How should Firefox deal with other files? Ticked Ask whether to open or save files

On specific websites when I click on a pdf link, Firefox opens and automatically saves the file to Downloads folder without asking whether to save and where to save despite the above settings. As far as I remember, on other websites when clicking a pdf link Firefox only opens the corresponding file and doesn't save.

I found this with a internet search https://connect.mozilla.org/t5/discussions/stop-saving-pdfs-to-downloads-when-viewing-in-firefox/td-p/10225.

How can it be disabled that Firefox automatically saves PDFs?

Otázku položil(a) bernd1-1 Pred 3 mesiacmi

Na otázku odpovedal(a) cor-el Pred 3 mesiacmi

Firefox won't start after updating. How to restore the previous version without losing profile data?

Firefox won't start after updating to version 123.0 on Ubuntu OS. At the same time, no errors will appear, and there is also no specific crash report that would help und… (ďalšie informácie)

Firefox won't start after updating to version 123.0 on Ubuntu OS.

At the same time, no errors will appear, and there is also no specific crash report that would help understand the reason.

How to restore the previous version without losing profile data?

Otázku položil(a) MarkR Pred 2 mesiacmi

Posledná odpoveď od zeroknight Pred 2 mesiacmi

Latest Linux Mint Version of Firefox

Hi Just updated Linux Mint from 20.3 to vs 21. Firefox Help now shows FF version Mint - 001-1.0 121.0.1 Also shows that FF updates disabled by Administrator… (ďalšie informácie)

Hi Just updated Linux Mint from 20.3 to vs 21. Firefox Help now shows FF version Mint - 001-1.0 121.0.1

Also shows that FF updates disabled by Administrator.

Is this the latest version for LM 21 ? And how do I enable updates automatically?

Thanks

Charles Harris

Otázku položil(a) Charlie Harris Pred 4 mesiacmi

Posledná odpoveď od jonzn4SUSE Pred 4 mesiacmi

  • Vyriešené

Firefox exclusively scrolling extremely fast

Scrolling in Firefox is causing any webpage to scroll many lines at once with a single click, and it seems to be exclusively happening to Firefox, as every other applicat… (ďalšie informácie)

Scrolling in Firefox is causing any webpage to scroll many lines at once with a single click, and it seems to be exclusively happening to Firefox, as every other application scrolls normally. I have tried searching here and elsewhere for a solution, and I have tried to change about:config settings based on the recommendations I could find to no avail. I have also tried to refresh Firefox and have used Troubleshoot Mode, but those too have not worked. I have no clue as to what could have caused this, as I have not been messing with any settings prior to this.

Otázku položil(a) eventfulhorizon Pred 2 mesiacmi

Na otázku odpovedal(a) eventfulhorizon Pred 2 mesiacmi

  • Archivované

Firefox and thunderbird: invisible dropdown menus / missing overlay planes

Hi all, due to the occurring problem I cannot select topic to describe best my type of question: Description of fault: Using Open Suse Leap current version 15.3 (KDE) w… (ďalšie informácie)

Hi all, due to the occurring problem I cannot select topic to describe best my type of question:

Description of fault: Using Open Suse Leap current version 15.3 (KDE) with all patches installed (zypper dup: no action required) In either thunderbird and firefox application (but e.g. not in dolphin or k3b or gimp...) I have following problem: When pressing any entry in File ... View... bar I do not get a visible dropdown menu to chose from Firefox specific: When I try to use a bookmark folder in the bookmark bar there is no visible dropdown menu to chose from When I try to chose from a dropdown menu inside the content of a web site i will get no visible feedback at all.

BUT: when I want to chose a bookmark that should appear in a dropdown list and I move the mouse to that remembered position I see in the lower left corner the bookmark's address and I can chose it! The same happens with the dropdown menus from the the File.... View... Help line. I am able to chose a command once I remember where to point to.

So I guess all what is missing is the overlay plane where the menu contents reside.

This problem occurs in 95% of the time I use both applications, BUT there are 5% of the time where everything works like a charm. I have no idea what i do differently in that usage. Whenever Firefox works normal, also thunderbird does. Is it somehow a KDE releated problem?

How can I fix that problem? Any hints?

Thank you

Johannes

Otázku položil(a) schjo Pred 2 rokmi

Posledná odpoveď od jonzn4SUSE Pred 1 rokom

  • Archivované

Invalid Symlinks in Ubuntu I am using 97.0.2

I have a locked file that shows up as Invalid Symlinks error. I am not sure but I think it may be Profile.ini Here is what I am getting that tells me its a Non-Existent D… (ďalšie informácie)

I have a locked file that shows up as Invalid Symlinks error. I am not sure but I think it may be Profile.ini Here is what I am getting that tells me its a Non-Existent Destination file. My question is why is it Invalid symlink and what can I do to fix it? Here is what I get: Lock In symlink folder /home/butch/.mozilla/firefox/6q1a4nt2.default-release 127.0.1.1:+2708 type of error Non-existent Destination File 2022-03-08 21:15:25

When I deleted it wouldn't open so I had to completely reinstall it. My Email address is: [removed email from public]

Butch Owens

Otázku položil(a) butchowens Pred 2 rokmi

Posledná odpoveď od cor-el Pred 2 rokmi

  • Archivované

Firefox 97 os/system print dialog

Hi, how do we set Firefox 97 to use the os/system print dialog? Before Firefox 97 we could change these settings in about:config: print.tab_modal.enabled = false widget… (ďalšie informácie)

Hi, how do we set Firefox 97 to use the os/system print dialog?

Before Firefox 97 we could change these settings in about:config:

print.tab_modal.enabled = false widget.use-xdg-desktop-portal = true

But they are both gone now.

There is now widget.use-xdg-desktop-portal.print, which is an integer (2 by default).

But no matter what integer it is set to, we still don't get the os/system print dialog.

We are using Arch Linux, but we don't expect that to be of any importance -- after all, it worked before Firefox 97.

Thanks for your time :o)

Otázku položil(a) johnny1000 Pred 2 rokmi

Posledná odpoveď od jscher2000 - Support Volunteer Pred 1 rokom

  • Archivované

Firefox - laggy scrolling since 98.0.

OS: ArchLinux DE: i3wm, X11 GPU: GTX770, Kepler, proprietary nvidia driver Firefox version: 98.0(64-bit) Hi! Since updating Firefox to 98.0 I've been experiencing sudden… (ďalšie informácie)

OS: ArchLinux DE: i3wm, X11 GPU: GTX770, Kepler, proprietary nvidia driver Firefox version: 98.0(64-bit)

Hi! Since updating Firefox to 98.0 I've been experiencing sudden performance drops(lags/freezes/stutters) while scrolling. `about:support` page shows that compositing is `WebRender`. The issue occurs with fresh profile without any addons installed and also in `firefox-nightly`(100.0a1). However, scrolling is totally smooth in 97.0.2 and earlier versions of Firefox.

What changes in Firefox 98 could cause this, and are there any settings in `about:config` I can try to tune to solve the issue? These are the settings I've always used, and, as I mentioned, scrolling was smooth before 98.0:


gfx.webrender.all = true general.smoothScroll.mouseWheel.durationMaxMS = 400 general.smoothScroll.mouseWheel.durationMinMS = 200 mousewheel.min_line_scroll_amount = 40 mousewheel.system_scroll_override.enabled = false

Otázku položil(a) Alexey104 Pred 2 rokmi

Posledná odpoveď od mjstep61 Pred 1 rokom

  • Archivované

Firefox account verification email is has timestamp rendered in Greek date instead of English

To post on this support forum I just created a Firefox account. The system then emailed me a verification code to check my address. While nearly the entire email was in E… (ďalšie informácie)

To post on this support forum I just created a Firefox account. The system then emailed me a verification code to check my address. While nearly the entire email was in English, the time seemed to be rendered in Greek. This seems a bit odd to me. My browser is set to English, with no other languages present. My IP address is in the Netherlands. See the contents of the email below.

Cheers, Maarten


Copy/paste this code into your registration form. ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌‌‌ Firefox logo Is this you signing up? Firefox on Linux 's-Hertogenbosch, NB, Netherlands (estimated) IP address: 45.95.64.129 Πέμπτη, 17 Μαρ 2022 8:05:45 ΜΜ (CET) If yes, use this verification code in your registration form: 195505 It expires in 5 minutes. This is an automated email; if you received it in error, no action is required. For more information, please visit Mozilla Support. Mozilla. 2 Harrison St, #175, San Francisco, CA 94105 Mozilla Privacy Policy Firefox Cloud Terms of Service

Otázku položil(a) geekabit Pred 2 rokmi

Posledná odpoveď od geekabit Pred 2 rokmi

  • Archivované

cannot figure out how to make scale and colorize scrollbars in firefox 98

Using firefox in linux mint 19.3 mate. Until firefox 97, I could control the size and color of the firefox scrollbars with a system CSS. Since a firefox update to versio… (ďalšie informácie)

Using firefox in linux mint 19.3 mate. Until firefox 97, I could control the size and color of the firefox scrollbars with a system CSS. Since a firefox update to version 98, firefox ignores those settings. Nothing has changed in my firefox settings, my about:config, or system settings. But now the scrollbars are barely visible low contrast narrow bars that are unpleasant to work with, and I can't figure out how to change this. suggestions? tnx

Otázku položil(a) stranglehold Pred 2 rokmi

Posledná odpoveď od stranglehold Pred 2 rokmi

  • Archivované

'Use autoscrolling' and 'Enable DRM' settings keep being unset

Lately, Firefox unchecks the 'use autoscrolling' and 'play DRM-controlled content' options sometimes (but not every time) when it starts. Other settings don't seem to be … (ďalšie informácie)

Lately, Firefox unchecks the 'use autoscrolling' and 'play DRM-controlled content' options sometimes (but not every time) when it starts. Other settings don't seem to be affected. It does seem to unset both at once, never one or the other at a time.

I have begun using Firefox routinely on two computers, both signed into the same sync profile. My best guess is that maybe one profile is overwriting the other? Both of these options are set on the second system, but maybe there's something going wrong with the sync?

Thanks, Patrick

Otázku položil(a) patrickking Pred 2 rokmi

Posledná odpoveď od cor-el Pred 1 rokom

  • Archivované

"Your browser is being managed by your organization". I am a home user WTF?

I get the message under Settings: "Your browser is being managed by your organization". Clicking on that message shows that the policy DisableAppUpdate is true. Methods… (ďalšie informácie)

I get the message under Settings: "Your browser is being managed by your organization". Clicking on that message shows that the policy DisableAppUpdate is true. Methods for remeding this situation do not work. Please advise on how to change the policy to allow update please

Otázku položil(a) Let's Jump Pred 2 rokmi

Posledná odpoveď od jonzn4SUSE Pred 1 rokom

  • Vyriešené
  • Archivované

Horizontal scrolling w. touchpad doesn't work on linux

I saw this post https://bugzilla.mozilla.org/show_bug.cgi?id=542690 where it seems implied that it should work, but on LMDE 5 w. firefox 98.0.2 64-bit scrolling horizonta… (ďalšie informácie)

I saw this post https://bugzilla.mozilla.org/show_bug.cgi?id=542690 where it seems implied that it should work, but on LMDE 5 w. firefox 98.0.2 64-bit scrolling horizontally w. touchpad doesn't work for scrolling on pages nor for scrolling the tab list at the top.

Otázku položil(a) maartentenvelden Pred 2 rokmi

Na otázku odpovedal(a) maartentenvelden Pred 2 rokmi

  • Vyriešené
  • Archivované

Prevent websites from opening new tabs

I just reinstalled my operative system, and with that my Firefox settings got reset. I know there is an entry in about:config to prevent ads from opening new tabs and pop… (ďalšie informácie)

I just reinstalled my operative system, and with that my Firefox settings got reset. I know there is an entry in about:config to prevent ads from opening new tabs and pop ups without authorization, even from legit websites like the login pop-up windows when doing a sign in in Google, in those cases to allow the windows it's needed to click on the lock icon next to the URL bar and allow it from there. The problem is that I don't remember the name of that setting and I have spend an hour looking for it on Google.

Otázku položil(a) ttfh3500 Pred 2 rokmi

Na otázku odpovedal(a) ttfh3500 Pred 2 rokmi

  • Vyriešené
  • Archivované

How to make "Say hello to a new Firefox" not appear next time I open Firefox

Hello, I'm using Firefox 91.4.1esr (64-bit) from Debian repositories on Bullseye. Every time I open Firefox, a window with a greeting message appears ("Say hello to a ne… (ďalšie informácie)

Hello,

I'm using Firefox 91.4.1esr (64-bit) from Debian repositories on Bullseye. Every time I open Firefox, a window with a greeting message appears ("Say hello to a new Firefox"), and it doesn't matter if, as asked by that window, I choose a theme or not. Is this issue related to my settings? Is this a Debian issue? Is it possible to stop that window from reappearing?

Thanks in advance. And many thanks for making Firefox (I've been using it for so many years I can't recall when I tried it for the first time).

Esteban

Otázku položil(a) lucchesi.esteban Pred 2 rokmi

Na otázku odpovedal(a) lucchesi.esteban Pred 2 rokmi

  • Archivované

Video won't play - how to debug ?

I can't play a video when logged into a website - see https://support.mozilla.org/en-US/questions/1371380 I'm sure it is not Firefox as I have also tried Chrome and Ope… (ďalšie informácie)

I can't play a video when logged into a website - see https://support.mozilla.org/en-US/questions/1371380

I'm sure it is not Firefox as I have also tried Chrome and Opera; same problem. How can I debug this and find out why the video cannot be played ?

I see there is 'Remote Debugging' and 'Browser Console' under 'More Tools'. How do I use these or other tools to find out what is causing the problem please ?

Otázku položil(a) oygle Pred 2 rokmi

Posledná odpoveď od oygle Pred 1 rokom