• Joined on 2024年01月09日
xiota commented on issue librewolf/issues#2668 2025年09月28日 20:35:56 +02:00
AUR package librewolf-bin crashing tab or browser

Other Firefox-related browsers also had segfaults a couple months ago. Disabling the LTO build option resolved the issue.

xiota opened issue librewolf/issues#2685 2025年09月28日 20:27:42 +02:00
aur/librewolf needs some changes for PGO
xiota closed issue librewolf/issues#2228 2025年03月02日 22:40:02 +01:00
aur/librewolf fails to build
xiota commented on issue librewolf/issues#2228 2025年03月02日 10:32:51 +01:00
aur/librewolf fails to build

This can be closed after a user reports the latest version of the package works. If no one confirms in about a week, I'll run a test build.

xiota commented on issue librewolf/issues#2228 2025年02月20日 19:58:46 +01:00
aur/librewolf fails to build

I would use wlheadless-run (aur/xwayland-run-git). The problem is how much effort it's worth to defend if someone stubborn complains. Across a few browser packages, I recall seeing only two...

xiota commented on issue librewolf/issues#2228 2025年02月20日 17:52:11 +01:00
aur/librewolf fails to build

Some comments about the revised AUR package:

  • Should declare variables that users are expected to be able to change with following format so that they can be set in environment. (Sets...
xiota commented on issue librewolf/issues#2235 2025年02月18日 03:37:35 +01:00
UA is inconsistent across builds with RFP disabled

This is resolved for Chaotic AUR by setting with-app-basename explicitly to Firefox to make clear it is intentional.

There are other Firefox forks that use de-identified user-agent regardless...

xiota commented on issue librewolf/issues#2235 2025年02月17日 23:25:38 +01:00
UA is inconsistent across builds with RFP disabled

After turning off resist fingerprinting (RFP) in official .deb downloaded from OBS, linked from...

xiota commented on pull request librewolf/arch#13 2025年02月17日 23:11:55 +01:00
clarify why --with-app-basename isn't used

This PR is still misguided, especially with how emphatic the comment is: "DO NOT USE!" Would be more acceptable if it said "Avoid use." However, if resist fingerprinting (RFP) is turned off,...

xiota commented on issue librewolf/issues#2235 2025年02月17日 23:05:02 +01:00
UA is inconsistent across builds with RFP disabled

If ResistFingerprint is turned off, that's technically not a "break", but intended behavior.

xiota commented on pull request librewolf/arch#13 2025年02月17日 22:48:01 +01:00
clarify why --with-app-basename isn't used

User agent appear unstable, but not clearly related to --with-app-basename. See discussion at #2235

xiota commented on issue librewolf/issues#2235 2025年02月17日 22:35:11 +01:00
UA is inconsistent across builds with RFP disabled
# https://arkenfox.github.io/TZP/tzp.html
Mozilla/5.0 (X11; Linux x86_64; rv:135.0) Gecko/20100101 Firefox/135.0
# https://whatmyuseragent.com/
Mozilla/5.0 (Windows NT 10.0; Win64; x64;...
xiota commented on pull request librewolf/arch#13 2025年02月17日 22:21:19 +01:00
clarify why --with-app-basename isn't used

This PR is misguided. I just installed chaotic-aur/librewolf 135.0-1 built on Fri 14 Feb 2025 07:41:12 AM UTC and a few other forks that set --with-app-basename. The user-agent was not...

xiota commented on issue librewolf/issues#2235 2025年02月17日 22:12:50 +01:00
UA is inconsistent across builds with RFP disabled

I just installed chaotic-aur/librewolf 135.0-1 built on Fri 14 Feb 2025 07:41:12 AM UTC. Default profile. Checked user agent at https://www.whatismybrowser.com/detect/what-is-my-user-agent/ ``...

xiota commented on issue librewolf/issues#2228 2025年02月14日 21:50:54 +01:00
aur/librewolf fails to build

Downsides would depend on alternatives. The practical choices are to use the known workaround or disable PGO. In principle, if extensions can be kept active during profiling, their performance...

xiota opened issue librewolf/issues#2228 2025年02月14日 09:51:48 +01:00
aur/librewolf fails to build
xiota commented on issue librewolf/issues#1994 2025年02月14日 09:41:18 +01:00
librewolf-bin for arch slow compared to firefox

Reason for performance difference between packages is most likely from PGO. Last year, I benchmarked many browsers compiled with different settings using speedometer 2.1. PGO had a 15-20%...

xiota commented on issue chippy/gnuzilla#4 2024年08月10日 21:54:08 +02:00
Use PGO to build binaries

FYI, 115.14.0 recently released. If you're having difficulty building, I found the following needed to be downgraded: Rust 1.77, LLVM 17. To prevent errors during PGO, some patches are needed.

xiota commented on issue chippy/gnuzilla#5 2024年05月15日 06:26:19 +02:00
Change compression algorithm

The .hg folders aren't used and don't affect the build. I suppose it doesn't matter much if you have the spare bandwidth.

xiota commented on issue chippy/gnuzilla#5 2024年04月19日 04:37:32 +02:00
Change compression algorithm

Looking more carefully in the tarballs, seems a lot of space can be saved by removing the l10n/*/.hg folder. Uncompressed, they take up 943/3019 MiB. They are not used during build.

Also,...