[Libreoffice-bugs] [Bug 119202] LibreOffice apps should not change their WM_CLASS values after being launched

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jun 13 00:09:07 UTC 2019


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

Jan-Marek Glogowski <glogow at fbihome.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |glogow at fbihome.de

--- Comment #7 from Jan-Marek Glogowski <glogow at fbihome.de> ---
What is missing in all the comments is the VCL plugin in use (just copy "About
LibreOffice"), but I guess it's not kde5.

Because for me it's currently just

$ SAL_USE_VCLPLUGIN=kde5 soffice --writer
$ xprop WM_CLASS
WM_CLASS(STRING) = "soffice.bin", "soffice.bin"

And that actually never changes.

$ SAL_USE_VCLPLUGIN=gtk3 soffice --writer
$ xprop WM_CLASS
WM_CLASS(STRING) = "libreoffice", "libreoffice-writer"

And since gtk3_kde5 is just gtk3 + kde5 file picker as an external app, it's
gtk3 from the code => same problem.

And I'm not sure anything regarding gtk3 should be fixed. If the user chooses
to run the gtk3 backend on KDE, because currently kde5 has much more bugs and
problems then gtk3, then the user have cope with that fallout. IMHO we don't
want special desktop handling in each backend.

BTW: LO has an internal fallback list of plugins so it tries hard to always
start up. Always check "About LibreOffice" for the real plugin in use! Even
SAL_USE_VCLPLUGIN is just a preference.

Now probably we should change the WM_CLASS to libreoffice for kde5? After
reading all the stuff / bugs I'm not sure about it.
What is the expected behavior here?
Should there be different grouping for different LO document types, except the
icons in the group list?
And I couldn't find any Qt Core function to change the WM_CLASS.

-- 
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/20190613/db92214e/attachment-0001.html>


More information about the Libreoffice-bugs mailing list