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

extended search not working

When I enter a search string for both yahoo or google (but not as yet duckduckgo) somewhere the string is "edited" before it is sent and all extended search characters de… (ďalšie informácie)

When I enter a search string for both yahoo or google (but not as yet duckduckgo) somewhere the string is "edited" before it is sent and all extended search characters deleted so "field1 field2" and "field1 -field2" return identical results. Some of the editing can be seen when the text is transferred from the search window to the address window. for example my try at ' "-"field2' was edited to '- field2' with a space between '-' and "field2". I am running Linux Mint and have done a Firefox update with no effect. Note that this not how it used to behave.

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

Firefox cannot detect plugins when running in a container.

I am trying to install Adobe Flash player in Firefox 84.0 (the last version support Flash player) when running in a docker container (Ubuntu 22.04.3 LTS). I had tried to … (ďalšie informácie)

I am trying to install Adobe Flash player in Firefox 84.0 (the last version support Flash player) when running in a docker container (Ubuntu 22.04.3 LTS). I had tried to run Firefox in my real machine (Linux 6.1.0-17-amd64 Debian 12) and it worked well. I just copy the file "libflashplayer.so" to the path "~/.mozilla/plugins". But when Firefox is running in a container, I do the same but it can't found Flash player plugin. No matter where I place the libflashplayer.so, like "~/.mozilla/plugins" or "/usr/lib/firefox/firefox", it don't work, I can't find Flash player in "about:plugins" or "about:addons". I start Firefox from a terminal and there is no error log. I have no idea why it can detect flash player plugin while running in a real system but don't work when running in a container. Thanks.

Otázku položil(a) learning Pred 1 mesiacom

Facebook occasionally goes beserk, jumping way ahead. Going backwards can get me back to where it jumped from, but then it just jumps again, again... Ony happens in Firefox !!!

Facebook occasionally goes berserk, jumping way ahead. Going backwards can get me back to where it jumped from, but then it just jumps again, again... Only happens on Fa… (ďalšie informácie)

Facebook occasionally goes berserk, jumping way ahead. Going backwards can get me back to where it jumped from, but then it just jumps again, again... Only happens on Facebook., Only happens in Firefox !!! Well known problem for about a year or so...

Also See: https://www.reddit.com/r/firefox/comments/vrdtbd/facebook_scrolling_jumps_forward/

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

How to focus content instead of address bar when (custom) Home page is opened?

Hi. Similar to this question: https://support.mozilla.org/ln/questions/1291938 I would like to know how to customize "autoconfig.js" or "firefox.cfg" so that the home p… (ďalšie informácie)

Hi.

Similar to this question: https://support.mozilla.org/ln/questions/1291938

I would like to know how to customize "autoconfig.js" or "firefox.cfg" so that the home page is focused instead of the address bar when I open Firefox.

I the linked question, the following solutions works fine for focus content on New Tab:

    Services.obs.addObserver((event) => {
      window = BrowserWindowTracker.getTopWindow();
      window.gBrowser.selectedBrowser.focus();
    }, "browser-open-newtab-start");
  } catch(e) { Cu.reportError(e); }

It works fine, but I can't make it work for the Homage page when it's configured to open a local file.

I tried to bind the "window.gBrowser.selectedBrowser.focus();" action on the "browser-open-homepage-start" event but it has not effect.

Thanks.

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

  • Uzamknuté

No GL in Firefox 121 on Linux

Locking this thread, please continue here: [/questions/1437760] Recently upgraded to a new laptop, Thinkpad X1 Carbon 11th gen. Running a Wayland-based WM. OpenGL is work… (ďalšie informácie)

Locking this thread, please continue here: [/questions/1437760]
Recently upgraded to a new laptop, Thinkpad X1 Carbon 11th gen. Running a Wayland-based WM. OpenGL is working fine everywhere except Firefox. Works fine in Chrome, Blender, glxgears, Steam games. Firefox 121 gives the following error:

[GFX1-]: Failed to compile vertex shader: gpu_cache_update [ERROR webrender::device::gl] Failed to compile vertex shader: gpu_cache_update

Confirmed that MOZ_ENABLE_WAYLAND=1 is set.

