diff options
author | khronosschoty <khronosschoty@posteo.org> | 2021-01-01 22:44:43 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-02 10:48:27 +0700 |
commit | 328589fbb621d2600db5be73bfa55c94566dada8 (patch) | |
tree | 84a99d139ec9c2d46de217b368d9ee0f4985c236 /network/palemoon/README | |
parent | f1840366d054395f40479ef261bc4b8428577c8a (diff) |
network/palemoon: Updated for version 28.17.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/palemoon/README')
-rw-r--r-- | network/palemoon/README | 37 |
1 files changed, 20 insertions, 17 deletions
diff --git a/network/palemoon/README b/network/palemoon/README index 9eeeaa23278c9..d43569de49968 100644 --- a/network/palemoon/README +++ b/network/palemoon/README @@ -19,29 +19,32 @@ binaries offically released by the Pale Moon devs. See http://docs.slackware.com/howtos:software:palemoon for additional tips and help resources. -Using the Oxygen theme is known to cause Pale Moon to crash; if you -are experiencing crashes, and segfaults, make sure you are not using -this theme; or use Alienbob's patched oxygen-gtk2; which will fix this -issue. http://www.slackware.com/~alien/slackbuilds/oxygen-gtk2/build/ -See the help doc link above for other creative tips and workarounds. +Using the Oxygen theme is known to cause Pale Moon to crash; if you are +experiencing crashes, and segfaults, make sure you are not using this +theme; or use Alienbob's patched oxygen-gtk2; which will fix this issue. +http://www.slackware.com/~alien/slackbuilds/oxygen-gtk2/build/ See the +help doc link above for other creative tips and workarounds. -A native fork of FireFox's developer tools exists as an external -add-on or internally. Pale Moon by default ships with the developer -tools internally; if this is undesirable, dev tools can be disabled by -passing the script the parameter: +A native fork of FireFox's developer tools exists as an external add-on +or internally. Pale Moon by default ships with the developer tools +internally; if this is undesirable, dev tools can be disabled by passing +the script the parameter: - DEVTOOLS=no ./palemoon.SlackBuild + DEVTOOLS=no ./palemoon.SlackBuild Pale Moon's default is to build, ship, and use its own internal -dictionary; if desired, however, do USE_SYSTEM_HUNSPELL=yes -./palemoon.SlackBuild, to use the Slackware system Hunspell -instead. This assumes you have dictionaries such as hunspell-en or -hunspell-es installed in /usr/share/hunspell -- the location that a -few SlackBuilds at SBo install them. +dictionary; if desired, however, do + + USE_SYSTEM_HUNSPELL=yes ./palemoon.SlackBuild + +to use the Slackware system Hunspell instead. This assumes you have +dictionaries such as hunspell-en or hunspell-es installed in +/usr/share/hunspell -- the location that a few SlackBuilds at SBo +install them. To remove the "AdNauseam" extension from the Pale Moon blocklist, do - ADNAUSEAM=unblock ./palemoon.SlackBuild + ADNAUSEAM=unblock ./palemoon.SlackBuild If your processor doesn't support sse2 instructions or you get segfaults, try looking in the SlackBuild for the OPTIMIZE build option @@ -55,4 +58,4 @@ passing the variable: To enable debug information, pass the script the parameter - ENABLE_DEBUG=yes + ENABLE_DEBUG=yes |