Can you provide a copy of your /etc/hosts file? I would like to use it as well.Not sure what you are exactly asking, so here are some explanations.
1) I mostly use the default palemoon preferences because it's already fairly well optimized. I just made some sealion specific adjustments to it.
2) I also use a custom hosts file (/etc/hosts) to block ads system-wide along with eMatrix to block unwanted scripts and CSS elements.
3) If you don't use a custom hosts file I recommend uBlockOrigin to block ads.
Both ublock and ematrix are found in the sealion-extras.zip on GitHub.
Hope that answers your question.
okay, thanks for the answer!This weekend. It takes much longer to build for PPC Linux than x86 Linux and intel Mac. My 12 core MacPro can build Sealion in 11 minutes. My powerbook G4 takes 18 hours. My G5 takes 3 hours. Patience grasshopper. ;-)
I had to softlink libffi.so.6 to libffi.so.8. You use an old Debian to compile. Could you please provide details how you build this package? I want to rebuild SeaLion with the right library.I compiled it for Linux PPC64 with AltiVec support yesterday.
Download: sealion-32.5.0.linux-powerpc64-altivec.tar.gz
It is also available in the Fienix software repo.
View attachment 2304171
View attachment 2304172
I compiled it on Fedora 28 Server PPC64 with GCC 8.3.1. It needs GCC 7.1 or newer. I have to upgrade GCC because I used GCC 6.4.1 for compiling Arctic Fox 43.0 for Linux PPC64.I had to softlink libffi.so.6 to libffi.so.8. You use an old Debian to compile. Could you please provide details how you build this package? I want to rebuild SeaLion with the right library.
export CC="gcc -m32"
export CXX="g++ -m32"
mk_add_options PYTHON=/usr/bin/python2
mk_add_options AUTOCONF=/usr/bin/autoconf-2.13
# Set GTK Version to 2 or 3
_GTK_VERSION=2
ac_add_options --target=powerpc-linux-gnu
ac_add_options --host=powerpc-linux-gnu
ac_add_options --with-system-jpeg
ac_add_options --enable-application=navigator
ac_add_options --enable-optimize
ac_add_options --enable-jxl
ac_add_options --enable-strip
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-crashreporter
ac_add_options --disable-webrtc
ac_add_options --disable-necko-wifi
ac_add_options --disable-safe-browsing
ac_add_options --disable-devtools
ac_add_options --disable-pulseaudio
ac_add_options --disable-jemalloc
ac_add_options --disable-updater
ac_add_options --disable-gconf
ac_add_options --disable-gamepad
ac_add_options --disable-precompiled-startupcache
export MOZ_TELEMETRY_REPORTING=0
export MOZ_ADDON_SIGNING=0
export MOZ_REQUIRE_SIGNING=0
“The command "mach" requires Python2.7, which is no longer available on Debian Sid and openSUSE. This means it is no longer possible to build SeaLion on new distributions.I compiled it on Fedora 28 Server PPC64 with GCC 8.3.1. It needs GCC 7.1 or newer. I have to upgrade GCC because I used GCC 6.4.1 for compiling Arctic Fox 43.0 for Linux PPC64.
SeaLion build instructions: forum.hyperion-entertainment.com
I will try this at home, thank you.Doesn't happen on Mac or Fienix for me. However you can disable the notification from the prefs.
View attachment 2305962
Cheers