<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Split launcher shortcuts for macOS, like in Linux"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133132">133132</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Split launcher shortcuts for macOS, like in Linux
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Mac OS X (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jj+documentfoundation@visser.rocks
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
I've made separate macOS standalone launcher .app shims that launch Writer,
Impress, Draw, Math, etc., just like LibreOffice works in Linux.
They are nothing more than an Automator script that executes
`/Applications/LibreOffice.app/Contents/MacOS/soffice --writer "$@" >/dev/null
2>&1 &`
Because it supports args you can even drag files onto whichever of these .app
bundles you have on the dock, and it'll open the file in the relevant
LibreOffice program.

As one of the most oft requested features for Mac is 'can I please have a way
to separately install Writer or a way to launch the separate aspects of
LibreOffice', this should do nicely.

If wanted, now the fat binary could even be 'hidden' somewhere in the
Application Support folder, and just the shims could be placed in
/Applications.

One thing: whilst the shims can be placed anywhere, LibreOffice has to be
installed in its default location, since that is what the shell line inside the
.app shim expects.

Cheers and I hope this will be useful :)

Steps to Reproduce:
-

Actual Results:
-

Expected Results:
-


Reproducible: Always


User Profile Reset: No



Additional Info:
-</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>