Arctic Fox

AmigaOne X5000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon

Post by xeno74 »

Roland wrote: Sun Oct 23, 2022 11:38 am
xeno74 wrote: Sun Oct 23, 2022 11:23 am Your MintPPC distribution is too old. The Void package of PM needs a Linux distribution with glibc 2.32 and higher. Please update your MintPPC. Both packages work on my MintPPC.
In what package is the glibc 2.3x included? Does it have effect on VLC? I won't do anymore full updates with MintPPC as they broke the functionality of VLC!
Glibc packages: http://ftp.ports.debian.org/debian-ports/pool-powerpc/main/g/glibc/

Please try # apt install libc6.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Roland
Posts: 824
Joined: Tue May 02, 2017 7:23 am

Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon

Post by Roland »

xeno74 wrote: Sun Oct 23, 2022 12:19 pm Please try # apt install libc6.
Thanks - that worked!
- Roland -
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon

Post by xeno74 »

I compiled Arctic Fox 40.0 for Linux PPC64 and then I successfully tested it on Debian PPC64 Bookworm/Sid.

Download: arcticfox-40.0.linux-powerpc64.tar.bz2

For Linux PPC 32-bit (Ubuntu 10.04 and higher): arcticfox-40.0.linux-powerpc.tar.bz2

Screenshot of Arctic Fox 40.0 on Debian PPC64 Bookworm/Sid:

Image
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon

Post by xeno74 »

I compiled Arctic Fox 40.0 for Linux PPC64 with AltiVec support and then I successfully tested it on Debian PPC64 Bookworm/Sid.

Download: arcticfox-40.0.linux-powerpc64-altivec.tar.bz2

For Linux PPC 32-bit without AltiVec (Ubuntu 10.04 and higher): arcticfox-40.0.linux-powerpc.tar.bz2

Screenshot of Arctic Fox 40.0 with AltiVec support on Debian PPC64 Bookworm/Sid:

Image
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon

Post by xeno74 »

Arctic Fox 40.1 has been released.

New: github.com

Download source code: v40.1.tar.gz
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon

Post by xeno74 »

I compiled a non-altivec 32-bit version for Ubuntu 10.04 and higher. It also works on Void PPC, MintPPC (Debian Sid), Fienix etc.

Download: arcticfox-40.1.linux-powerpc.tar.bz2


Image
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
Skateman
Posts: 858
Joined: Thu Aug 10, 2017 8:36 pm
Location: The Netherlands

Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon

Post by Skateman »

Running the latest version of Arctic Fox 40.1 on my AmigaOne X5000

Image

Big picture: https://www.skateman.nl/wp-content/uplo ... -45-37.png
AmigaOne X5000 -> 2GHz / 16GB RAM / Radeon RX 570 / Radeon X1950 / M-Audio 5.1 -> AmigaOS / Linux
Amiga 1200 -> Recapped / 68ec020 ACA 1221ec / CF HDD / RetroNET connected to the world
Vampire 4SA - RPi4 Running AmiKitXE Full
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon

Post by xeno74 »

Skateman wrote: Mon Jan 02, 2023 9:50 am Running the latest version of Arctic Fox 40.1 on my AmigaOne X5000
Great! Thank you for testing! :-)
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon

Post by xeno74 »

Mario Locati wrote: Hi Christian! Happy new year! I noticed that you compiled the new version of arcticfox 40.1, I have prepared a miniguide on how to generate the deb file starting from the tar.gz that is created using "mach package", http://repo.powerprogress.org/temp/arct ... b_file.txt
how_to_generate_arcticfox_deb_file.txt:

Code: Select all

get the template folder
> wget http://repo.powerprogress.org/temp/arcticfox/_arcticfox-template.zip

unzip the template folder
> unzip _arcticfox-template.zip

copy the template folder into a new folder that will be used to generate the deb file
> cp -R _arcticfox-template arcticfox-40.0

customize the control file (version, architecture, installed-size, maintener, description)
> nano arcticfox-40.0/DEBIAN/control

extract the content of the tar.gz into the folder "usr/share/arcticfox" so that the arcticfox main executable is placed in this folder

enter the parent folder containg the folder "arcticfox-40.0" and generate the deb file 
> dpkg-deb --build arcticfox-40.0

rename the deb file using the following naming scheme
> ren arcticfox-40.0.deb arcticfox-40.0.linux-ppc64-with-altivec.deb
> ren arcticfox-40.0.deb arcticfox-40.0.linux-ppc64-no-altivec.deb
> ren arcticfox-40.0.deb arcticfox-40.0.linux-powerpc-with-altivec.deb
> ren arcticfox-40.0.deb arcticfox-40.0.linux-powerpc-no-altivec.deb
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
caseycullen
Posts: 519
Joined: Sat Dec 17, 2016 7:12 am
Location: Madison, WI USA
Contact:

Re: Arctic Fox 27.9.12 (Firefox 63.0) a fork of Pale Moon

Post by caseycullen »

I'm having issues with the status bar. It never appears. For example, when hovering over a link the status bar usually appears at the bottom of the browser window to show the link address, but it does not any longer. Additionally, the download indicator does not appear when downloading anything. Is anyone else experiencing these issues with the new Arctic Fox version? I tried to play around with the Status bar preferences, but it does not seem to have any effect.
-Casey
Post Reply