Page 16 of 16

Re: Arctic Fox

Posted: Tue Apr 29, 2025 8:00 pm
by Hypex
Your build works how ever. The Xenial build works as expected. I also got it working Zesty MATE but needed to apt install libicu55 first.

Re: Arctic Fox

Posted: Wed Apr 30, 2025 5:50 am
by xeno74
Hypex wrote: Tue Apr 29, 2025 8:00 pm Your build works how ever. The Xenial build works as expected. I also got it working Zesty MATE but needed to apt install libicu55 first.
Good to know. Thank you for testing. :-)

Re: Arctic Fox

Posted: Thu May 01, 2025 3:48 pm
by xeno74
Arctic Fox 45.3-2 is available for Linux PPC64.

Compiled on Fedora 28 Server PPC64 and tested on openSUSE Tumbleweed PPC64.

Maybe you need the dep package.

Downloads: github.com

Image

Re: Arctic Fox

Posted: Fri Jun 20, 2025 1:15 pm
by xeno74
Hi All,

Great news! Arctic Fox 46.0 is available. :-)

I have compiled it for Void PPC.

Download for Void PPC: github.com

Download for new Linux PPC distributions: github.com

Image

Cheers,
Christian

Re: Arctic Fox

Posted: Wed Jul 16, 2025 5:14 pm
by xeno74
An x86_64 package is available.

Download: github.com

Re: Arctic Fox

Posted: Fri Jul 18, 2025 6:37 pm
by Hypex
xeno74 wrote: Wed Jul 16, 2025 5:14 pm An x86_64 package is available.
Given x64 has Tier 1 support for most modern browsers what is the use case for Arctic Fox on x64?

Re: Arctic Fox

Posted: Sun Jul 20, 2025 7:04 pm
by xeno74
Hypex wrote: Fri Jul 18, 2025 6:37 pm
xeno74 wrote: Wed Jul 16, 2025 5:14 pm An x86_64 package is available.
Given x64 has Tier 1 support for most modern browsers what is the use case for Arctic Fox on x64?
Old multimedia CD-ROMs with HTML and JavaScript work better with Arctic Fox than with Firefox, Edge etc. For example old language course CD-ROMs.

Re: Arctic Fox

Posted: Wed Jul 23, 2025 3:24 pm
by xeno74
Hi All,

Riccardo Mottola has released Arctic Fox 46.1.

Downloads and further information: Riccardo Mottola@github

I compiled it for Void PPC and for Linux x86_64 today.

Downloads: github.com

Image

Cheers,
Christian

Re: Arctic Fox

Posted: Fri Jul 25, 2025 6:58 pm
by Hypex
xeno74 wrote: Sun Jul 20, 2025 7:04 pm Old multimedia CD-ROMs with HTML and JavaScript work better with Arctic Fox than with Firefox, Edge etc. For example old language course CD-ROMs.
I see. I wasn't aware they were still in use. So that would mean the information would be portable, onto a variety of modern systems, by using a modern browser engine.

Re: Arctic Fox

Posted: Fri Aug 29, 2025 7:04 am
by xeno74
.mozconfig for Linux PPC64:

Code: Select all

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

export CC="gcc -flax-vector-conversions -O3 -falign-loops=16 -falign-functions=16 -falign-labels=16 -falign-jumps=16 -maltivec -mabi=altivec -pipe"
export CXX="g++ -flax-vector-conversions -fpermissive -O3 -falign-loops=16 -falign-functions=16 -falign-labels=16 -falign-jumps=16 -maltivec -mabi=altivec -pipe"
export LDFLAGS="-latomic"

mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff-dbg

ac_add_options --disable-crashreporter
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-updater
ac_add_options --enable-mozril-geoloc
ac_add_options --disable-webrtc
ac_add_options --disable-safe-browsing
ac_add_options --disable-parental-controls
ac_add_options --enable-release
ac_add_options --disable-necko-wifi
ac_add_options --disable-eme
ac_add_options --disable-gamepad
ac_add_options --enable-dbus
ac_add_options --disable-gio
ac_add_options --disable-pulseaudio
ac_add_options --enable-strip
ac_add_options --enable-install-strip
ac_add_options --enable-application=browser
ac_add_options --with-branding=browser/branding/arcticfox
ac_add_options --enable-optimize="-O2 -fno-schedule-insns2 -fno-lifetime-dse -fno-delete-null-pointer-checks"
ac_add_options --disable-jemalloc
ac_add_options --disable-gstreamer
ac_add_options --enable-altivec
ac_add_options --disable-precompiled-startupcache
ac_add_options --with-system-icu
Build system: Fedora 28 Server PPC64 with GCC 6.4.1 20170727 (Red Hat 6.4.1-1)