LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Pale Moon for Slackware (https://www.linuxquestions.org/questions/slackware-14/pale-moon-for-slackware-4175709634/)

khronosschoty 03-18-2022 12:58 PM

Pale Moon for Slackware
 
I figured it was time to create a new thread dedicated for Pale Moon for Slackware, in honor of Pale Moon 30.0.0. As I might have mentioned elsewhere, I've been in the process of moving to a new server; so you might notice the url's I use are different.

Here is a link to the Pale Moon 30.0.0 SlackBuild; which has also been submitted as an update at SlackBuilds.org.

http://repo.schotynet.org/slackware/...alemoon.tar.gz

marco70 03-18-2022 01:30 PM

Code:

can't find file to patch at input line 15
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|From 27b19218f0d3df9aaf76e784ed2348dc308437d7 Mon Sep 17 00:00:00 2001
|From: khronosschoty <khronosschoty@posteo.org>
|Date: Fri, 4 Mar 2022 07:15:50 -0800
|Subject: [PATCH 1/1] Issue #7 - Add GCC 11 initial support
|
|---
| platform/system/graphics/2d/BaseRect.h        | 1 +
| platform/system/network/base/nsURLParsers.cpp | 1 +
| 2 files changed, 2 insertions(+)
|
|diff --git a/platform/system/graphics/2d/BaseRect.h b/platform/system/graphics/2d/BaseRect.h
|index 57d01ba09..b1eed9ddb 100644
|--- a/platform/system/graphics/2d/BaseRect.h
|+++ b/platform/system/graphics/2d/BaseRect.h
--------------------------
File to patch:


Code:

Error: There is no platform codebase.
Testing:
GRE-RELBASE_20220310.tar.gz
Pale-Moon-30.0.0_Release.tar.gz

cwizardone 03-18-2022 01:34 PM

"As we speak," so to speak :) , I'm using the Pale Moon xz-compressed tarball and so far, so good.
https://linux.palemoon.org/download/mainline/
I'm sorry to see Basilisk fade into the sunset, but it looks like PaleMoon-30.0.0 is more than a suitable replacement.
:thumbsup:
Quote:

This is a new milestone release!
Following the change in direction as announced before on the forum and directly driven by user feedback and community input.......
The full 30.0.0 announcement can be found here, https://forum.palemoon.org/viewtopic...5a427c7ec267cb

khronosschoty 03-18-2022 01:52 PM

Quote:

Originally Posted by marco70 (Post 6339556)
Code:

can't find file to patch at input line 15
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|From 27b19218f0d3df9aaf76e784ed2348dc308437d7 Mon Sep 17 00:00:00 2001
|From: khronosschoty <khronosschoty@posteo.org>
|Date: Fri, 4 Mar 2022 07:15:50 -0800
|Subject: [PATCH 1/1] Issue #7 - Add GCC 11 initial support
|
|---
| platform/system/graphics/2d/BaseRect.h        | 1 +
| platform/system/network/base/nsURLParsers.cpp | 1 +
| 2 files changed, 2 insertions(+)
|
|diff --git a/platform/system/graphics/2d/BaseRect.h b/platform/system/graphics/2d/BaseRect.h
|index 57d01ba09..b1eed9ddb 100644
|--- a/platform/system/graphics/2d/BaseRect.h
|+++ b/platform/system/graphics/2d/BaseRect.h
--------------------------
File to patch:


Code:

Error: There is no platform codebase.
Testing:
GRE-RELBASE_20220310.tar.gz
Pale-Moon-30.0.0_Release.tar.gz

ahh thanks for catching that for me. They changed the directory structure on me. Fixed.

khronosschoty 03-18-2022 02:00 PM

Quote:

Originally Posted by cwizardone (Post 6339557)
"As we speak," so to speak :) , I'm using the Pale Moon xz-compressed tarball and so far, so good.
https://linux.palemoon.org/download/mainline/
I'm sorry to see Basilisk fade into the sunset, but it looks like PaleMoon-30.0.0 is more than a suitable replacement.
:thumbsup:

The full 30.0.0 announcement can be found here, https://forum.palemoon.org/viewtopic...5a427c7ec267cb

I'm still in the process of potentially keeping Basilisk around; I was just waiting for the Platform code to settle down before I begin transitioning Basilisk over. I did, however, get official permission to maintain Basilisk.

