sudo apt update
sudo apt upgrade
In which case it would be 64-bit (2x here)@wicknix This might be a stretch, but you don't think it could have anything to do with 32-bit and 64-bit installs of Snow Leopard, do you? That's the only thing that really comes to mind about what could differ between experiences (and machines) with the same browser and OS version.
Not powerpc or snow leopard related, but i fired up my old asus eeepc 900a to test out AF 27.9.19 on winxp. Runs like a champ.
Something related to Privacy, not to the difficulties with v.19. I discovered a bit by accident that the addon RefControl 0.8.17.1 wasn't doing what it was supposed to. The way to "Disable referer" I got here, and it works. So far no apparent issues, except possibly a few sites reacting a bit slower. Any comments?
While on that site, I came across the good Mitch Bartlett's 8 About:config Tricks You’re Missing Out On in Firefox. I've been wondering if point 3., Lessen the Session History Cache in particular could be useful.
Not sure what PowerUOC is, seems like a browser too, but I was refering to ArcticFox.The current development version of PowerUOC used to have a referrer disabler built-in for that specific purpose of enhanced user privacy. Unfortunately, it ended up being removed because I eventually traced an issue where most search engine images would fail to load after entering a criteria back to it. I'm sure there were a bunch of additional problems I didn't see while testing.
I tried that, and got hundreds of pictures of, yes, a bunch of neat antique Macs that I hadn't seen since mine got evicted. But I don't quite understand what issue you're asking about: I now have the RefControl addon disabled and the “network.http.sendRefererHeader” set to 0.On DuckDuckGo, try searching something like "powerpc 970" or "powerpc 7400" (really, anything you haven't searched for before) and then load the images tab. Is this issue still present when an addon is enforcing it?
Not sure what PowerUOC is, seems like a browser too, but I was refering to ArcticFox.
I tried that, and got hundreds of pictures of, yes, a bunch of neat antique Macs that I hadn't seen since mine got evicted. But I don't quite understand what issue you're asking about: I now have the RefControl addon disabled and the “network.http.sendRefererHeader” set to 0.
Not a problem, forums are made for just that: cross-conversations. Thanks for all the information. However… “Its [PowerUOC] thread is stickied to the top of the forum.”, you wrote — I may be blind, but where's that?It's a downloadable parameters patch, available for most Firefox-based browsers, like Arctic Fox. It makes browsing faster.
Its thread is stickied to the top of the forum.
I just wanted to see if your addon would get the same problem I had when referrals are disabled. Maybe it only raises issues on the FF45 codebase...
I meant that PowerUOC automatically sets "browser.sessionhistory.max_total_viewers" to 0... not that you needed to go in and change something.
Also, "Minimize memory usage" seems to be a sort of session-specific purger of RAM usage, with no risks present the last several times I've tried it.
But I digress. You were in the middle of a conversation...
Thanks, wicknix, puts things into a perspective. Tweaks or no tweaks, I should maybe state once again that AF is my main browser and that I'm quite happy with the way it is running.@RobJos : I don't really mess around in about:config or about:memory. There's way to many settings to know what they all do. If you find some info on the web that's useful for your use, great. We pretty much left pale moons already modified config pretty much stock with a minor tweak here and there.
However… “Its [PowerUOC] thread is stickied to the top of the forum.”, you wrote — I may be blind, but where's that?
Thx, will take a look!foxPEP and TenFourFoxPEP - For A Faster Firefox / TenFourFox
The Firefox Partitioned Engine Patch, officially abbreviated as foxPEP, is a finely tuned all-in-one preferences patch designed exclusively for Firefox-based browsers that automatically applies a number of advanced under-the-hood configurations to achieve a superior Web browsing experience on...forums.macrumors.com
Excellent, thanks! I think I'm getting the idea. Your reply is very useful, for the future: a. if it's not a site's “fault” (as I used to think up to now), I'll stop trying to see if its programmers have improved anything; and b. in such cases I'll look for the site's mobile version, if any — which is I suppose is why a while back you had recommended using a mobile UA, but I hadn't understood the rationale at the time (correct me if I'm wrong.)It probably has to do with Riccardo slowly updating the JS backend. It will never be FF52.9 or better in that aspect, but there are a few things he's adding that can help out a little bit here and there. For example, look at https://userstyles.org/ in a 52.9 or better (pale moon 28, FF 52.9+, etc) and it shows fine. It doesn't show anything in AF or PM27 or FF48. All the browsers based on at least 52.9esr or better all support full ECMAscript 6 and 7. AF is only partial 6, and no 7 at all. So, you basically found a site that shows some of his JS patching is indeed working, but again, AF will never work with sites requiring Async, Await, etc found in newer browsers JS backends. If said site has a mobile version, it will probably work flawlessly in AF, but other than that, said site will probably never work in AF.
I've done succesful arctic fox builds for SSE only processors, but it crashed often. I've had better luck just cloning the UXP github repo, and building Palemoon or Basilisk. I think I have a few builds from back in the summer, if you'd like me to share them. They worked fine for me on my Pentium 3's, and Athlon XP's.Is anyone aware of any x86 .debs of Arctic Fox without SSE2?
In Debian 10, every time I try to build AF .19, I get:
0:20.54 checking whether the C compiler (gcc-6.5.0 ) works
0:20.54 configure:3301: gcc-6.5.0 -o conftest conftest.c 1>&5
0:20.54 /home/noah/Arctic-Fox-master-good/configure: 1: eval: gcc-6.5.0: not found
0:20.54 configure: failed program was:
0:20.54
0:20.55 #line 3296 "configure"
0:20.55 #include "confdefs.h"
0:20.55
0:20.55 main(){return(0);}
0:20.55 configure: error: installation or configuration problem: C compiler cannot create executables.
0:20.55 *** Fix above errors and then restart with\
0:20.55 "/usr/bin/make -f client.mk build"
0:20.55 make[2]: *** [/home/noah/Arctic-Fox-master-good/client.mk:364: configure] Error 1
0:20.56 make[1]: *** [/home/noah/Arctic-Fox-master-good/client.mk:376: /home/noah/Arctic-Fox-master-good/obj-i686-pc-linux-gnu/Makefile] Error 2
0:20.56 make: *** [client.mk:171: build] Error 2
0:20.57 0 compiler warnings present.
0:20.60 Failed to parse ccache stats output: cache hit rate 0.00 %
And here's the .mozconfig:
# 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.5.0"
export CXX="g++-6.5.0"
mk_add_options MOZ_MAKE_FLAGS="-s -j2"
ac_add_options --disable-crashreporter
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-updater
ac_add_options --disable-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 --disable-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 -march=pentium-m"
GCC 6.5.0-1 is installed, and ./mach build is done as root.
export CC="gcc-6.5.0"
export CXX="g++-6.5.0"
mk_add_options MOZ_MAKE_FLAGS="-s -j2"
ac_add_options --disable-crashreporter
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-updater
ac_add_options --disable-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 --disable-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="-O3 -march=i686 -mno-sse2"