https://bugs.freedesktop.org/show_bug.cgi?id=43392
--- Comment #10 from [email protected] --- I have encountered an issue that appears to be identical to what is reported here. I am using Mountain Lion (10.8.2) When attempting to install the GB language pack for LibreOffice 3.6.2 the installer appears to stall. After digging around in the application package for the language pack installer, I noticed that everything is essentially run from an AppleScript. I opened the AppleScript with the AppleScript Editor and ran it so that it would show me the events and replies. When I did this, I could tell that the script seems to be stuck on the following line: tell current application do shell script "mdfind \"kMDItemContentType == 'com.apple.application-bundle' && kMDItemDisplayName == 'LibreOffice*' && kMDItemDisplayName != 'LibreOffice Language Pack.app'\"" With my limited understanding of AppleScript, this line is telling the installer to use the shell to trigger the mdfind command, and use it to search for LibreOffice.app, but ignore LibreOffice Language Pack.app That process appears to never complete. I tested with Spotlight, and I was able to find the LibreOffice application successfully. As the AppleScript is waiting for an external shell script to return the location of LibreOffice.app, it remains unresponsive. Hope this information is useful. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
