https://bugs.kde.org/show_bug.cgi?id=362309
Eike Hein <h...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |WONTFIX --- Comment #4 from Eike Hein <h...@kde.org> --- > WM_CLASS(STRING) = "sun-awt-X11-XFramePeer", "jetbrains-idea" The Task Manager can't map the window to the .desktop file because its WM_CLASS doesn't match any of the storage ids (like the .desktop file's name, for example). It tries a bunch of other things like getting the pid for the window, getting the cmdline for the pid and trying to match it up with a known .desktop's Exec= and so on and so forth, but those probably also fail for something as convoluted as a Java app. I notice your report is against 5.x, and 5.6 includes code changes that make fall back to a window icon pixmap sooner when a window can't be mapped to a known application. It would be worth retrying with 5.6. Otherwise this is just a broken app though. -- You are receiving this mail because: You are watching all bug changes.