Re: Release 0.7.15 ported on Mac

David Malcolm <[email protected]> Thu, 05 May 2005 19:54:06 -0400
Newsgroups gmane.editors.conglomerate.devel
Message-ID <[email protected]>
On Fri, 2004-10-29 at 12:37 +0200, Michèle Garoche wrote:
> I've just committed the port for Mac on Fink.
> 
> With small changes, some of them maybe to take into account:
> 
> 1 - the patch already sent and committed for dropping entirely foxxx
> 
> 2 - the patch already sent and committed for fr.po
> 
> 3 - a change in plugin-sgml.c since, it uses sgml2xml to convert sgml 
> files to xml files from docbook2x, not ported on fink, I use osx from 
> opensp4 in place.
> 
> --- conglomerate-0.7.15/src/plugin-sgml.c	Fri Jul 30 06:18:40 2004
> +++ conglomerate-0.7.15/src/plugin-patched-sgml.c	Fri Oct 29 07:31:15 
> 2004
> @@ -111,7 +111,7 @@
> 
>   	g_message("sgml_importer_action_callback");
> 
> -	argv[0] = "sgml2xml";
> +	argv[0] = "osx";
>   	argv[1] = (gchar*)uri; /* FIXME: this is GnomeVFS uri path string, 
> not a POSIX path */
>   	argv[2] = NULL;
> 
> Just here for reference.
> 
> (Note: import does not work since the uri is not correct, but the day 
> it works the change is already in place for Mac).

Did this ever make it into CVS/bugzilla?

> 
> 
> I notice a very long delay when opening huge file without a warning or 
> a progress bar, so that the user does not panic and thinks his system 
> is frozen.