[Libreoffice-bugs] [Bug 134607] LO7RC1 - LANGPACK macOS language pack fails to recognize LibreOffice 7 installation as valid on Catalina and Big Sur

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 1 18:35:45 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=134607

Arkadiusz Miśkiewicz <arekm at maven.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|VERIFIED                    |REOPENED

--- Comment #100 from Arkadiusz Miśkiewicz <arekm at maven.pl> ---
But md* (mdfind mainly) tools use spotlight and you can have spotlight
disabled. 

Here I have spotlight disabled and thus md* won't be able to find anything new
that is not already indexed by spotlight.


arekm at amb ~ % mdutil -s /Applications/
/System/Volumes/Data/Applications:
        Indexing disabled.

And indeed:

arekm at amb ~ % mdfind "kMDItemContentType =='com.apple.application-bundle' &&
kMDItemDisplayName == 'LibreOffice.app'"
arekm at amb ~ % mdls /Applications/LibreOffice.app
kMDItemFSContentChangeDate = 2021-08-16 23:51:29 +0000
kMDItemFSCreationDate      = 2021-08-16 23:51:29 +0000
kMDItemFSCreatorCode       = ""
kMDItemFSFinderFlags       = 0
kMDItemFSHasCustomIcon     = 0
kMDItemFSInvisible         = 0
kMDItemFSIsExtensionHidden = 0
kMDItemFSIsStationery      = 0
kMDItemFSLabel             = 0
kMDItemFSName              = "LibreOffice.app"
kMDItemFSNodeCount         = 1
kMDItemFSOwnerGroupID      = 80
kMDItemFSOwnerUserID       = 501
kMDItemFSSize              = 1
kMDItemFSTypeCode          = ""


Why not iterate over /Applications/*.app (or just check
/Applications/LibreOffice*.app), check interesting parts + still do mdfind
solution, so there are more changes to get this working?

-- 
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/20210901/33d6e85f/attachment.htm>


More information about the Libreoffice-bugs mailing list