❯ glxinfo -B name of display: :1 display: :1 screen: 0 direct rendering: Yes Extended renderer info (GLX_MESA_query_renderer):

   Vendor: Intel (0x8086)                                                                                                                                                                                                          
   Device: Mesa Intel(R) Graphics (RPL-U) (0xa7a1)                                                                                                                                                                                 
   Version: 23.1.9                                                                                                                                                                                                                 
   Accelerated: yes                                                                                                                                                                                                                
   Video memory: 31754MB                                                                                                                                                                                                           
   Unified memory: yes                                                                                                                                                                                                             
   Preferred profile: core (0x1)                                                                                                                                                                                                   
   Max core profile version: 4.6                                                                                                                                                                                                   
   Max compat profile version: 4.6                                                                                                                                                                                                 
   Max GLES1 profile version: 1.1                                                                                                                                                                                                  
   Max GLES[23] profile version: 3.2                                                                                                                                                                                               

OpenGL vendor string: Intel OpenGL renderer string: Mesa Intel(R) Graphics (RPL-U) OpenGL core profile version string: 4.6 (Core Profile) Mesa 23.1.9 OpenGL core profile shading language version string: 4.60 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.1.9 OpenGL shading language version string: 4.60 OpenGL context flags: (none) OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.1.9 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

❯ inxi -G Graphics: Device-1: Intel Raptor Lake-P [Iris Xe Graphics] driver: i915 v: kernel

          Device-2: Bison Integrated RGB Camera type: USB driver: uvcvideo                                                                                                                                                         
          Display: wayland server: X.Org 23.2.4 driver: loaded: i915 note: n/a (using device driver)                                                                                                                               
          resolution: 1599x999~90Hz                                                                                                                                                                                                
          OpenGL: renderer: Mesa Intel Graphics (RPL-U) v: 4.6 Mesa 23.1.9 

❯ uname -a Linux nflx-erahhal-x1c 6.6.12 #1-NixOS SMP PREEMPT_DYNAMIC Mon Jan 15 17:57:06 UTC 2024 x86_64 GNU/Linux

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

firefox cookie deletion

I'm looking for a simple extension. A one-click extension that would enable me to delete cookies at any time during a firefox browser session. I would like to exclude som… (ďalšie informácie)

I'm looking for a simple extension. A one-click extension that would enable me to delete cookies at any time during a firefox browser session. I would like to exclude some cookies from deletion, so I'd like a whitelist option.

Has anyone come across an extension like this?

thanks for your consideration

Otázku položil(a) batsparks Pred 1 mesiacom

file not found

I got File not found Firefox can’t find the file at /usr/share/jupyter/kernels/sagemath/doc/. Check the file name for capitalization or other typing errors. Check… (ďalšie informácie)

I got File not found

Firefox can’t find the file at /usr/share/jupyter/kernels/sagemath/doc/.

   Check the file name for capitalization or other typing errors.
   Check to see if the file was moved, renamed or deleted.

At the same moment edge and opera open this url. System is ubuntu 22.04; firefox from snap, 121.0(64bit). Everything I know of is up to date.

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

Disable video auto-loop

On some websites, the videos that are being displayed come with the loop attribute associated with it. Firefox conveniently adds an option in the right-click menu which i… (ďalšie informácie)

On some websites, the videos that are being displayed come with the loop attribute associated with it. Firefox conveniently adds an option in the right-click menu which in entitled "loop", where you can enable/disable the video from looping. Here's an example of what it looks like: https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-01-06-07-22-59-911af7.png

However, some websites have auto-looping by default, meaning that if I want to see several videos without auto-looping, I would have to disable it on every video I see, which becomes very (very!) cumbersome.

Surprisingly I haven't found a way to make sure that this checkbox is disabled by default, i.e. that all videos play without auto-loop enabled. This leads me to my questions: Is there a way to consistently disable auto-loop across websites on FireFox?

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

XHR requests on the network tab of the DevTools don't show stack trace

I am doing XHR post requests from javascript. The requests entries don't show the stack trace tab. Am I missing some configuration? https://firefox-source-docs.mozilla.… (ďalšie informácie)

I am doing XHR post requests from javascript.

The requests entries don't show the stack trace tab. Am I missing some configuration?

https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/request_details/index.html#network-monitor-request-details-stack-trace-tab

Otázku položil(a) hey+firefox.com Pred 2 mesiacmi

logging back on the account

I accidentally logged my self out of my Mozilla browser and i don't have access to the email registered in this account cause i had decided not to pay for extra space the… (ďalšie informácie)

I accidentally logged my self out of my Mozilla browser and i don't have access to the email registered in this account cause i had decided not to pay for extra space the gmail account (tindijack@gmail.com), I opened a new email jtindi300@gmail.com is there away i could link the two to use a single account? I have my school passwords the mozilla account under that email, i still have access on my phone but i just don't have it on my laptop how can you guys help me?

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

Is there a way to add "Search [search engine] for [highlighted text] in new container tab" option to the right click menu?