cwizardone 03-18-2022 02:05 PM

Quote:

Originally Posted by khronosschoty (Post 6339563)
I'm still in the process of potentially keeping Basilisk around; I was just waiting for the Platform code to settle down before I begin transitioning Basilisk over. I did, however, get official permission to maintain Basilisk.

Good to hear!
Many thanks and please keep us posted.
:thumbsup:

marco70 03-18-2022 02:12 PM

Now it's ok
Thanks

JayByrd 03-18-2022 02:18 PM

Thanks for all your work, khronosschoty.

Just a quick heads-up for those who have yet to switch to Slackware 15.0: this new Palemoon requires a GCC of 7.1 or newer. Build fails on 14.2 with GCC 5.5.0.

khronosschoty 03-18-2022 02:23 PM

Quote:

Originally Posted by JayByrd (Post 6339572)
Thanks for all your work, khronosschoty.

Just a quick heads-up for those who have yet to switch to Slackware 15.0: this new Palemoon requires a GCC of 7.1 or newer. Build fails on 14.2 with GCC 5.5.0.

I have a gcc 9 build (I think) I could potentially support for 14.2 if anyone is interested.

Gerard Lally 03-18-2022 02:46 PM

I use Vivaldi but want a browser with a different engine around as an alternative.

Last time I checked uBlock Origin and NoScript didn't seem to be available for Pale Moon. What do you people use?

khronosschoty 03-18-2022 02:55 PM

Quote:

Originally Posted by Gerard Lally (Post 6339575)
I use Vivaldi but want a browser with a different engine around as an alternative.

Last time I checked uBlock Origin and NoScript didn't seem to be available for Pale Moon. What do you people use?

Can find Ublock here
https://github.com/gorhill/uBlock-fo...gacy-1.16.4.30

and I use ematrix instead of noscript

https://addons.palemoon.org/addon/ematrix/

kjhambrick 03-18-2022 02:58 PM

Thank you khronosschoty !

I just now ran `git clone` on your SBo Mirror.

Your palemoon.SlackBuild script has been running a few minutes now seems to be progressing nicely on Slackware64 15.0 + Multilib.

THANKS AGAIN !

-- kjh

marav 03-18-2022 03:00 PM

Since you are a maintainer, I take the opportunity to pass on a little message (for all mainteners in fact)

From what I saw on the SBo (during our help to check slackbuilds for 15.0), only Vincent Batts does this when he has several sources to download:

put all the DOWNLOAD links on one line
instead of:
Code:

DOWNLOAD="link1 \
          link2 \
          link3"

Code:

DOWNLOAD="link1 link2 link3"
This way, you can fetch all files at once
Code:

$ wget $(awk -F'"' '/DOWNLOAD=/,$0=$2' *.info)
It is said. Sorry for the noise ;-)

Gerard Lally 03-18-2022 03:13 PM

Quote:

Originally Posted by khronosschoty (Post 6339578)

Thanks very much. While we're on the subject of add-ons, I don't suppose there's one for vertical tabs?

kjhambrick 03-18-2022 03:14 PM

Hmmm ...

All of the SBoPackage.info files are valid /bin/sh script files.

And
Code:

DOWNLOAD="1 \
          2 \
          3"

is perfectly valid.

so this works great for me:
Code:

( . palemoon.info ; wget $DOWNLOAD ; )

--2022-03-18 15:10:24--  http://repo.schotynet.org/sources/palemoon/Pale-Moon-30.0.0_Release.tar.gz
Resolving repo.schotynet.org (repo.schotynet.org)... 88.80.147.48
Connecting to repo.schotynet.org (repo.schotynet.org)|88.80.147.48|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4355584 (4.2M) [application/x-gzip]
Saving to: 'Pale-Moon-30.0.0_Release.tar.gz'

Pale-Moon-30.0.0_Release 100%[==================================>]  4.15M  2.79MB/s    in 1.5s   

2022-03-18 15:10:26 (2.79 MB/s) - 'Pale-Moon-30.0.0_Release.tar.gz' saved [4355584/4355584]

