Re: [Nautilus-list] Nautilus 1.07 and web view



Regardless of if it can work, the galeon component is much more feature
complete and is more likely to be maintained over the lifetime of
mozilla 1.0.x

dave

On Mon, 2002-04-01 at 20:46, James Su wrote:
> Nautilus 1.0.6 Can work with mozilla 0.9.8. I did not tried mozilla 
> 0.9.9 with Nautilus.
> 
> There is one small bug in Nautilus which lets mozilla component fail to 
> find mozilla library. Here is the patch:
> 
> 
> diff -urN nautilus-1.0.6.old/components/mozilla/main.c 
> nautilus-1.0.6/components/mozilla/main.c
> --- nautilus-1.0.6.old/components/mozilla/main.c Wed Oct 10 05:03:21 2001
> +++ nautilus-1.0.6/components/mozilla/main.c Wed Mar 20 14:21:14 2002
> @@ -141,7 +141,7 @@
> char *file_name;
> gboolean good;
> 
> - file_name = g_strconcat (path, "/chrome/embed.jar", NULL);
> + file_name = g_strconcat (path, "/chrome/embed-sample.jar", NULL);
> good = g_file_exists (file_name);
> g_free (file_name);
> return good;
> 
> 
> Regards
> James Su
> 
> David Bordoley wrote:
> 
> >There has been some talk on the list about releasing another stable
> >1.0.x release to clean up some small fixes. I just wanted to add that if
> >we do release 1.0.7 we should probably remove the dependency on the
> >mozilla component. Mainly cuz the current version is only known to work
> >with old mozilla 0.96 and the new stable galeon 1.2.0 includes a real
> >nice nautilus view that works with 0.99 and is feature complete. 
> >
> >dave
> >
> >
> >_______________________________________________
> >nautilus-list mailing list
> >nautilus-list lists eazel com
> >http://lists.eazel.com/mailman/listinfo/nautilus-list
> >
> >
> 
> 
> 






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]