Comment 5 for bug 1936966

Revision history for this message
Rico Tzschichholz (ricotz) wrote : Re: Libreoffice 7.1 from PPA uses wrong desktop/panel/window icons for Template wizards

The template dialog has an unfortunate setting of
    WM_CLASS(STRING) = "soffice", "Soffice"
compared to the main windows of e.g. LibreOffice Impress
    WM_CLASS(STRING) = "libreoffice", "libreoffice-impress"

Although I thought bamf is able to match windows based on their (parent-) pid by using e.g.
    _NET_WM_PID(CARDINAL)
which do match in this case.