SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)
SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)
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
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)
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.
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)
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.
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)
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!-)xeno74 wrote: ↑Mon May 15, 2023 5: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.
Thank you for informing us .
- Roland -
Re: SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)
YouTube videos in HD with ViewTube and SeaLion
Hi All,
Here are installation instructions for ViewTube with SeaLion:
- Download the SeaLion-Extras.zip package.
- Unpack it and install the addon greasemonkey-3.10.0.1rc3pre-sw.xpi
- Download the ViewTube SeaLion package
- 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/
- Restart SeaLion
Christian
Re: SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)
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.
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.
- Roland -
Re: SeaLion - A web browser for 32-bit PowerPC Linux (Void / Debian 11)
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)
The libffi8 was already installed. After creating the symbolic link, I got this error:xeno74 wrote: ↑Wed May 17, 2023 5: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
~$ '/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....
- Roland -