Отображение вопросов с тегом: Показать все вопросы
  • Решено

I am trying to put a shortcut to a web site on the KDE Desktop.

I am trying to put a shortcut to a web site on the Desktop. Using the the padlock on Firefox 109.0(64 bit) puts it in a sticky note on Desktop instead of a shortcut on th… (читать ещё)

I am trying to put a shortcut to a web site on the Desktop. Using the the padlock on Firefox 109.0(64 bit) puts it in a sticky note on Desktop instead of a shortcut on the Desktop.

I am running running on Fedora 37 KDE where this does not work.

Using Fedora 37 Workstation (GNOME), the shortcut is created and works.

How do I get the shortcut to work on Fedora 37 KDE?

Задан bfriedmanwef 1 месяц назад

Дан ответ bfriedmanwef 1 месяц назад

  • Решено

Force download of mp4 files ?

When clicking on a link to an .mp4 file, Firefox navigates to a builtin video player, streaming the remote video file. When Firefox is unable to stream or display a file … (читать ещё)

When clicking on a link to an .mp4 file, Firefox navigates to a builtin video player, streaming the remote video file. When Firefox is unable to stream or display a file (as is the case with .mkv or .txt for example), it is downloaded instead.

I simply want .mp4 files to be downloaded when I navigate to them. I tried setting `media.mp4.enabled` to `false`, and that worked, but it also disabled most embedded media players.

Задан thibautguenedal 1 месяц назад

Дан ответ cor-el 1 месяц назад

  • Решено

Microphone Broken in latest update (109.0)

I recently updated my system (OpenSuse15.4) which included a Firefox update to version 109.0. I regularly use my mic for google voice, however even though I can select m… (читать ещё)

I recently updated my system (OpenSuse15.4) which included a Firefox update to version 109.0.

I regularly use my mic for google voice, however even though I can select my microphone in Google voice, It never shows any input.

I tested my mic in other apps and it works fine. When I pull up my systems pulse audio volume control (pavucontrol), it does not show firefox in the recording tab like it used to when using Google Voice.

To test to see if it was a Google Voice error, I also tried testing my mic at https://mictests.com/, and zoom.com, but after selecting my desired input device, mictests.com was also unable to record anything, and again, pavucontrol did not show anything being recorded.

I have attached an image of pavucontrol that shows audacity recording audio. Normally, I would also see Firefox in this window when using the mic.

Задан gnac 2 месяца назад

Дан ответ jonzn4SUSE 1 месяц назад

  • Решено

Firefox and Thunderbird crash on startup

On my computer, I run Mageia Cauldron with a GNOME environment. After a recent update of my system, both Firefox and Thunderbird have stopped working. They crash constan… (читать ещё)

On my computer, I run Mageia Cauldron with a GNOME environment. After a recent update of my system, both Firefox and Thunderbird have stopped working. They crash constantly when I try to launch either of them. In both cases, when I try to launch them from the command line, I get the following message: ATTENTION: default value of option mesa_glthread overridden by environment. ATTENTION: default value of option mesa_glthread overridden by environment. Segmentation fault (core dumped)

For basic info, my system is: OS: Linux Mageia Cauldron Environment: GNOME Shell 43.1 Display server: X11 Kernel: 6.1.8-desktop-1.mga9 x86_64 Firefox: 102.7.0esr Thunderbird: 102.6.1

Looking around, it seems to be a bug with Firefox and Thunderbird, but besides waiting for a new update that might fix itself, I wonder if there is something I can do to make them work now.

Thank you.

Задан imbeault.regis 2 месяца назад

Дан ответ imbeault.regis 1 месяц назад

  • Решено

Firefox 109.0 on Linux Video Playback

The latest Firefox update appears to break video playback on Linux. I am having issues playing video on Twitter, Facebook, and Locals. YouTube video still plays. I have n… (читать ещё)

The latest Firefox update appears to break video playback on Linux. I am having issues playing video on Twitter, Facebook, and Locals. YouTube video still plays. I have not enabled any new ad blocking and have also not changed any settings. Looking at the Troubleshooting Information in Firefox reveals nothing that is suspect.

Задан jdawgnoonan 1 месяц назад

Дан ответ cor-el 1 месяц назад

  • Решено

Customize Firefox: unable to add extension into toolbar

Hello, I have more than 30 extensions, but I cannot add an extension shortcut into my toolbar and no extension appears in the “Customize Firefox” view. I tried “Restore … (читать ещё)

Hello,

I have more than 30 extensions, but I cannot add an extension shortcut into my toolbar and no extension appears in the “Customize Firefox” view. I tried “Restore defaults” without any effects...

There is a way to fix this issue or run Firefox in verbose mode to more information why my extensions don't appear here? (Other than restart from a new fresh profile if it's possible…). I confirm that all the extensions are functional and activated. Thanks,

