Translations:LatteDock/FAQ/16/en
This issue means that plasma libtaskmanager has not associated your launcher and app windows correctly to the relevant desktop file. Plasma is trying to be smart enough in order to correctly identify which desktop files are associated to which specific windows, but there are cases when it fails. Best way to solve this is to check the StartupWMClass
record in the desktop file. This record should point at the proper WM_CLASS
record at all times. For example even though the Latte Dock desktop file is called org.kde.latte-dock.desktop, its StartupWMClass
is lattedock
. In order to correctly identify the StartupWMClass
of an application, you can use xprop
.