@6502coder recommends 32-bit "SeaMonkey 2.53.5.1" as a usable browser for really old and weak hardware - viewtopic.php?p=11054#p11054. I extracted the downloaded .bz2 file to a mounted partition (outside of the Puppy save partition) and using the console chown of everything in the extracted directory to spot and tried to run SeaMonkey on "Precise Light 5.7.2" using sudo as user spot. This did not start.
Code: Select all
chown -R spot:spot seamonkey-2.53.5.1.linux-i686/
cd seamonkey-2.53.5.1.linux-i686
sudo -u spot -s
./seamonkey
...
(seamonkey:27223): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Failed to connect to socket /tmp/dbus-ocgQxYEfnT: Connection refused
###!!! [Parent][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost
However, It will run using user root. However, I feel this is not secure. I formerly used Windows and for the things I do I think Puppy is better than Windows with one strong exception. In my opinion Puppy is really weak with respect to security.
When running seamonkey as user root I observed that two processes - 28178 and 28179 were started:
Code: Select all
# ps aux|egrep dbus
spot 3754 0.0 0.0 3268 712 pts/3 S+ 07:34 0:00 egrep dbus
503 6615 0.0 0.0 2088 656 ? Ss 02:00 0:00 /usr/bin/dbus-daemon --system
root 28178 0.0 0.0 3248 412 ? S 02:54 0:00 dbus-launch --autolaunch 3f114b61ed6b1d49dba3ca515fc99819 --binary-syntax --close-stderr
root 28179 0.0 0.0 2088 752 ? Ss 02:54 0:00 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
#
Incidentally, I also agree with @6502coder assessment that PaleMoon is not usable for really old and weak hardware.