Emeric

Задан Emeric Verschuur 1 месяц назад

Дан ответ TyDraniu 1 месяц назад

  • Решено

Whenever I use Firefox helper application weirdness...

Whenever I use Firefox 109.0 (on Ubuntu 22.04) to transfer money between savings and checking in my online banking account, I get a window pop-up that says "No Apps Avail… (читать ещё)

Whenever I use Firefox 109.0 (on Ubuntu 22.04) to transfer money between savings and checking in my online banking account, I get a window pop-up that says "No Apps Available". This is something going on my bank's servers and shouldn't require Firefox or any local helper apps on my end to do anything. I will post the window that pops up. Has anyone else encountered this? And is there a way to disable these pop-up?

Задан neutronJK 1 месяц назад

Дан ответ neutronJK 1 месяц назад

  • Решено

userChrome.css is not being applied

I am trying to have Firefox show an "X" on every tab as soon as I hover above it. I followed a certain article and implemented this code: /* Show Tab Close buttons only… (читать ещё)

I am trying to have Firefox show an "X" on every tab as soon as I hover above it. I followed a certain article and implemented this code:

/* Show Tab Close buttons only when hovered */

  1. tabbrowser-tabs > .tabbrowser-tab:not([pinned="true"]) > .tab-stack > .tab-content > .tab-close-button {
 visibility: collapse !important;
 opacity: 0 !important;
 transition: all 250ms ease-in-out !important;

}

  1. tabbrowser-tabs > .tabbrowser-tab:not([pinned="true"]):hover > .tab-stack > .tab-content > .tab-close-button {
 visibility: visible !important;
 opacity: 1 !important;
 transition: all 250ms ease-in-out !important;;

}

  1. tabbrowser-tabs > .tabbrowser-tab:not([pinned="true"]) > .tab-stack > .tab-content > .tab-close-button {
 display: -moz-box !important;

}


This code is however not being implemented no matter how many times I restart Firefox. 'toolkit.legacyUserProfileCustomizations.stylesheets' is set to True The location is userChrome.css is '/home/user1/.mozilla/firefox/yqomjsh9.default-release-1672744596809/chrome/userChrome.css'

What could be the issue? I tried adding executable permissions using "chmod" but that did not change anything.

Задан mhlangalyton 1 месяц назад

Дан ответ cor-el 1 месяц назад

  • Решено

cannot print web page from Firefox

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson … (читать ещё)

i cannot print any web page from Firefox. The print option only offers me the option to save as PDF. Firefox is not detecting either my Brother laser printer or my Epson inkjet printer. if i use the print using system dialogue option fire fox shows a printer screen which has a simple entry of line prntr. If that is selected nothing at all happens. Clearly Firefox cannot detect my printers. If I save the web pages to a PDF file then open that file I can then get the normal system printing options and print the page. But all that does is clutter up my file system with files I will only ever use once. This proves the problem is clearly in Firefox and in its inability to detect system printers. I have tried all the suggestions from the help screens to no avail. Is there any other means of sorting this print problem.

Задан austinjames 2 месяца назад

Дан ответ austinjames 2 месяца назад

  • Решено

Two maps "Andere bladwijzers" (Other bookmarks) in Firefox.

Good morning, Recently I discovered there are two maps called "Andere bladwijzers" in my Firefox browser. I deleted a submap in the second map and noticed this submap had… (читать ещё)

Good morning, Recently I discovered there are two maps called "Andere bladwijzers" in my Firefox browser. I deleted a submap in the second map and noticed this submap had also disappeared in the first map. Is there something I must do or can I leave these two large maps as it is? Thanking you in advance for your reply. With kind regards, Ed Schijf, the Netherlands

Задан edschijf 2 месяца назад

Дан ответ edschijf 2 месяца назад

  • Решено

Firefox takes ~1 minute to load pages after window appears.

Title. Whenever I open Firefox, the window will appear shortly after, but it will take around a minute for websites to load. This applies to both tabs from older sessions… (читать ещё)

Title. Whenever I open Firefox, the window will appear shortly after, but it will take around a minute for websites to load. This applies to both tabs from older sessions and opening new tabs. It doesn't matter whether I've just booted up, or if I've been running for half an hour. I've tried disabling all extensions, but that hasn't fixed anything. I am running Linux Mint 21.1 Cinnamon on my Gaming Laptop. Specs shouldn't be an issue. ANY HELP WOULD BE MUCH APPRECIATED!

Задан logangbentley 2 месяца назад

Дан ответ jonzn4SUSE 2 месяца назад

  • Решено

Video stopped working

