To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=57252
------- Additional comments from [EMAIL PROTECTED] Sat Apr 15 12:57:39 -0700 2006 ------- ericb->mox Thank you for this n'th patch. I'm working since two days on it and after have read a complete book about Applescript (the one written by Adam Goldstein) and everything I could find about applescript and strings manipulations (using ADC documentation), I understand everything, but I must admit I don't see were your script is wrong ? What was the cause of this strange bad extraction ? ( copying every extracted font into "/" ). The only explanation I see is a path defined as a string and used as a POSIX path. The last item in the name is a ":" and this is not a good thing. Else, I don't see. Other point, and there is probably a correlation : how control you're loops (means inside) when fondu is used ? The final " sh line 1: *:* command not found " let me think we cannot observe the internal behaviour of the loop, because all fondu extractions ar pipe-lined in a single command line. I can be wrong, but maybe you factorized too much your code ? e.g., write twice the loop functions (one for user and one for system fonts extractions), and finally control the content for every would be more easy to understand/debug, no ? Return to your last proposition of solution : frankly, I'm not sure we can add one more script to solve that, because we already use : - main.applescript - Postinstall.applescript and add a new perl script is probably too much, for just a first launch ? Of course I'll test it, and tell you if it works, but from my side, I will continue to investigate an all in one solution. e.g. , I'd prefer my previous solution, more bash than applescript, but more robust, just including the cookie system and the localization you added (I mean getMessage() ). What is you opinion? --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
