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

Arkadiusz Miśkiewicz <[email protected]> changed:

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

--- Comment #100 from Arkadiusz Miśkiewicz <[email protected]> ---
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@amb ~ % mdutil -s /Applications/
/System/Volumes/Data/Applications:
        Indexing disabled.

And indeed:

arekm@amb ~ % mdfind "kMDItemContentType =='com.apple.application-bundle' &&
kMDItemDisplayName == 'LibreOffice.app'"
arekm@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.

Reply via email to