LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   slarm64 (https://www.linuxquestions.org/questions/slarm64-132/)
-   -   Pale Moon (slarm64 , aarch64) (https://www.linuxquestions.org/questions/slarm64-132/pale-moon-slarm64-aarch64-4175705390/)

sndwvs 12-25-2021 12:58 AM

Pale Moon (slarm64 , aarch64)
 
Pale Moon update 29.4.0.2
palemoon-29.4.0.2-aarch64-1mara.txz

business_kid 01-06-2022 06:29 AM

I have a few issues with palemoon here.
  • Palemoon is slightly faster than FF on x86_64, but noticably slower on the RazPi.
  • Palemoon goes out to lunch on some sites. It timed out on https://www.jw.org/en/library/videos/#en/home, while it loads in under 5 seconds on x86_64
Both FF and Palemoon on Slarm64 go out to lunch streaming videos. The biggest resolution from jw.org is 720p and I'm talking about 1 hdmi screen @60 hz. The screen fades to black, with the sound continuing sometimes for a bit. If I press a key, it returns, and all is well for another 3-5 minutes. If I do nothing, it returns when it feels like it and I've missed a chunk of what I was watching. Shrinking the video frame does help. Identical behaviour on both FF & palemoon - video memory? VLC has no difficulties. Bandwidth here is 2-3MB/s, more than enough. It's reliable too. I'm on a feed off a nearby glass fibre trunk.

I'll grab chromium next time and try that, as it has the chrome engine.

EDIT: On the site above, Chrome takes about 7 seconds. FF does it in about 10 seconds, IIRC.

sndwvs 09-17-2022 05:48 PM

palemoon-31.2.0-aarch64-1mara.txz

business_kid 09-18-2022 10:16 AM

Thanks, but that's compiled against glibc-2.34, which I presume is ~current. I'm on 15.0 which has glibc-2.33. Do you have the source online? I know palemoon.org does, but I presume there's a patch or three required for Aarch64.

sndwvs 09-18-2022 10:49 AM

yes, collected for current. build script.

business_kid 05-24-2023 10:48 AM

Updated to palemoon-32.2.0, which they are claiming great things for (as usual). I used the GTK-2.x, and the changelog included this line
Code:

Fixed a build issue when building for Linux on ARM64 on later distros.

sndwvs 05-24-2023 09:41 PM

palemoon-32.1.0-aarch64-1mara.txz

business_kid 08-20-2023 08:32 AM

I tried to get this last evening and the download kept failing at about 37 megs. Is the link good?

sndwvs 08-20-2023 09:46 AM

Quote:

Originally Posted by business_kid (Post 6449389)
I tried to get this last evening and the download kept failing at about 37 megs. Is the link good?

yes, mirror

business_kid 08-20-2023 12:56 PM

Hmmph! That's giving me a 502 - bad gateway. I'll keep trying.

EDIT: I got palemoon from slarm64.org. I couldn't establish an SSL connection with wget. I tried without the 's' in https://, but that returned the same error :confused:. There must be strange things happening with my connection, or the ether at large. It used always be the case in very wet weather, but the pervasiveness of glass optical fibre here seems to have reduced that.

business_kid 08-20-2023 02:13 PM

I have Palemoon installed but it pukes with screenfuls of this
Code:

(pale moon:3776): Gtk-WARNING **: 18:58:33.187: Unable to locate theme engine in module_path: "murrine",

(pale moon:3776): Gtk-WARNING **: 18:58:33.188: Unable to locate theme engine in module_path: "murrine",

Then it dies with the error
Code:

! Your Pale Moon profile cannot be loaded or it may be inaccessible
The exclamation mark is an icon, it's big.

Personally I don't believe it. It doesn't have my profile first time out anyhow. When I saw that, I deleted anything palemoon ~/.local/share & ~/.cache but I kept the ~/.config stuff.

sndwvs 08-23-2023 03:18 PM

palemoon-32.3.0-aarch64-1mara.txz

business_kid 08-24-2023 06:46 AM

Quote:

Originally Posted by business_kid (Post 6449389)
I tried to get this last evening and the download kept failing at about 37 megs. Is the link good?

I got to the bottom of the download thing today. It's failing with Chromium-based browsers. But it's working fine on Palemoon, (and other FF based ones, I presume). It's saying
Code:

This file can't be downloaded securely.
If I try to open it in a separate tab, the tab half opens and aborts. md5sum of the download is 70d567e4de01517b413f3da7b1dad426. I found a copy of it around, and the md5sum is the same. So it's a good download, only Chromium doesn't know it.

As for PM-32.3.0 that throws the same error exactly and doesn't run.
Code:

! Your Pale Moon profile cannot be loaded or it may be inaccessible
I've a very similar setup on x86_64 here. Slackware64-15.0 on XFCE, and my RazPi mainly runs browsers, vlc, rsync & ssh. I've no theme errors (despite not having 'murrine' installed).

business_kid 09-02-2023 02:04 PM

Well, I have Palemoon-32.3.0 working!

My SSD has the RazPi-4 image (kernel-6.4.8). At the same time I mirrored the slarm64-current and ran upgradepkg on the relevant directories. But the kernel there was 6.1.27:eek:

I burned another sdcard with the image, enlarged the sdcard's ext4 partition, and copied the palemoon package into /home. I then booted on that, installed palemoon, and palemoon worked. I'm back on my ssd, now. But it seems something is off on my SSD install. Either Current had different versions up, or else it's because I lacked a clean install. I hate installation gremlins.

So my next move unless you advise otherwise is to boot from the SSD, and run 'rsync -avc' to transfer everything relevant from the sdcard / to the SSD /. That will be a slow process so I'll start it tomorrow morning and let it have the day at it. It's not a fast sdcard, but who cares? I'll transfer the $PATH & LD_LIBRARY_PATH, and everything in /etc/X11 and /usr/X11R6. I will go to lengths to avoid upsetting all the careful configuration in /etc, largely because I've forgotten what I did. I have it backed up, but I have forgotten.

sndwvs 09-02-2023 04:53 PM

Quote:

Originally Posted by business_kid (Post 6451499)
So my next move unless you advise otherwise is to boot from the SSD, and run 'rsync -avc' to transfer everything relevant from the sdcard / to the SSD /. That will be a slow process so I'll start it tomorrow morning and let it have the day at it. It's not a fast sdcard, but who cares? I'll transfer the $PATH & LD_LIBRARY_PATH, and everything in /etc/X11 and /usr/X11R6. I will go to lengths to avoid upsetting all the careful configuration in /etc, largely because I've forgotten what I did. I have it backed up, but I have forgotten.

you can check dependencies
Code:

ldd /usr/lib64/palemoon-32.3.0/libxul.so
or compare installed packages on two systems


All times are GMT -5. The time now is 10:36 PM.