I would like to be able to highlight texts in one container and search for them in another container (or no container) from the right click menu. Is there a way to add th… (ďalšie informácie)

I would like to be able to highlight texts in one container and search for them in another container (or no container) from the right click menu. Is there a way to add this functionality?

Some additional points: i) Currently, if I highlight a text and right click and search Google for it, the new tab opens in the same container (or no container). I don't want to remove this option, I just want to add the option to be able to do this search in any container I have available. ii) Functionality I want is very similar to how it works when you highlight links, where you have option to open in new tab or open in new container tab you choose. iii) I don't want to assign all my searches to a specific container by forcing "always open [domain] in [container]". For example, I already have a Google container, I do not want searches to go to that container by default, I want to be able to choose where they go. Assigning all Google links to a container makes it hard for me to segregate searches from containers where I use other Google services. iv) The way I do this currently is by highlighting text and then opening a new tab in a container and then searching separately, which is inconvenient. v) If this feature doesn't exist, is it possible to request this feature? How would one go about doing that?

Thank you very much for any help. This is something that's been bugging me a bit lately.

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

How to find out which Firefox extension caused page issues, like errors, e.g. CSP - Content-Security-Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). ?

SHORT STORY: I have been able to find extension behind errors shown in dev. console (F12 key) like CSP ones (mouse hover over the link near the error on dev. console (F1… (ďalšie informácie)

SHORT STORY:

I have been able to find extension behind errors shown in dev. console (F12 key) like CSP ones (mouse hover over the link near the error on dev. console (F12 key), Console tab, to see moz-extension://somestring and find first characters of the string at page about:debugging#/runtime/this-firefox) But is there any better/easier way to find out web page issue causing extension?

LONG STORY:

Website fails to load (but in a Private window loads OK). F12 key in normal window, Console tab, shows:

SyntaxError: redeclaration of let settings

clicking it, it further show:

abc123-def456-...-...-....:1:1

   <anonymous> blob:moz-extension://8834...

inject resource://gre/modules/ExtensionContent.sys.mjs:581

   AsyncFunctionNext self-hosted:852


when i search for mentioned 8834 (first letters of a long string) at about:debugging#/runtime/this-firefox (i get there clicking settings wheel at about:addons and "Debug addons".) then i find Chameleon extension.

So I try to pause extension in its menu, that not helped, but disabling whole extension in about:addons removed errors, yet page still does not load. 4 remaining CSP errors like:

Content-Security-Policy: The page’s settings blocked the loading of a resource at inline (“script-src”). contentScript.js:160:48951 ...

when I mouse hover over the hyperlink "contentScript.js:160:48951" the browser status bar shows extension address and when i memorize first letters of the address and search it at mentioned about:debugging#/runtime/this-firefox tab, i find: Phantom (cryptocurrency wallet) Metamask (cryptocurrency wallet) Phantom (cryptocurrency wallet) Violentmonkey (provides userscripts support for browsers - I am using it only for https://github.com/Owyn/HandyImage which is disabled currently)

I have tried to didable all these extensions causing removal of a CSP errors, yet page still does not load in normal browsing window (in private does). Normal browsing window shows only one warning/error:

Source map error: Error: NetworkError when attempting to fetch resource. https://firefox-source-docs.mozilla.org/devtools-user/debugger/source_map_errors/ Resource URL: moz-extension://extension address here/browser-polyfill.min.js Source Map URL: browser-polyfill.min.js.map

when i search for the extension address first letters at mentioned page about:debugging#/runtime/this-firefox i find "Textarea Cache", disabling it does not make page load.

After re-enabling disabled extensions and restarting Firefox, page started loading. I suspect (likely wrong) that the python application which is serving local web page in question had exhausted connection limit for the normal browser window/process, but the private browser window process was OK.

What i can do better to discover the causing extension or other cause of failed loading page?

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

Shortcut to focus page / remap shortcut "Move to Next Frame"

Hey, I'm looking for a shortcut/hotkey to focus the page. The best I found is "Move to Next Frame", which is F6. When having the URL bar as focus, and no bookmark bar o… (ďalšie informácie)

Hey,

I'm looking for a shortcut/hotkey to focus the page.

The best I found is "Move to Next Frame", which is F6. When having the URL bar as focus, and no bookmark bar open, this will focus the page.

I have two questions here: - Is there a better way to focus the page? - If not, how can I remap F6 to a more usable hotkey?

I have found some threads with workaround like tabbing 2-3 times until the page is in focus. I'm looking for a single shortcut, having to press a key multiple times kinda defeats the purpose of a shortcut.

I have found information on how to remap hotkeys with either extensions or autoconfig, but I can't find which key I have to change. Extensions don't seem to include this key.

For autoconfig, I looked through view-source:chrome://browser/content/browser.xhtml and the Browser Toolbox to find this shortcut, but with no success. Maybe I looked at the wrong spot, maybe not all shortcuts are listed there?

Any help is greatly appreciated.

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

Multi-Account Container List Sort Order Doesn't Sync

I use Containers a LOT and have added to my list. There seemed to be no way to get them ordered the same way in the drop-down list for a new tab as I specify under Manage… (ďalšie informácie)

I use Containers a LOT and have added to my list. There seemed to be no way to get them ordered the same way in the drop-down list for a new tab as I specify under Manage Containers, so I just removed and re-created them one at a time in the order I wanted. Now the Container drop-down list for a new tab appears in the right order. That's on latest Firefox on Ubuntu 22.04. I have Sync turned on for everything, and all the Containers I created in Ubuntu Firefox are shown in Firefox for Windows 10, but they're in a random order. This is extremely annoying, as I have about 25 Containers. When they're ordered I can quickly find the Container I want to use for a new tab, but the randomized order makes it difficult.

How can I get the Container list in Windows Firefox to be identical to Ubuntu Firefox - both sync'd with my one Mozilla account and both at Firefox v 121.0.

Thanks.

Otázku položil(a) Jackal Pred 3 mesiacmi

Display resolution error with Wayland

Running firefox 121 with Gnome I was hoping a problem that existed with earlier versions would be resolved. When the window protocol is wayland and the window is fullscr… (ďalšie informácie)

Running firefox 121 with Gnome I was hoping a problem that existed with earlier versions would be resolved. When the window protocol is wayland and the window is fullscreen (F11), playing video fullscreen causes the image to be "oversize" and only the upper-left quarter is shown.

Doing the same thing with window protocol of xwayland results in fullscreen video displaying properly.

I believe this is due to an issue with the way my 4k screen with 2x UI scaling is being reported to Firefox:

Under xwayland, I get the following information for my display (Display0) 3840x2160@120Hz scales:1.000000|2.000000

When running wayland, I get 7680x4320@120Hz scales:2.000000|2.000000

Thanks in advance

Otázku položil(a) jamdox Pred 3 mesiacmi

Gnome scaling: pasted screenshots from clipboard are twice bigger.

Hello, I'm suffering from an annoyance: having 200% Gnome interface scaling (with or without fractional scaling enabled), when pasting a screenshot from clipboard to some… (ďalšie informácie)

Hello, I'm suffering from an annoyance: having 200% Gnome interface scaling (with or without fractional scaling enabled), when pasting a screenshot from clipboard to some image accepting forms, like on forums, it appears twice bigger than the source. The same screenshot pasted to GIMP looks correct.

Chrome behaves similarly, btw. So what could that be?

Otázku položil(a) Michaël Pred 2 mesiacmi

Preparing Preview hangs

When I tried to print something I would get a "Preparing Preview" hang. Other support answers, suggested 1. deleting the default printer 2. delete some custom settings… (ďalšie informácie)

When I tried to print something I would get a "Preparing Preview" hang.

Other support answers, suggested 1. deleting the default printer 2. delete some custom settings in about:config

Both solutions did not work for me.

In my case it turned out the firewall was the issue:

During the Preparing Preview, firefox tries to connect to port 80 then port 631.

In my case, the firewall was dropping everything except RELATED/ESTABLISHED.

Opening port 631 for the printer did not help either, because firefox was trying port 80 first. Since all requests were silently dropped (default IPtable policy), firefox waited forever for an answer.

Now with the following rules, it worked. [0:0] -A INPUT -p tcp -m tcp --dport 631 -m state --state NEW -j ACCEPT [0:0] -A INPUT -p tcp -j REJECT --reject-with tcp-reset

These rules needs to be on IPV4 and IPV6 firewalls.

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

Is it safe to save credit cards in Firefox on Linux?

Just recently I realized that the master password does not apply to credit card information. Firefox on Mac and Windows, if a login password exists, allows us to require … (ďalšie informácie)

Just recently I realized that the master password does not apply to credit card information. Firefox on Mac and Windows, if a login password exists, allows us to require authentication to autofill, view or edit saved credit cards. Firefox on Linux doesn't allow this authentication. So, I'm guessing that the credit card information is stored in Linux in an insecure manner. This is true? Another question about Mac and Windows. Does requiring authentication for credit card processes mean that the card information is encrypted on disk? Or does the password only protect information from unauthorized viewing, and the cards are stored on disks in text form?

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