Steve Litt via plug on 8 Oct 2022 00:03:36 -0700 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] Firefox 105 is unusable for me |
On Fri, 2022-10-07 at 15:35 -0400, jeffv via plug wrote: > On 10/7/22 14:54, JP Vossen via plug wrote: > > That's an interesting point. I shouldn't have to do that, and I didn't > > used to. > > +1 > have you tried Pale Moon or Waterfox? About Pale Moon, see https://github.com/jasperla/openbsd-wip/issues/86 The minute I read this, I uninstalled Pale Moon and created the following shellscript named "palemoon": ============================== #!/bin/sh fout=`mktemp` echo $fout echo 'echo ' > $fout echo 'echo ' >> $fout echo echo 'echo This is a shellscript filenamed "palemoon",' >> $fout echo 'echo not the browser called "Pale Moon"' >> $fout echo 'echo from https://www.palemoon.org/.' >> $fout echo 'echo ' >> $fout echo 'echo Pale Moon browser was removed from this system' >> $fout echo "echo because of Pale Moon project personnel\'s antagonism" >> $fout echo 'echo and implied threats at:' >> $fout echo 'echo https://github.com/jasperla/openbsd-wip/issues/86' >> $fout echo 'echo ' >> $fout echo 'echo Please use another browser' >> $fout echo 'echo And change default browser for programs calling this.' >> $fout echo 'echo ' >> $fout echo 'echo Please press Enter after reading.' >> $fout echo 'read junk' >> $fout echo "rm $fout" >> $fout chmod a+x $fout exec xterm -e $fout ============================== SteveT ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug