Silverlight for Mac 10.6.8 Download
Prebuilt binaries available for: 10.half-dozen & upward 32-bit Intel, x.6 & up 64-bit Intel, and 32-chip PowerPC Linux.
You lot can download Arctic Fox browser here, along with some add together-ons and themes.
https://github.com/wicknix/Arctic-Fox/wiki/Downloads
Source available here:
https://github.com/wicknix/Arctic-Fox/
Arctic Fox does not support jetpack or webextensions. Please only utilize verified working or ported add-ons from Pale Moons repository ( http://addons.palemoon.org/extensions/ ) and choose the version designed for v27, or get the tested ones linked from our download page. Some untested firefox add-ons may severely break your browser!
Mac OS X users: Use the 32-chip version if you lot desire to use the older 32-scrap plugins, like silverlight (for netflix).
For a meliorate YouTube feel on low spec machines install GreaseMonkey and the ViewTube script. On Mac Arctic Play tricks will use the QuickTime browser plugin to play videos, and if you are on Linux install the vlc-browser-plugin.
To gainsay against javascript heavy sites, i recommend a mobile user amanuensis override. In about:config add together a new cord "full general.useragent.override" and use this override "Mozilla/5.0 (Linux; ppc; Mobile; rv:52.0) Gecko/20100101 Arcticfox/27.ix.15". This will speed upward sites like msn.com, bbc.co.united kingdom of great britain and northern ireland, facebook, twitter etc and forcefulness a tablet style layout.
Arctic Fox is released "equally-is" with the hope that information technology will be useful. As such, there is no warranty of whatsoever kind.
Cheers
Final edited:
There'southward as well TenFourFox, but that runs in Rosetta.
Is there a way to brand information technology for 10.5 as a Universal? Just asking considering the question is inevitable.
TenFourFox is not a factor for Snow Leopard browsers.
Extremely ho-hum, even on an octocore, 16GB Mac Pro.
Concluding edited:
Works great under Mountain Lion. The one-time Firefox trick of changing the minimum Os version no longer seems to piece of work...
EDIT: ... for Firefox Breakthrough, that is.
Last edited:
Updated to i.v . Minor security and add-on fix. Enabled Canvas anti-fingerprinting and private browsing by default. Changed version numbering to be pale moon compatible for the sake of themes and extensions, and updated readme.
Cheers
Last edited:
@wicknix I have to throw in a working mozconfig since provided one is suitable but for Mac OS X, but source doesn't need whatever alteration.
My Xorg server uses a framebuffer device, so everything (inclusive to Arctic Fox) doesn't get HW acceleration. It runs at a very reasonable speed. For a reference comparing: loading pages/scrolling and general browsing is slightly snappier than TenFourFox. Though that'southward a scrap unfair, given the fact that threads back up is incredibly superior on linux than on tiger; tenfourfox volition load my dual cpu config just to ~100% of a processor, where on linux [palemoon] will max out both cpus usage while nether heavy load. That'southward where yous can see who did tailor a nontrivial part of the codebase to run faster on powerpc while the other ane was focused on *x86*. Javascript performance tin can't compare since tenfourfox has ION+baseline JIT while palemoon only interprets.
Though, in full general, palemoon 27 being the most recent non-webkit browser codebase with a lot of major features that builds without problem, information technology's very dependable
![]()
Hmmm. Once I go moved back into my house and unpack my iBook, I'll have to give this a compile in sid...
Would you lot mind sharing your mozconfig?
Hither's what my mozconfig looks like:
Code:
export CC="gcc-six.4.0 -flax-vector-conversions -O3 -mcpu=7450 -mtune=7450 -maltivec -mabi=altivec -falign-loops=sixteen -falign-functions=16 -falign-labels=16 -falign-jumps=16" export CXX="g++-half dozen.4.0 -flax-vector-conversions -fpermissive -O3 -mcpu=7450 -mtune=7450 -maltivec -mabi=altivec -falign-loops=16 -falign-functions=16 -falign-labels=16 -falign-jumps=sixteen" export LDFLAGS="-latomic" mk_add_options MOZ_MAKE_FLAGS="-s -j2" 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 --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 key points to make it compile on ppc32 are (don't omit any of these):
Code:
consign CC="gcc -flax-vector-conversions" consign CXX="g++ -flax-vector-conversions -fpermissive" consign LDFLAGS="-latomic" ac_add_options --enable-release #if y'all forget --enable-release you'll run out of address space at linking stage if yous're on 32-bit linux Y'all may try to put compiler flags in $CFLAGS and CXXFLAGS since that's where they should belong.
Compilation succeeds boths with gcc v.iv and 6.4, simply seven.3 will barf on exception code.
mix these with the "standard" palemoon mozconfig found at (http://developer.palemoon.org/Developer_Guide:Build_Instructions/Pale_Moon/Linux) and it should do the job.
Oh, wow, I merely noticed I forgot to employ jemalloc in my mozconfig. I'm rolling i more than build tomorrow information technology seems.
Last edited:
Here's what my mozconfig looks like:
Code:
export CC="gcc-6.4.0 -flax-vector-conversions -O3 -mcpu=7450 -mtune=7450 -maltivec -mabi=altivec -falign-loops=sixteen -falign-functions=16 -falign-labels=16 -falign-jumps=16" consign CXX="m++-6.4.0 -flax-vector-conversions -fpermissive -O3 -mcpu=7450 -mtune=7450 -maltivec -mabi=altivec -falign-loops=xvi -falign-functions=16 -falign-labels=xvi -falign-jumps=xvi" export LDFLAGS="-latomic" mk_add_options MOZ_MAKE_FLAGS="-south -j2" 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 --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-optimizefundamental points to get in compile on ppc32 are (don't omit whatever of these):
Lawmaking:
export CC="gcc -flax-vector-conversions" export CXX="g++ -flax-vector-conversions -fpermissive" export LDFLAGS="-latomic" ac_add_options --enable-release #if you forget --enable-release you'll run out of address space at linking phase if you're on 32-flake linuxYou may endeavour to put compiler flags in $CFLAGS and CXXFLAGS since that's where they should belong.
Compilation succeeds boths with gcc 5.4 and 6.4, but vii.three will barf on exception code.mix these with the "standard" palemoon mozconfig found at (http://developer.palemoon.org/Developer_Guide:Build_Instructions/Pale_Moon/Linux) and it should do the job.
Oh, wow, I just noticed I forgot to use jemalloc in my mozconfig. I'm rolling one more build tomorrow information technology seems.
Thanks for that. I'll give it a endeavor in the coming weeks once my machines are unpacked.
EDIT: your archive would be a great help. Just please let me know where you upload it.
Terminal edited:
Silverlight for Mac 10.6.8 Download
Posted by: solanocoging.blogspot.com

0 Komentar
Post a Comment