https://bugs.documentfoundation.org/show_bug.cgi?id=163390
Bug ID: 163390
Summary: Missing WM_CLASS Prevents Reuse of Pinned Application
Icon
Product: LibreOffice
Version: 24.2.6.2 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Created attachment 197006
--> https://bugs.documentfoundation.org/attachment.cgi?id=197006&action=edit
Current (Wrong) Behavior
I pinned LibreOffice Writer, Calc, and Impress to the task manager.
Current (Wrong) Behavior:
When I open a new or existing document/sheet/presentation, a new application
icon shows up in the task manager (see attachment). That is distracting and was
not the case before.
Desired (Old) Behavior:
When opening a new or existing document/sheet/presentation, the respective
pinned application icon should be reused.
Reason:
When I open an arbitrary LibreOffice application like Writer, its WM_CLASS (use
the command "xprop WM_CLASS") only contains "soffice.bin". There has to be an
additional WM_CLASS for the actual application ("libreoffice-writer" in this
case).
(Using the current WM_CLASS "soffice.bin" will not solve the problem, since it
is the same for all applications. Thus, when I open a new document, the new
icon cannot be assigned to the correct pinned icon.)
OS: Manjaro Linux x86_64
Desktop Environment: Plasma 6.1.5
Display Server: X11
--
You are receiving this mail because:
You are the assignee for the bug.