Plugin and Mozilla browser for Squeak _ Grey screen

Ned Konz ned at squeakland.org
Tue Feb 17 02:53:24 UTC 2004


On Monday 16 February 2004 11:37 am, Robert Maynord wrote:
> Dear Squeak Folks:
>
> I have been attempting to get  the plugin for Squeak to work in my
> Mozilla 1.3 browser (Mandrake Linux 9.1).  I am using Squeak version 3.6
> installed using the three RPMs.  Squeak works fine as a local
> application without the browser.  However, when I connect to a web-based
> squeak file such as the paint tutorial at squeakland.org, all I see is a
> grey screen. When I check Mozilla Plugins, it says the Squeak plugin is
> installed and active.
>
> I tried re-doing the Squeak Plugin register, and it seemed to be OK (as
> follows) -------
> [root at localhost squeak]# ./npsqueakregister
> Registering /usr/lib/netscape/plugins/npsqueak.so
> create symbolic link `/usr/lib/netscape/plugins/npsqueak.so' to
> `/usr/lib/squeak/3.6g-2/npsqueak.so'
> Registering /usr/lib/mozilla-1.3/plugins/npsqueak.so
> create symbolic link `/usr/lib/mozilla-1.3/plugins/npsqueak.so' to
> `/usr/lib/squeak/3.6g-2/npsqueak.so'
>
> I thought it might be a permissions issue, but it does the same thing in
> root.  I went to the plugin test page and it said the plugin was not
> installed correctly.  However, it seems to be where it should be, as per
> above.
>
> I thought someone on this list might have experienced this problem
> before, and have a suggestion for me.

Have you tried running Mozilla from a command-line so you can see its output?

With the configuration you have, you should have:

* npsqueak.so in /usr/lib/squeak/3.6g-2

* links to npsqueak.so in the appropriate plugins directories (make sure you 
have only one version of this to avoid confusion; you can symlink to it from 
the various plugin directories)

* npsqueak.image in /usr/lib/squeak

I am able to run the version I have from both Mozilla 1.6a and Mozilla 
Firebird 0.7+

It will make a .npsqueak directory in your home directory.

-- 
Ned Konz
http://bike-nomad.com/squeak/



More information about the Squeak-dev mailing list