Page 20 of 31
Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon
Posted: Fri Dec 10, 2021 4:36 am
by xeno74
kilaueabart wrote: Fri Dec 10, 2021 12:39 am
This was my approach to getting Arcticfox 39 on Void:
amigaone@void-live ~]$ cp -r Downloads/usr/lib/arcticfox /usr/lib/
When I click
Help > About Arctic Fox it assures me that I'm running
Version: 39.0, but I wonder whether I have done it right.
The reason for my question is that the download included, besides a
usr/lib/arcticfox also a
usr/share. Am I supposed to do something with that?
At least it plays Youtube right, something I can't get eolie to do so far.
Great, that it works including YouTube.

The best way for installing is, to use the deb package. You can install it with "
dpkg -i" as root.
- Christian
Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon
Posted: Sun Dec 12, 2021 11:26 pm
by kilaueabart
xeno74 wrote: Fri Dec 10, 2021 4:36 am
Great, that it works including YouTube.

The best way for installing is, to use the deb package. You can install it with "
dpkg -i" as root.
Thanks. I just did that. Two curiosities: when it installed, it said it was overwriting the recently installed 27.9.12, but I had launched 39.0 already, as confirmed by
Help: About Arctic Fox. And then I had to log on to Hyperion to post this!
Another bothersome thing about Arctic Fox 39.0 on Void is that it won't let me read my email account. I type the address into the address line, it brings up the normal log-in page, I type in my user name and password, it goes "Logging you in." And then it blanks out with a little circle spinning around top center. Yesterday I had a lot of non-computer stuff to do, so I just let that little circle spin for five hours! And it is doing it right now, on a different tab.
InterWeb and eolie get my mail right away. So do SpiderWeb and Seamonkey. Arctic Fox, no!
Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon
Posted: Mon Dec 13, 2021 6:12 am
by xeno74
kilaueabart wrote: Sun Dec 12, 2021 11:26 pm
Two curiosities: when it installed, it said it was overwriting the recently installed 27.9.12, but I had launched 39.0 already, as confirmed by
Help: About Arctic Fox. And then I had to log on to Hyperion to post this!
You had installed the bz2 package before so the old Arctic Fox deb hasn’t been overwritten.
kilaueabart wrote: Sun Dec 12, 2021 11:26 pm
amigaone@void-live ~]$ cp -r Downloads/usr/lib/arcticfox /usr/lib/
- Christian
Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon
Posted: Mon Dec 13, 2021 8:27 pm
by kilaueabart
But why can't it get my email? Arctic Fox on Fienix works fine for that, but not on Void! No big deal, I prefer eolie for email anyway.
Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon
Posted: Tue Dec 14, 2021 7:38 pm
by kilaueabart
kilaueabart wrote: Mon Dec 13, 2021 8:27 pm
But why can't it get my email? Arctic Fox on Fienix works fine
Oops! I was wrong, It turns out I can't get my email from Arctic Fox 39.0 on fienix either! I get the same "Logging you in" followed by the eternally revolving red and blue arc!
Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon
Posted: Sat May 07, 2022 9:55 am
by xeno74
Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon
Posted: Wed Jun 01, 2022 5:44 am
by xeno74
Arctic Fox on gihub:
Link
Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon
Posted: Sun Jun 12, 2022 12:03 pm
by xeno74
I compiled Arctic Fox
39.2 for Linux PowerPC today.
Download:
arcticfox-39.2.linux-powerpc.tar.bz2

Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon
Posted: Sat Jun 18, 2022 1:37 pm
by xeno74
Compiling Arctic Fox 39.2 for PowerPC64 on Debian/Sid PPC64
Note: Arctic Fox needs
gcc-6 to build. You can find it in the powerprogress repository.
-
- Add the gpg key related to the powerprogress repository
Code: Select all
# wget -O - https://repo.powerprogress.org/debian/conf/public.gpg.key| apt-key add
- Edit the list of repositories checked by apt by adding it to the /etc/apt/sources.list
Code: Select all
deb [arch=ppc64] https://repo.powerprogress.org/debian sid main
- Update the apt database
- Install the following packages with the following command:
Code: Select all
# apt-get install build-essential libgtk2.0-dev libdbus-glib-1-dev autoconf2.13 yasm libegl1-mesa-dev libasound2-dev libxt-dev zlib1g-dev libssl-dev libsqlite3-dev libbz2-dev libpulse-dev zip python2.7 python-dbus-dev gcc-6 g++-6
-
-
.mozconfig for 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-6 -flax-vector-conversions -O3 -falign-loops=16 -falign-functions=16 -falign-labels=16 -falign-jumps=16"
export CXX="g++-6 -flax-vector-conversions -fpermissive -O3 -falign-loops=16 -falign-functions=16 -falign-labels=16 -falign-jumps=16"
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
-
-
-
-
(Creates the self contained archive which you'll find in Arctic-Fox-39.2/obj-ff-dbg/dist)
Download:
arcticfox-39.2.linux-powerpc64.tar.bz2

Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon
Posted: Sun Jun 19, 2022 8:19 am
by xeno74
Mario Locati has released a deb package of Arctic Fox
39.2 for Debian PPC64.
Download:
arcticfox-39.2-ppc64.deb