Subject: Re: mozilla patch
To: Johan Danielsson <joda@pdc.kth.se>
From: Luke Mewburn <lukem@wasabisystems.com>
List: tech-pkg
Date: 09/26/2002 10:39:47
On Wed, Sep 25, 2002 at 07:45:43PM +0200, Johan Danielsson wrote:
  | 
  | Would anyone be extremely upset by this patch?
  | 
  | --- modules/plugin/samples/default/unix/npshell.c.orig	Sat Jul 28 01:55:34 2001
  | +++ modules/plugin/samples/default/unix/npshell.c	Wed Sep 25 19:32:31 2002
  | @@ -224,7 +224,6 @@
  |        This->depth = ws_info->depth;
  |        This->colormap = ws_info->colormap;
  |        makePixmap(This);
  | -      makeWidget(This);
  |      }
  |      return NPERR_NO_ERROR;
  |  }
  | 
  | This removes the (IMO extremely annoying) you-need-a-plugin popup. You
  | can still click the puzzle icon to get the same effect. There's a
  | related patch hidden in the mozilla source, but that removes the whole
  | plugin download mechanism.

There's an easier solution:
	rm /usr/pkg/lib/mozilla/plugins/libnullplugin.so

;-)