--2022-03-18 15:10:26--  http://repo.schotynet.org/sources/GRE/GRE-RELBASE_20220310.tar.gz
Reusing existing connection to repo.schotynet.org:80.
HTTP request sent, awaiting response... 200 OK
Length: 270693223 (258M) [application/x-gzip]
Saving to: 'GRE-RELBASE_20220310.tar.gz'

GRE-RELBASE_20220310.tar 100%[==================================>] 258.15M  5.78MB/s    in 54s   

2022-03-18 15:11:20 (4.80 MB/s) - 'GRE-RELBASE_20220310.tar.gz' saved [270693223/270693223]

--2022-03-18 15:11:20--  http://ponce.cc/slackware/sources/repo/autoconf-2.13.tar.xz
Resolving ponce.cc (ponce.cc)... 87.98.219.121
Connecting to ponce.cc (ponce.cc)|87.98.219.121|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 300116 (293K)
Saving to: 'autoconf-2.13.tar.xz'

autoconf-2.13.tar.xz    100%[==================================>] 293.08K  555KB/s    in 0.5s   

2022-03-18 15:11:20 (555 KB/s) - 'autoconf-2.13.tar.xz' saved [300116/300116]

FINISHED --2022-03-18 15:11:20--
Total wall clock time: 57s
Downloaded: 3 files, 263M in 56s (4.71 MB/s)

HTH

-- kjh

JayByrd 03-18-2022 03:24 PM

Quote:

Originally Posted by Gerard Lally (Post 6339575)
...
Last time I checked uBlock Origin and NoScript didn't seem to be available for Pale Moon. What do you people use?

I use NoScript 5.1.9 with Pale Moon, and it works a treat.

The NoScript developer has said that he'll keep the 5.1.x series alive as long as the browsers that depend on it (like Pale Moon) continue to receive their own security updates.

khronosschoty 03-18-2022 03:26 PM

Quote:

Originally Posted by Gerard Lally (Post 6339584)
Thanks very much. While we're on the subject of add-ons, I don't suppose there's one for vertical tabs?

Tree Style Tabs is what I like, if I want vertical tabs

https://addons.palemoon.org/addon/treestyletabforpm

There is also Tab Mix Plus which can also be found on the Pale Moon website

marav 03-18-2022 03:32 PM

Quote:

Originally Posted by kjhambrick (Post 6339585)
Hmmm ...

All of the SBoPackage.info files are valid /bin/sh script files.

And
Code:

DOWNLOAD="1 \
          2 \
          3"

is perfectly valid.

so this works great for me:
Code:

( . palemoon.info ; wget $DOWNLOAD ; )
HTH

-- kjh

Right
But this only works with a bash shell

khronosschoty 03-18-2022 03:34 PM

Quote:

Originally Posted by marav (Post 6339592)
Right
But this only works with a bash shell

works with korn shell as well, which is what I use.

Edit with one difference, in the korn shell you do this . ./palemoon.info; wget $DOWNLOAD
unless you source with a full path that is.

Gerard Lally 03-18-2022 03:35 PM

Quote:

Originally Posted by khronosschoty (Post 6339588)
Tree Style Tabs is what I like, if I want vertical tabs

https://addons.palemoon.org/addon/treestyletabforpm

There is also Tab Mix Plus which can also be found on the Pale Moon website

Thanks again. Vertical tabs, script blocking and ad blocking are all I need. I mustn't have looked too hard last time I checked.

:hattip:

kjhambrick 03-18-2022 03:38 PM

Took me a minute to find this script.

It reads an SBo.info file and checks all the MD5SUMS for you.

Code:

#!/bin/sh

[ $# -lt 1 ] && echo "usage:  `basename $0` SBO.info" >&2 && exit 0

InfoFile="$1"

[ "$InfoFile" = "`basename $InfoFile`" ] && InfoFile="`pwd`/$InfoFile"

(
  . $InfoFile ; export DOWNLOAD MD5SUM ;
  gawk '
  BEGIN {
    D = ENVIRON[ "DOWNLOAD" ]
    S = ENVIRON[ "MD5SUM" ]

    N = split( D, DA )            # list -to- array
    O = split( S, SA )            # list -to- array

    for ( i = 1 ; i <= N ; i ++ )
    {
        P = split( DA[ i ], PA, "/" )  # basename
        print SA[ i ] "  " PA[ P ]    # simulate md5sum output
    }
    exit 0
  }' ;

) |md5sum -c -

Example:

Code:

# /dld/15.0/slackbuilds/.check-info-md5sum  palemoon.info

Pale-Moon-30.0.0_Release.tar.gz: OK
GRE-RELBASE_20220310.tar.gz: OK
autoconf-2.13.tar.xz: OK


marav 03-18-2022 03:41 PM

Quote:

Originally Posted by khronosschoty (Post 6339593)
works with korn shell as well, which is what I use.

Edit with one difference, in the korn shell you do this . ./palemoon.info; wget $DOWNLOAD
unless you source with a full path that is.

Anyway, thx for your great job ;-)

