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@lists.freedesktop.org
          Reporter: michael.me...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to