Page 1 of 14

SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)

Posted: Sat Apr 29, 2023 11:01 am
by xeno74
Wicknix has updated the old SpiderWeb with the latest UXP. He changed the name, icons, etc for a fresh look and feel.

Download: sealion-32.1.1.linux-powerpc-gtk2.tar.bz2

Further information: https://github.com/wicknix/SeaLion

Re: SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)

Posted: Sat Apr 29, 2023 5:35 pm
by xeno74
Image

Re: SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)

Posted: Fri May 05, 2023 11:15 am
by xeno74
FYI: SeaLion needs the libjpeg.so.8. This lib isn't available on new Debian based distributions (MintPPC, Debian Sid, etc). I uploaded it.

Download: libjpeg.so.8

Please copy it to /lib/powerpc-linux-gnu as root. After that run the command ldconfig for adding the new lib to the library cache. Then close the terminal and try to start SeaLion again.

Re: SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)

Posted: Mon May 15, 2023 6:47 am
by xeno74
Wicknix has released SeaLion 32.2.0. :-)

Download and further information: github.com

This is a fantastic browser because of a fast and great old user interface with the latest Goanna layout and rendering engine. :-)

Re: SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)

Posted: Mon May 15, 2023 8:25 am
by Roland
xeno74 wrote: Mon May 15, 2023 6:47 am Wicknix has released SeaLion 32.2.0. :-)

This is a fantastic browser because of a fast and great old user interface with the latest Goanna layout and rendering engine. :-)
Wow... GMX mail works now with it, and even in the native mode!!! I did not anymore believe that would be possible on PPC Linux. My hat is off for Wicknix!-)

Thank you for informing us :-).

Re: SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)

Posted: Mon May 15, 2023 10:22 am
by xeno74
Image

YouTube videos in HD with ViewTube and SeaLion

Hi All,

Here are installation instructions for ViewTube with SeaLion:
  1. Download the SeaLion-Extras.zip package.
  2. Unpack it and install the addon greasemonkey-3.10.0.1rc3pre-sw.xpi
  3. Download the ViewTube SeaLion package
  4. Unpack the package and copy the folder gm_scripts to /home/<your user directory>/.wicknix/sealion/<profile directory>/
    For example:

    Code: Select all

    cp -R Downloads/ViewTube_SeaLion/gm_scripts /home/amigaone/.wicknix/sealion/iykmgak4.default/
  5. Restart SeaLion
Cheers,
Christian

Re: SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)

Posted: Mon May 15, 2023 11:18 am
by xeno74
Screenshot of SeaLion 32.2.0:

Image

Re: SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)

Posted: Wed May 17, 2023 3:57 pm
by Roland
SealLion does not run in Fienix6. There seems to be missing a library:

PCOMGlueLoad error for file /media/Linux-NTFS/sealion/libxul.so:
libffi.so.7: cannot open shared object file: No such file or directory
Couldn't load XPCOM.

Re: SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)

Posted: Wed May 17, 2023 6:35 pm
by xeno74
It could be, that you have to install some packages for example libffi7 or libffi8 for using SeaLion. Maybe you need a symbolic link from libffi.so.X for example “libffi.so.8" to "libffi.so.7". Please create this symbolic link with the following command:

Code: Select all

ln -s /usr/lib/powerpc-linux-gnu/libffi.so.8 /usr/lib/powerpc-linux-gnu/libffi.so.7

Re: SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)

Posted: Wed May 17, 2023 7:17 pm
by Roland
xeno74 wrote: Wed May 17, 2023 6:35 pm It could be, that you have to install some packages for example libffi7 or libffi8 for using SeaLion. Maybe you need a symbolic link from libffi.so.X for example “libffi.so.8" to "libffi.so.7". Please create this symbolic link with the following command:

Code: Select all

ln -s /usr/lib/powerpc-linux-gnu/libffi.so.8 /usr/lib/powerpc-linux-gnu/libffi.so.7
The libffi8 was already installed. After creating the symbolic link, I got this error:

~$ '/media/Linux-NTFS/sealion/sealion'
XPCOMGlueLoad error for file /media/Linux-NTFS/sealion/libxul.so:
/lib/powerpc-linux-gnu/libffi.so.7: version `LIBFFI_CLOSURE_7.0' not found (required by /media/Linux-NTFS/sealion/libxul.so)
Couldn't load XPCOM.

Fienix depots did not seem to have that LIBFFI_CLOSURE....