kjhambrick 03-18-2022 04:21 PM

khronosschoty --

Thanks !

palemoon 30 is installed on my System and it runs great.

There are no apparent errors when I ran it from the commandline in a terminal.

Code:

[konrad@kjhlt7 canon]$ palemoon
WebGL(0x7f20c2e76800)::ForceLoseContext
[konrad@kjhlt7 canon]$

Now I'll see about importing all my passwords from Basilisk ( palemoon does not recognize the passwords from palemoon on my Slackware 14.2 System ).

Anyhow ... AWESOME -- no more firefox here !

-- kjh

cwizardone 03-18-2022 05:10 PM

Quote:

Originally Posted by kjhambrick (Post 6339602)
....-- no more firefox here !

Well, Pale Moon still can't display safeway.com, the web site of a major grocery store chain. Locks up solid. This is a known problem that has existed for years. It also has trouble with wsj.com, which it can load, but not display properly. As I visit both of those sites on a regular basis I keep another browser handy.

JayByrd 03-18-2022 05:53 PM

Quote:

Originally Posted by khronosschoty (Post 6339573)
I have a gcc 9 build (I think) I could potentially support for 14.2 if anyone is interested.

That's very generous; I'm sure a handful out there would appreciate that.

For myself, I just went ahead and upgraded to version 7.1 of gcc and gcc-g++. After that, it built fine, and I'm now using PM 30 on Slackware 14.2. :)

Thanks again for the build script.

kgha 03-19-2022 04:51 AM

Palemoon is still useless for navigating github pages after blocking the github-wc-polyfill plugin that worked fine in earlier releases (pre-29.x IIRC).

khronosschoty 03-19-2022 05:51 AM

Quote:

Originally Posted by kgha (Post 6339696)
Palemoon is still useless for navigating github pages after blocking the github-wc-polyfill plugin that worked fine in earlier releases (pre-29.x IIRC).

Try this one. I edited the version compatibility line and the GUID. I don't think github-wc-polyfill was blocked, its just a few variables are set for a different version; however, as far I as I know there isn't any actual incompatibility.

I also edited in about:config so that the useragent override reads like this:

