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

--- Comment #4 from Jan-Marek Glogowski <[email protected]> ---
(In reply to Nate Graham from comment #2)
> This comes with the additional hiccup that if you pin any LO apps from
> Kickoff (e.g. click on Kickoff/Application Launcher > Navigate to Apps >
> Office > right-click on Writer > Pin to Task Manager), then when you click
> on the pinned app to launch Writer, the pinned app does not transform itself
> into an instance of the app the way other apps do; rather, a new icon is
> created at the end of the Task Manager.

This is expected for the kde5 VCL plugin, as it doesn't set WM_CLASS (it's
always the program name default, maybe from Qt); that is the fix for bug
119202.

LO is just one binary (soffice.bin), not individual programs for the modules.
Without adapting the WM_CLASS there is no way to tell, what LO module is
currently loaded inside a LO window. The individual desktop files for the LO
modules have an entry like:

StartupWMClass=libreoffice-writer

which currently matches the class set by the gtk3 VCL plugin, dynamically
changed based on the loaded document.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to