Comment 0 for bug 1238122

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote : Libreoffice .desktop files containing StartupWMClass strings (since 4.1) confuse BAMF

LO 4.1 adds to .desktop files the StartupWMClass string. While this is correct in general, the LO windows are very slow to update their flags and this leads to matching errors.

We need to ignore such values then.

A woarkaround for people affected by this is just removing the class key from .desktop files by running:
  sudo sed '/StartupWMClass=.*/d' -i /usr/share/applications/libreoffice-*.desktop