LibreWolf Version
148.0.2-2
Operating System
Gentoo
Installation Source / Package
Official Librewolf Repository (Debian/Ubuntu/Fedora/openSUSE)
Description
Setting the L10N USE flag on the Gentoo ebuild causes Firefox language packs to be installed instead of the Librewolf ones.
I had set L10N: en-CA, which caused "Firefox" to be displayed in settings instead of "Librewolf" and caused the same WebGL prompt/permission issues as in #2927.
On line 314 of the 148.0.2_p2 ebuild:
SRC_URI+=" ${MOZ_SRC_BASE_URI}/linux-x86_64/xpi/${lang}.xpi -> ${MOZ_P_DISTFILES}-${lang}.xpi"
This should be changed to where the Librewolf language packs are located. I'd offer to do the PR, but I sadly don't know where the language packs are located.
Logs / Screenshots
No response
Checklist
- I have searched existing issues to ensure this hasn't been reported yet.
- I have read the FAQ and confirmed my problem isn't addressed there.