[Libreoffice-bugs] [Bug 130571] New: Add server os pretty name to help->about

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Feb 10 20:08:55 UTC 2020


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

            Bug ID: 130571
           Summary: Add server os pretty name to help->about
           Product: LibreOffice Online
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: michael.meeks at collabora.com

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 !

-- 
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/20200210/0f0af39e/attachment.htm>


More information about the Libreoffice-bugs mailing list