[Libreoffice-bugs] [Bug 134607] LO7RC1 - LANGPACK macOS - many versions fail to recognize LibreOffice7 installation as valid on Catalina
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 12 01:55:58 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=134607
--- Comment #42 from Kamei <yuki.bot at gmail.com> ---
I could install JA lang pack.
I change the line 69 of 'LibreOffice Language
Pack.app/Contents/osx_install.applescript'
set found_ooos_all to (do shell script "mdfind "kMDItemContentType ==
'com.apple.application-bundle' && kMDItemDisplayName == 'LibreOffice'"")
to
set found_ooos_all to (do shell script "mdfind "kMDItemContentType ==
'com.apple.application-bundle' && kMDItemDisplayName == 'LibreOffice.app'"")
And change the line 129
do shell script "mdls --raw --name kMDItemDisplayName --name
kMDItemVersion " & quoted form of (choice as string) & " | xargs -0 | fgrep
'LibreOffice 7.0'"
to
do shell script "mdls --raw --name kMDItemDisplayName --name
kMDItemVersion " & quoted form of (choice as string) & " | xargs -0 | fgrep
'LibreOffice.app 7.0'"
Then, Run the Script.
environment:
Version: 7.0.0.3
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU threads: 16; OS:Mac OS X 10.15.6; UI render: GL; VCL: osx
Locale: ja-JP (ja_JP.UTF-8); UI: ja-JP
Calc: threaded
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200812/ebae53d3/attachment.htm>
More information about the Libreoffice-bugs
mailing list