Deutsche Sprache
Hallo, wo finde ich die Einstellung für die deutsche Sprache? Danke. Mit freundlichen Grüßen Gerhard Rech
Hallo, wo finde ich die Einstellung für die deutsche Sprache? Danke. Mit freundlichen Grüßen Gerhard Rech
I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution. The behavior is the same whether the served i… (மேலும் படிக்க)
I don't know if this ever worked in FF, since I've been on Chrome a while. I tried canvas.toBlob() in FF without a solution.
The behavior is the same whether the served image is jpg or webp. A Servlet delivers the image data, here in webp:
response.setHeader("Content-Type", "image/webp");
On page, I use a canvas thus => see '// FIREFOX'
var canvas = document.createElement( 'canvas' );
canvas.width = width;
canvas.height = avail_height;
var context = canvas.getContext( '2d' );
context.drawImage( imgsrc, 0, 0, width, avail_height);
context.lineWidth = 150;
// FIREFOX: canvas.toDataURL('image/jpeg')=black, png,webp,default=transparent
img.src = canvas.toDataURL('image/jpeg');
img.onmousedown = disableDragging; // for FF
img.style.opacity = "1.0";
console.log('setImg ok');
Inspecting a black jpeg:
data:image/jpeg;base64,...
Thanks!
I am using Firefox v140.0.1 Snap on Kubuntu 25.04, Kernel 6.14. Since the Firefox update in the past couple days, the mouse cursor has started appearing huge and slightly… (மேலும் படிக்க)
I am using Firefox v140.0.1 Snap on Kubuntu 25.04, Kernel 6.14. Since the Firefox update in the past couple days, the mouse cursor has started appearing huge and slightly blurry (as though the image is scaled up) in Firefox and nowhere else. The size is visually annoying, and occasionally difficult to know exactly where I'm clicking (trying to move the caret in a text box for example). It also appears to be a different style from the main desktop cursor, the shape and color are ever so slightly different, but this may already have been the case and I simply didn't notice because of the previously small size. Firefox doesn't have its own built in cursor settings that I can find, nor obey the system cursor settings. I have a high DPI display so perhaps it is being over-compensated for? e.g. both the system and Firefox are scaling the cursor up, assuming the other hasn't done it already, resulting in a cursor that's too big.
Hi all. I have been using firefox with ubuntu 22.04 for about since when ubuntu 22.04 was released (2022). On firefox, I usually use the nordpass and tab grouping extensi… (மேலும் படிக்க)
Hi all. I have been using firefox with ubuntu 22.04 for about since when ubuntu 22.04 was released (2022).
On firefox, I usually use the nordpass and tab grouping extensions. For the third or fourth time in a row, firefox has simply vanished from my system from day to night.
I click the icon and nothing happens. I try typing "firefox" in the terminal and get
Command '/usr/bin/firefox' requires the firefox snap to be installed. Please install it with:
snap install firefox
Even if I accept the bizarreness of snap simply deciding from one day to another that I don't have this package (or did I never have it and never needed it in the first place?) and try "snap install firefox" I get:
snap "firefox" is already installed, see 'snap help refresh'
After reading the result of "snap refresh help" I decided to "snap refresh" to update all of it's packages. Still, "snap install firefox" and "firefox" keep giving me the same result.
What is happening here?
Hi, I'm using Linux Mint 22, Firefox 129.0 (64-bit). Browser is hanging after approximately 4 hours. Not sure if this is a Firefox issue, but this is where I'm starting t… (மேலும் படிக்க)
Hi, I'm using Linux Mint 22, Firefox 129.0 (64-bit). Browser is hanging after approximately 4 hours. Not sure if this is a Firefox issue, but this is where I'm starting the troubleshooting process. My suspects are (1) the browser, (2) NVIDIA drivers (3) the new Linux Mint kernel or possibly (4) a mix of the above. This was a fresh install with default options on (Wilma). Using the latest graphics drivers for GeForceRTX 2060, driver version 555.58.02, went down to native drivers, no change. Honestly, this one has me baffled. Been troubleshooting this for 3 days. It feels like a memory leak. Nothing on the crash reports. First, browser will hang, then mouse and keyboard. Hard reboot is the only option. Any help would be appreciated.
Firefox version 145.0 in Linux Ubuntu 22.04.5 LTS. When I open Firefox all tabs from previous session are gone. On "Startup" I have checked "Open previous windows and tab… (மேலும் படிக்க)
Firefox version 145.0 in Linux Ubuntu 22.04.5 LTS. When I open Firefox all tabs from previous session are gone. On "Startup" I have checked "Open previous windows and tabs". Which worked before but not now. It is very frustrating. How do I fix? The Profile Manager opens the settings and "Open previous windows and tabs" is checked. Checking "ask before closing multiple tabs" doesn't help.
How do I turn on location services?
I recently tried to connect to two different meeting sites. Both times I got a pop-up noting (correctly) that camera and microphone are blocked. I'm able to click to enab… (மேலும் படிக்க)
I recently tried to connect to two different meeting sites. Both times I got a pop-up noting (correctly) that camera and microphone are blocked. I'm able to click to enable the microphone but I never get the option to enable the camera.
I tried going to Settings>Security&Privacy>Camera but that only allows me to remove previously-enabled websites.
Clicking on the settings button in the address bar shows audio and recording settings but no camera.
What am I doing wrong?
Fedora 42 Firefox 145.0
How to open all synced tabs at once?
There was an option to open all tabs from another devices but there's no more. On android and on desktop too.
I upgraded my version of Firefox from an ESR version to v129.0.1 on Debian 12. Drag and drop of files from the desktop or the file manager (PCManFM-Qt) into the browser … (மேலும் படிக்க)
I upgraded my version of Firefox from an ESR version to v129.0.1 on Debian 12. Drag and drop of files from the desktop or the file manager (PCManFM-Qt) into the browser stopped working. It is still working properly in Chrome.
This occurs with several web apps but, as an example, it occurs when trying to drag a jpeg into Roundcube Webmail while composing a message.
No browser console errors are genrated when trying to do this. It occurs in Troubleshooting (safe) mode as well. In apps that pop-up a "Drag files here" target, that target still appears but dropping the file on it does nothing.
Firefox 136.0.1, Linux 6.8.0-55, have set Okular as default pdf application, however Firefox will not open pdf file when downloaded nor will it open the file when select… (மேலும் படிக்க)
Firefox 136.0.1, Linux 6.8.0-55, have set Okular as default pdf application, however Firefox will not open pdf file when downloaded nor will it open the file when selecting Open File from the Download Icon on the toolbar. Only was I can get to file is to select Show in Folder option and open from within Dolphin.
Any advice returned by Google seems to be obsolete or only worked perhaps in older versions of Firefox. The main idea of using userChrome.css to override the default styl… (மேலும் படிக்க)
Any advice returned by Google seems to be obsolete or only worked perhaps in older versions of Firefox. The main idea of using userChrome.css to override the default styles for Reader View does not seem to work. My userChrome.css file does work on other items though (like removing the sidebar width restriction).
Whatever advice I find via Google perhaps cites outdated CSS selectors, but current selectors do not seem to be documented anywhere by Mozilla. Moreover, I cannot find any file on my local drive named aboutReader.css when using find or grep commands in bash, those this file name is alluded to when viewing a page in Reader View and then in turn viewing source on that transformed page.
Moreover, addons that would allow me to change the colors seem to be restricted in Reader View.
It does seem like something has changed in recent Firefox updates but I can't remember when I last saw, for instance, links in dark mode Reader View that were still pink (whereas now they are blue, and impossibly dark to see, especially when you are disabling as much blue light as possible through your operating system). I need a higher contrast color for links in dark mode Reader View so I can actually see them.
I can alternatively use the Tranquility Reader addon and have custom colors, but A) that addon does not work with the Automatic Reader View addon, whereby I can always have various sites appear in some sort of "reader view" whether the native one or Tranquility Reader, and B) hitting refresh when in Reader View will defeat some soft paywalls but this does not work with, e.g., Tranquility Reader, so I still would prefer to be able to custom colors in the native Reader View feature, rather than rely on an addon.
1. Where are the current styles for Reader View even documented? 2. Is overriding them now restricted? 3. Why did the link color change from pink to blue in newer versions of Firefox (this is a terrible accessibility bug)? 4 .Where is the alluded to aboutReader.css stylesheet actually stored on my computer (it doesn't seem to be a file on the filesystem in the Firefox profiles folder, it seems more like it is embedded in the Firefox binary/executable)? 5. Will Firefox settings ever allow us to set colors specifically for Reader View (I don't mean the override settings for all web pages, particularly web pages not being rendered in Reader View ... that setting does not help in Reader View, nor would it be the desired preference for pages not in Reader View)?
Thank you.
This issue is happening with every newly installed add-on, but not with add-ons installed on or before Aug 3, 2024. The add-ons are installed via addons.mozilla.org. To r… (மேலும் படிக்க)
This issue is happening with every newly installed add-on, but not with add-ons installed on or before Aug 3, 2024. The add-ons are installed via addons.mozilla.org. To rule out the possibility that it's happening only with specific add-ons, I also installed one of the random recommendations on that page, Augmented Steam which has 54,248 users, and it happens with that one as well.
I'll click Enable, but the prompt appears every time I restart Firefox.
What I've tried (with a restart after each attempt):
I've noticed the following in extensions.json for each of the recent add-ons after restart:
Greetings. I am using an old Linux Mint version. I got messages that my Firefox needed to be updated. I finally figured out how to do that and updated it. I started to us… (மேலும் படிக்க)
Greetings.
I am using an old Linux Mint version. I got messages that my Firefox needed to be updated.
I finally figured out how to do that and updated it. I started to use it. No problems.
However, the update did not change the default Firefox in the menu or on the taskbar panel below. If I click on them, I get the old version.
So when I restarted the computer, when I clicked on the Firefox shortcut icon in the lower taskbar I got the old version with the tabs that were on it. I had to go back into the Firefox file downloaded for the update in order to open the new version.
So, how do I get a working shortcut icon for the new version and get rid of the old version/icon?
Thanks.
David
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… (மேலும் படிக்க)
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?
Dark mode in Firefox has broken just now. The issue appears restricted to Firefox - all other elements in environment (Ubuntu/Cinnamon) appear to be operating correctly.… (மேலும் படிக்க)
Dark mode in Firefox has broken just now. The issue appears restricted to Firefox - all other elements in environment (Ubuntu/Cinnamon) appear to be operating correctly.
The elements at the top of the screen and some menu screens are now white rather than dark grey. Due to a neurological condition this causes near-instantaneous cluster migraines.
Is there a way I can fix this? Is there a way you can fix this? Is there a way to access the web without a browser? (eg through the text terminal)
As title: after running updates, Firefox consistently crashes when launching. To give more concrete details: -Running on Linux, specifically KDE Fedora 42. Firefox was up… (மேலும் படிக்க)
As title: after running updates, Firefox consistently crashes when launching.
To give more concrete details:
-Running on Linux, specifically KDE Fedora 42. Firefox was updated to 142 from 141, alongside various other updates. -When launching Firefox from any source (directly, through a link, through the terminal etc.), the only window that appears is the crash reporter. -This issue occurs when launching in safe mode. Removing and reinstalling Firefox, including deleting the entire .mozilla folder in Home at the same time does not resolve the issue. I am unable to test rolling Firefox back to 141. -When attempting to launch from the terminal (safe mode or otherwise), the following is output (personal info redacted):
restorecon: SELinux: Could not get canonical path for /home/[username]/.mozilla/firefox/*/gmp-widevinecdm/* restorecon: No such file or directory.
/usr/include/c++/15/array:210: constexpr std::array<_Tp, _Nm>::value_type& std::array<_Tp, _Nm>::operator[](size_type) [with _Tp = HeaderBarButtonType; long unsigned int _Nm = 3; reference = HeaderBarButtonType&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.
Redirecting call to abort() to mozalloc_abort
[ExceptionHandler generates a minidump etc.]
Gtk-Message: [timestamp]: Failed to load module "appmenu-gtk-module"
(I would note that to the best of my knowledge I had not included a plugin for decoding widevine in my Firefox setup, and certainly the Firefox 141 instance on the device being used to write this post (same OS) does not include it) -The crash files in the .mozilla folder, meanwhile, consistently list a segfault at address 0x0.
Any advice on diagnosing/solving this issue would be greatly appreciated. Let me know if there's any other information that would be helpful.
If it would be more appropriate, I could report this through Mozilla's bugzilla instance, but given the issue seems to be very niche (Fedora's ABRT shows a total of 5 unique affected users in the last few days) I am unsure whether flagging this there would be appropriate.
When I opened Firefox[^1] today I was greeted with a "Donate to Mozilla Foundation" page open, with the message: "You power Firefox. Now donate to make good tech the defa… (மேலும் படிக்க)
When I opened Firefox[^1] today I was greeted with a "Donate to Mozilla Foundation" page open, with the message:
"You power Firefox. Now donate to make good tech the default.
Mozilla Foundation — the non-profit behind Firefox — is building a future where technology serves people, not power.
Your donation to Mozilla Foundation keeps the internet open, private, and built for people. Donate today to make good on the promise of the internet."
Does this message mean that Donations to the Mozilla Foundation now fund Firefox development? As I understand it, previously donations were not allowed to be used by the Mozilla Corporation, which actually develops Firefox. I'd love to donate to fund Firefox development, as I feel it is a critically important open source project.
[^1]: 145.0.2 from the Mozilla Debian repository.
Hello I use Firefox 132.0.1 under Fedora 14 Linux. Whenever I click an urls in another application (e.g. Libreoffice, Keepass...) a new tab is opened in Firefox (accordi… (மேலும் படிக்க)
Hello
I use Firefox 132.0.1 under Fedora 14 Linux. Whenever I click an urls in another application (e.g. Libreoffice, Keepass...) a new tab is opened in Firefox (according to Firefox's settings), but Firefox itself does not pop up in the foreground, it remains in the background. I highly appreciate the setting 'open links in tabs instead of new windows'. But FF only comes to foreground in case I deactivate 'open links in tabs instead of new windows'. How can I prevent FF to stay in the background in case 'open links in tabs instead of new windows' is enabled?
Thank you in advance
Linux User So. I recently followed a Mozilla guide, previously posted, and something that I did, or changed, I now have a very annoying "profile" name in the title bar. F… (மேலும் படிக்க)
Linux User So. I recently followed a Mozilla guide, previously posted, and something that I did, or changed, I now have a very annoying "profile" name in the title bar. Further to that, I now have an additional menu option called "Profiles", with --"profile --Add Profile
Manage Profiles
I have never had or seen these items, except when I've moved my profile from an old computer to a new computer, using the console of "firefox -P" command.
It is becoming very annoying as I only have one profile, and I don't want an more.
Question. How to I block the display of 'profile information' ? Thanks