general.useragent.override.github.com;Mozilla/5.0 (Linux rv:5.0) Goanna/20170101 PaleMoon/29.4.4
(I haven't updated the useragent to 30.0.0 and not sure if that would matter, it probably wouldn't, the important bit I suspect is Mozilla/5.0 (Linux part)

However, I'm not sure that is strictly needed; I'm still working out the details. I can say, tho, that github works for me after doing those necessary (and perhaps partially unnecessarily) steps.

Let me know if you try it and if it works or not -- if you still run into issues (afterwards) I'll double check everything. Thanks in advance if you give it a try, it would be nice to get anther person testing it.

Here is the link to github-wc-polyfill with the edits I mentioned above.

http://repo.schotynet.org/browser-ex...ill-1.2.16.xpi

kgha 03-19-2022 06:15 AM

@khronosschoty:
Thanks a lot, your edited polyfill add-on works fine!

kjhambrick 03-19-2022 06:30 AM

Quote:

Originally Posted by cwizardone (Post 6339620)
Well, Pale Moon still can't display safeway.com, the web site of a major grocery store chain. Locks up solid. This is a known problem that has existed for years. It also has trouble with wsj.com, which it can load, but not display properly. As I visit both of those sites on a regular basis I keep another browser handy.

Yes, I tried www.safeway.com from a palemoon 30.0.0 session that I started in a konsole terminal and it locked hard for me too.

I had to X-out of palemoon and eventually KDE detected the non-responding Process and killed it.

KDE however did not kill palemoon -- I had to kill the process manually. See below.

Another Site that misbehaves in palemoon is www.newegg.com ... there is a script that locks up when I scroll around on a product page and I am unable to check out.

I keep Alien Bob's chromium-ungoogled handy for sites like these.

[sigh]It would sure be nice to find one trustworthy browser that works everywhere and the way I want ...[/sigh]

-- kjh

Code:

[konrad@kjhlt7 canon]$ palemoon &      # tried to open a tab on www.safeway.com and locked hard
[1] 19838
[konrad@kjhlt7 canon]$
[konrad@kjhlt7 canon]$ ps
  PID TTY          TIME CMD
 3566 pts/25  00:00:00 bash
19838 pts/25  00:03:35 palemoon
20016 pts/25  00:00:00 ps
[konrad@kjhlt7 canon]$ kill -15 19838
[konrad@kjhlt7 canon]$ ps
  PID TTY          TIME CMD
 3566 pts/25  00:00:00 bash
20020 pts/25  00:00:00 ps
[1]+  Terminated              palemoon


khronosschoty 03-19-2022 07:01 AM

Quote:

Originally Posted by kjhambrick (Post 6339707)
Yes, I tried www.safeway.com from a palemoon 30.0.0 session that I started in a konsole terminal and it locked hard for me too.

I had to X-out of palemoon and eventually KDE detected the non-responding Process and killed it.

KDE however did not kill palemoon -- I had to kill the process manually. See below.

Another Site that misbehaves in palemoon is www.newegg.com ... there is a script that locks up when I scroll around on a product page and I am unable to check out.

I keep Alien Bob's chromium-ungoogled handy for sites like these.

[sigh]It would sure be nice to find one trustworthy browser that works everywhere and the way I want ...[/sigh]

-- kjh

Code:

[konrad@kjhlt7 canon]$ palemoon &      # tried to open a tab on www.safeway.com and locked hard
[1] 19838
[konrad@kjhlt7 canon]$
[konrad@kjhlt7 canon]$ ps
  PID TTY          TIME CMD
 3566 pts/25  00:00:00 bash
19838 pts/25  00:03:35 palemoon
20016 pts/25  00:00:00 ps
[konrad@kjhlt7 canon]$ kill -15 19838
[konrad@kjhlt7 canon]$ ps
  PID TTY          TIME CMD
 3566 pts/25  00:00:00 bash
20020 pts/25  00:00:00 ps
[1]+  Terminated              palemoon


I took a look at Safeway.com and its browser requirements are IMO a little insane. I poked around to see if I could get it to serve its website with a little less bells and whistles; but all I managed to do was get hard freezes as well.

cwizardone 03-19-2022 07:15 AM

Thanks to khronosschoty and kjhambrick for taking a look at safeway.com.
:hattip:

Quote:

Originally Posted by kjhambrick (Post 6339707)
.......It would sure be nice to find one trustworthy browser that works everywhere and the way I want.......

Vivaldi does a good job, but it is yet another chrome clone and identifies itself as chrome, and I try to avoid anything goggle, if at all possible.
:)

slac 03-19-2022 12:15 PM

Does someone know why the settings icon does not appear where it should to (on the upper-right corner), at https://search.brave.com (?

Also the page https://search.brave.com/settings does not load correctly. It appears blank, except for the footer.

khronosschoty 03-19-2022 12:38 PM

Quote:

Originally Posted by slac (Post 6339774)
Does someone know why the settings icon does not appear where it should to (on the upper-right corner), at https://search.brave.com (?

Also the page https://search.brave.com/settings does not load correctly. It appears blank, except for the footer.

Not sure, but I noticed it doesn't show up in seamonkey either.

Edit: and and on that note I noticed safeway.com causes seamonkey to also hard freeze.

JayByrd 03-19-2022 12:55 PM

Quote:

Originally Posted by khronosschoty (Post 6339702)
...
Here is the link to github-wc-polyfill with the edits I mentioned above.
http://repo.schotynet.org/browser-ex...ill-1.2.16.xpi

Thank you for this, khronos... You're a lifesaver! :)

Gerard Lally 03-19-2022 01:21 PM

1 Attachment(s)
FYI, when I try to visit www.safeway.com in Vivaldi, I am blocked. See attached.

I've never seen this before.

