<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 - Add server os pretty name to help->about"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130571">130571</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Add server os pretty name to help->about
          </td>
        </tr>

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

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

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

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>normal
          </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>michael.meeks@collabora.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Help->About shows some useful data from LOOLWSD which is injected into the main
page template: online/loleaflet/html/loleaflet.html.m4 - which is built by
'config.status'.

Anyhow - we should include another variable into this, which we can fill in in
online/wsd/FileServer.cxx with another Poco::replaceInPlace - with the contents
of /etc/os-release's PRETTY_NAME - so we can help diagnose platform-specific
issues more easily.

For bonus points we should also remove the 'Poco' bits, and parse the string
into a stringstream - and lookup each variable as/when we find it - rather than
re-searching through the whole message endlessly for various different
variables to substitute: faster, more efficient, and de-poco-ized.

Thanks !</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>