Hiển thị các câu hỏi được đánh dấu:

help me log out my email in chrome and need a password in order to mopen my gmail

chrome logs onto my email without me entering password, and facebook under firefox stays logged in even when i log out with no password. i neeed help forget the vfb but m… (xem thêm)

chrome logs onto my email without me entering password, and facebook under firefox stays logged in even when i log out with no password. i neeed help forget the vfb but my [redacted] @gmail.com email is dangerously in jeprody

Mở 1

Failed to open portal: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.portal.Desktop was not provided by any .service files

I get this dozens of times in a session. As far as I can tell it doesn't affect performance. I found a solution about using notification-daemon for Ubuntu from 4 years … (xem thêm)

I get this dozens of times in a session. As far as I can tell it doesn't affect performance. I found a solution about using notification-daemon for Ubuntu from 4 years ago that doesn't apply to Slackware. I like to eliminate error reports. I don't even know what this means. Knowing would be great, even if I can't stop it. Just eliminating the error report, if it's harmless, would be nice.

Mở

Why does firefox use up all my ram over time?

Ever since the latest update i've noticed my firefox browser after using it for a while starts eating up all the ram until my computer freezes and needs to restart, i've … (xem thêm)

Ever since the latest update i've noticed my firefox browser after using it for a while starts eating up all the ram until my computer freezes and needs to restart, i've heard this issue happen to others too but i am wondering if there are any ways to prevent it or will there be any updates to fix it?

I use my firefox on bazzite and have nothing else running in the background, after a while i watch the stats in my task manager and i see firefox using over 10GB of ram and climbing and have to shut it down before it freezes my pc

(can't show any screenshots because if i do then my pc would probably crash when trying to SS it while it has its problem)

Mở

Stale croatian dictionary and further action request

Greetings! I have a few questions if you'd be willing to answer. There have been some changes and new additions to the croatian dictionary (https://github.com/krunose/hun… (xem thêm)

Greetings!

I have a few questions if you'd be willing to answer.

There have been some changes and new additions to the croatian dictionary (https://github.com/krunose/hunspell-hr) and as such, the Firefox dictionary could be updated.

Can you confirm that the dictionaries and language packs are separate additions and that the dictionaries are used for spellchecking? https://addons.mozilla.org/en-US/firefox/language-tools/

When is the spellcheck dictionary installed, only when the user installs it or when the user installs a language pack?

In addition, the croatian dictionary has not been active for the past eight years. Maintainer of the current hunspell-hr dictionary has said that person behind the croatian dictionary extension has not responded for several years. https://addons.mozilla.org/en-US/firefox/addon/croatian-dictionary/ https://github.com/akoncic/mozillacroatiandictionary

What are your suggestions how to handel the situation? There is already a fork of the extension that is used as a pull request but has not been merged for years. https://github.com/krunose/mozillacroatiandictionary

Thank you for your understanding.

Have a wonderful rest of the day.

Đã giải quyết 4

I'm an 61 year old man , and I don't like the thunderbird system, I will lke to continue with only Firefox.

I.m an 81 year old man , and It is very difficult for me to use the computer, and now you make it more difficult for me with this new addition of Thunderbird that makes … (xem thêm)

I.m an 81 year old man , and It is very difficult for me to use the computer, and now you make it more difficult for me with this new addition of Thunderbird that makes it more complicated for me,My question is: can I continue using Firefox with out Thunderbird ( that I don't like it ) ?

Mở 5 2

Can't add extension, just get a throbber that never stops

I'm on FF 154.0. The power went out here and when it came back and I booted the desktop computer something had changed in FF. I used to see the active tab as green in … (xem thêm)

I'm on FF 154.0. The power went out here and when it came back and I booted the desktop computer something had changed in FF.

I used to see the active tab as green in the tab bar and yellow for the rest, but now they're all gray until I mouse over the bar and only then does it turn green/yellow.

I struggled with this for many hours trying many //active tab color// solutions I found in searches but nothing got it back to my old behavior.

So as a last resort I tried adding the Firefox Color extension, but when I click Add to Firefox it just turns into a throbber that never changes so it doesn't install. I'm stuck!

Frustrated!!

Mở 14

Firefox on Linux renders some ChatGPT emoji as monochrome outlines

I have reproduced a persistent Firefox/Linux emoji rendering issue in ChatGPT and found a small CSS workaround that fixes it. Environment Linux Firefox 155.0.1 The proble… (xem thêm)

I have reproduced a persistent Firefox/Linux emoji rendering issue in ChatGPT and found a small CSS workaround that fixes it.

Environment

Linux Firefox 155.0.1 The problem also reproduces in a completely fresh Firefox profile Noto Color Emoji is installed

Symptoms

In normal ChatGPT conversation text, some common emoji such as:

😄 😂 😀 😁 🙂 😊 🤣 ✅

render as monochrome or outline glyphs.

Other emoji such as:

🚀 🔥 ❤

may render correctly in the same message.

A particularly useful clue is that the same affected emoji render correctly inside ChatGPT code/copy boxes, while failing in ordinary response body text.

Firefox DevTools Fonts inspection showed ordinary fallback fonts including DejaVu Sans, FreeSans and Nimbus Sans being used alongside Noto Color Emoji.

Updating Firefox from 155.0 to 155.0.1 did not fix it, and neither did creating a completely fresh Firefox profile.

Diagnostic test

Running this in Firefox DevTools Console on chatgpt.com immediately fixes the affected emoji throughout the page:

document.documentElement.style.setProperty(

 "font-variant-emoji",
 "emoji",
 "important"

)

Permanent workaround

Using the Stylus extension, scoped only to chatgpt.com:

html {

   font-variant-emoji: emoji !important;

}

This survives a complete Firefox restart.

This appears to be a font/emoji-presentation interaction where some emoji-capable Unicode characters are being satisfied by ordinary monochrome text fonts before the colour emoji font is selected.

Mozilla Bug 1971053 describes closely related glyph-selection behaviour and mentions font-variant-emoji: emoji as a remedy: https://bugzilla.mozilla.org/show_bug.cgi?id=1971053

I am posting this both in case it helps other Linux/Firefox users and to ask whether this remaining behaviour on Firefox 155.0.1 is expected or should be tracked as a current Firefox/web-compatibility issue.

Mở 1