I upgraded Firefox to 109.0 on OpenSUSE Linux today as an update. Firefox no longer plays videos. Chrome is still playing the videos, so the codecs are on my machine. … (читать ещё)

I upgraded Firefox to 109.0 on OpenSUSE Linux today as an update. Firefox no longer plays videos. Chrome is still playing the videos, so the codecs are on my machine. Is there anything I can do to fix this?

Задан jay.treiman 2 месяца назад

Дан ответ jonzn4SUSE 2 месяца назад

  • Решено

Firefox Developer edition 109-b9 breaks focusing in and out of app on Ubuntu 22.10

Noticed yesterday but not as prominent, firefox suddenly steals all window focus, trying to do anything in any other window is pushed into firefox no matter if it is mini… (читать ещё)

Noticed yesterday but not as prominent, firefox suddenly steals all window focus, trying to do anything in any other window is pushed into firefox no matter if it is minimised or in another workspace. I have tested this in a clean install along with a clean profile. Bitwarden and other windows seem to act weird when they are interacted with.

This all works well and good on b8 and stable. I am using wayland (Ubuntu 22.* default), but xwayland is available.

Задан Oliver Wilkes 2 месяца назад

Дан ответ Oliver Wilkes 2 месяца назад

  • Решено

While playing music on Youtube Music, Firefox crashes constantly. Report ID: bp-109245aa-a75f-4c81-8f9d-fec490230115

Submitted a report after all these crashes, and I'm at a loss for how to troubleshoot this. If music isn't playing the browser seems fine, and I haven't changed any exten… (читать ещё)

Submitted a report after all these crashes, and I'm at a loss for how to troubleshoot this. If music isn't playing the browser seems fine, and I haven't changed any extensions between now and the last time I played music successfully without crashes. Guessing maybe a recent Firefox update happened?

Currently running Firefox 108.0 on PopOS 22.04 LTS with GNOME version 42.5 and using Wayland.

Submitted Report ID: bp-109245aa-a75f-4c81-8f9d-fec490230115

Looks like the crash is caused by a SIGSEGV / SEGV_MAPERR according to the report, but I don't know where to even begin looking into a cause of that.

Any help would be greatly appreciated.

Задан mitch20 2 месяца назад

Дан ответ mitch20 2 месяца назад

  • Решено

Displaying hieroglyphs

In YouTube have some videos, which name seems not correct. In Firefox settings -> allow sites use their own fonts = enabled uBlock Origin -> no-remote-fonts = disa… (читать ещё)

In YouTube have some videos, which name seems not correct.

In Firefox settings -> allow sites use their own fonts = enabled uBlock Origin -> no-remote-fonts = disabled gfx.down -> gfx.downloadable_fonts.enabled = true/false (doesn't matter, nothing changes) Stylus -> enabled/disabled (doesn't matter, nothing changes) To Google Translate -> enabled/disabled (doesn't matter, nothing changes)

With Alt -> Page Style -> Without style hieroglyphs still don't show correct

OS: arch Firefox: 108.0.2 64

Задан egorport48 2 месяца назад

Дан ответ cor-el 2 месяца назад

  • Решено

Scroll wheel click on links to open in new tab

Previous versions of Firefox allowed scroll wheel button clicking to open links. I noticed that the latest version doesn't allow this. Ctrl + left click works as normal… (читать ещё)

Previous versions of Firefox allowed scroll wheel button clicking to open links. I noticed that the latest version doesn't allow this. Ctrl + left click works as normal but not the scroll wheel clicking.

Задан Andrew.Barge 2 месяца назад

Дан ответ Andrew.Barge 2 месяца назад

  • Решено

SNAP has made Firefox useless.

When is SNAP going to either be fixed, or abandoned? I can no longer save files. or export bookmarks (to another browser that works) since implementation. I hate abandoni… (читать ещё)

When is SNAP going to either be fixed, or abandoned? I can no longer save files. or export bookmarks (to another browser that works) since implementation. I hate abandoning you.

Задан gagorecki 2 месяца назад

Дан ответ cor-el 2 месяца назад

  • Решено

enlarge GIF image underneath text overlay?

Using FF 108.0.2 (64-bit) in Debian 11 Linux,I need to view http://www3.winsystem.org/monitor/webmonitor.php but my new laptop is very high resolution. I can control the … (читать ещё)

Using FF 108.0.2 (64-bit) in Debian 11 Linux,I need to view http://www3.winsystem.org/monitor/webmonitor.php but my new laptop is very high resolution. I can control the text size with Ctrl+ but the background gif image of a small window with bogus scrollbar needs to be made larger somehow so that the white text can be read against the black portion of the image.

Is there some way to enlarge the gif image, please?

Задан ynotssor 2 месяца назад

Дан ответ jscher2000 - Support Volunteer 2 месяца назад