cwizardone 03-19-2022 02:39 PM

Here safeway.com and wsj.com work perfectly in both VIvaldi and Firefox. In SeaMoneky, wsj.com works, but safeway.com does not.
Thanks for mentioning SeaMonkey. I hadn't used it in months, if not a year or two, and glad to see Lightning is now included.

khronosschoty 03-21-2022 05:24 AM

Pale Moon 30.0.1 is released:

SlackBuild:
http://repo.schotynet.org/slackware/...alemoon.tar.gz

package:
http://repo.schotynet.org/slackware/...6_64-1_SBo.tgz

(Packages in the stable directory, are targeted / compiled against, the latest stable release of Slackware)

cwizardone 03-21-2022 05:40 AM

Quote:

Originally Posted by khronosschoty (Post 6340255)
Pale Moon 30.0.1 is released:

[url]http://repo.schotynet.org/slackware/slackbuilds/palemoon.tar.gz[/url

Thanks for the heads-up.
:)
Quote:

v30.0.1 (2022-03-20)
This is a critical bugfix release.

Fixed an issue with browser initialization that would leave some components (like password managing) incorrectly initialized if the (obsolete) preference privacy.donottrackheader.enabled was set.
Fixed an issue in XML transformation that could cause crashes, performance issues and general stability problems.
https://www.palemoon.org/releasenotes.shtml

kjhambrick 03-21-2022 08:40 AM

compiled and upgraded to palemoon-30.0.1 and tried www.safeway.com

Palemoon 30.0.1 still locks up on safeway.com but now KDE kills the pid instead of leaving an orphan.

-- kjh

cwizardone 03-21-2022 12:08 PM

ALERT!!!
Quote:

21 march 2022
Pale Moon 30 rollout cancelled. Following severe issues with the unexpected exit of a core dev and considerable damage caused to our operations, the milestone 30 rollout has been cancelled.
https://www.palemoon.org/

JayByrd 03-21-2022 12:46 PM

Quote:

Originally Posted by cwizardone (Post 6340361)
ALERT!!!

When going to download the source for v30.0.1, I did notice on the release notes page that v30 had been recalled...

I've been using v30.0.0 for several days now, and I haven't had any problems--even with the "hated" NoScript add-on. I'm now compiling 30.0.1 bug-fix release, and so far, so good. :)

In any event, unless M.C. declares that there is some critical security bug in the v30 series, I'll keep using it.


On a related topic: the safeway.com problem seems clearly to be a javascript issue. I tried safeway.com and with NoScript in place, there were no lockups. Of course, without javascript, as soon as you try to navigate beyond the front page, you can't do much...

JayByrd 03-21-2022 01:27 PM

OK, just went over to the Palemoon forums and my suspicions have been confirmed: the "recall" was due to the final falling out between Moonchild and Tobin. M.C.'s explaination/apology.

The only surprise here, to my thinking, is that this didn't happen sooner. Tobin, while obviously a talented coder, has shown himself for years to be an arrogant, loud-mouthed cunt, (as evidenced by his unprovoked attack on Eric a while back, saying that AlienBOB should "go fuck himself.")

And while this does seem to be quite a setback for the PM project, I hope that M.C. will soldier on and keep the project going. PM represents a last-gasp effort to save the web from a certain Silicon Valley behemoth, and I for one appreciate having PM as an option.

khronosschoty 03-21-2022 01:51 PM

Quote:

Originally Posted by JayByrd (Post 6340392)
OK, just went over to the Palemoon forums and my suspicions have been confirmed: the "recall" was due to the final falling out between Moonchild and Tobin. M.C.'s explaination/apology.

The only surprise here, to my thinking, is that this didn't happen sooner. Tobin, while obviously a talented coder, has shown himself for years to be an arrogant, loud-mouthed cunt, (as evidenced by his unprovoked attack on Eric a while back, saying that AlienBOB should "go fuck himself.")

And while this does seem to be quite a setback for the PM project, I hope that M.C. will soldier on and keep the project going. PM represents a last-gasp effort to save the web from a certain Silicon Valley behemoth, and I for one appreciate having PM as an option.

I think the truth is a bit different. Tobin can be abrasive that is for sure, but he is actually well meaning. I think Moonchild is more to blame for things, then he wants to admit. I think factors and dynamics are little more complicated then can be shared on a forum post; not to mention personal.

