[Libreoffice-bugs] [Bug 144053] New: Installation of German Language Pack for Version 7.x fails on OSX High Sierra
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Aug 24 14:00:48 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=144053
Bug ID: 144053
Summary: Installation of German Language Pack for Version 7.x
fails on OSX High Sierra
Product: LibreOffice
Version: 7.2.0.4 release
Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Localization
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: mwilde at posteo.de
Description:
Installation of german language pack for LibreOffice 7.2 (and yes its the same
on earlier Versions 7.x) fails with "Dies ist keine gltige Installation von
LibreOffice 7.2".
Problem is the apple script line looking for an App name "LibreOffice.app 7.2"
which cannot be found, because standard installation is "LibreOffice.app" to
fix this, i changed the accoding argument in the fgrep call after
-- now only check whether the path is really from LibreOffice
in "osx_install.applescript" to:
do shell script "mdls --raw --name kMDItemFSName --name kMDItemVersion " &
quoted form of (choice as string) & " | xargs -0 | fgrep 'LibreOffice.app'"
With this change i could install german language pack
Steps to Reproduce:
1. install LibreOffice from DMG File
2. open fresh installed LibreOffice.app
3. close LibreOffice.app
4. open the LanguagePack file from the downloaded DMG file
5. press install
6. select the previously installed "LibreOffice.app"
7. Installation Fails
Actual Results:
fails with "Dies ist keine gültige Installation von LibreOffice 7.2"
Expected Results:
succesfull installation (independent of a version string)
Reproducible: Always
User Profile Reset: No
Additional Info:
cannot copy text from the mac about dialog. i can add the link of the build
only:
https://git.libreoffice.org/core/+log/9a9c6381e3f7a62afc1329bd359cc48accb6435b
--
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/20210824/dfab77cb/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list