<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:arekm@maven.pl" title="Arkadiusz Miśkiewicz <arekm@maven.pl>"> <span class="fn">Arkadiusz Miśkiewicz</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - LO7RC1 - LANGPACK macOS language pack fails to recognize LibreOffice 7 installation as valid on Catalina and Big Sur"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134607">bug 134607</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>FIXED
           </td>
           <td>---
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>VERIFIED
           </td>
           <td>REOPENED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - LO7RC1 - LANGPACK macOS language pack fails to recognize LibreOffice 7 installation as valid on Catalina and Big Sur"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134607#c100">Comment # 100</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - LO7RC1 - LANGPACK macOS language pack fails to recognize LibreOffice 7 installation as valid on Catalina and Big Sur"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134607">bug 134607</a>
              from <span class="vcard"><a class="email" href="mailto:arekm@maven.pl" title="Arkadiusz Miśkiewicz <arekm@maven.pl>"> <span class="fn">Arkadiusz Miśkiewicz</span></a>
</span></b>
        <pre>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?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>