JayByrd 03-21-2022 02:39 PM

Quote:

Originally Posted by khronosschoty (Post 6340406)
I think the truth is a bit different. Tobin can be abrasive that is for sure, but he is actually well meaning. I think Moonchild is more to blame for things, then he wants to admit. I think factors and dynamics are little more complicated then can be shared on a forum post; not to mention personal.

You make a good point. Not being privy to what went on behind the scenes, I suppose we users will never know who deserves the bulk of the blame for the current drama at Pale Moon.

However, I can't overlook the fact that Tobin went out of his way to sabotage things on his way out the door. I've just spent the last hour over on the PM forums to get up to speed, and I read Tobin's rage-quit post, and MC's response. Whatever else may have happened out of public view, I can't construe his intentionally destructive actions as "well meaning."

khronosschoty 03-21-2022 02:57 PM

Quote:

Originally Posted by JayByrd (Post 6340419)
You make a good point. Not being privy to what went on behind the scenes, I suppose we users will never know who deserves the bulk of the blame for the current drama at Pale Moon.

However, I can't overlook the fact that Tobin went out of his way to sabotage things on his way out the door. I've just spent the last hour over on the PM forums to get up to speed, and I read Tobin's rage-quit post, and MC's response. Whatever else may have happened out of public view, I can't construe his intentionally destructive actions as "well meaning."

I don't see how he sabotaged anything, in this particular case. I was there the whole time, the way he presented it in the forum, and the way moonchild presented it in the forum, were not exactly how I would say it happen. However, moonchild's presentation of the so called sabotage, is definitely more deflection of blame. Moonchild released broken binaries and blames Tobin for it. The website isn't why we needed a Pale Moon 30.0.1 right of the bat. None of this is devastating to me, (no one is perfect) but this is the foundation of all the blame shifting. I agree with devs that, release something when its ready. Pale Moon 29 series should of remained stable branch and 30 should have been current. Excuses and blame shifting.

Anyway I'm not going to get sucked into airing out everyone's flaws, and what they did wrong. I'm just saying Moonchild is for sure the one who shares the bulk of the blame, on multiple levels.

FTIO 03-22-2022 08:41 AM

Quote:

Originally Posted by khronosschoty (Post 6339563)
I'm still in the process of potentially keeping Basilisk around; I was just waiting for the Platform code to settle down before I begin transitioning Basilisk over. I did, however, get official permission to maintain Basilisk.

Great news!! I really like Basilisk and hope it's around for years to come! I wish I was a programmer of some sort so I could help out...or heck, even had enough smarts to do *anything* to help out.

FTIO 03-22-2022 09:22 AM

Quote:

Originally Posted by khronosschoty (Post 6340255)
Pale Moon 30.0.1 is released:

SlackBuild:
http://repo.schotynet.org/slackware/...alemoon.tar.gz

package:
http://repo.schotynet.org/slackware/...6_64-1_SBo.tgz

(Packages in the stable directory, are targeted / compiled against, the latest stable release of Slackware)

When I downloaded and then tried to build with these two things, I get this:

Code:

root@Piss_on_Biden:/home/me/builds/palemoon# ./palemoon.SlackBuild
tar: /home/me/builds/palemoon/autoconf-2.13.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now

Am I also supposed to download a tarball of that old autoconf and put it in this directory, and if so, from where?

JayByrd 03-22-2022 09:25 AM

Quote:

Originally Posted by FTIO (Post 6340646)
...Am I also supposed to download a tarball of that old autoconf and put it in this directory, and if so, from where?

Yes, you need autoconf 2.13 tarball.

Here's a link:
http://ponce.cc/slackware/sources/re...nf-2.13.tar.xz

khronosschoty 03-22-2022 01:27 PM

**Deleted**

Edit: JayByrd is correct.

Edit 2: the package is not the source, its a pre made package, the SlackBuild is like your typical SlackBuild, the download for the sources is in the .info.

cwizardone 03-23-2022 05:08 PM

Pale Moon 29.4.5 has been released.
Quote:

23 march 2022
This is a security update to bring Pale Moon's security and safety up to the same level as the new milestone.
https://www.palemoon.org/


All times are GMT -5. The time now is 07:04 AM.