https://bugs.kde.org/show_bug.cgi?id=372003
Bug ID: 372003 Summary: WM_CLASS issue in dolphin 15 Product: dolphin Version: 15.12.3 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: phegoru...@throwam.com Target Milestone: --- In KDE4 it was possible set WM_CLASS to: WM_CLASS = "newname", "newname" by simply creating a link to the executable with the name of the desired class: user@kde:~$ /usr/bin/dolphin4 -v Qt: 4.8.7 Plataforma de desarrollo de KDE: 4.14.16 Dolphin: 14.12.3 user@kde:~$ ln -s /usr/bin/dolphin4 dolphin4-newname user@kde:~$ ./dolphin4-newname & xprop | grep WM_CLASS WM_CLASS(STRING) = "dolphin4-newname", "Dolphin4-newname" This has stopped working in version 15: user@kde:~$ /usr/bin/dolphin -v dolphin 15.12.3 user@kde:~$ ln -s /usr/bin/dolphin dolphin-newname user@kde:~$ /dolphin-newname & xprop | grep WM_CLASS WM_CLASS(STRING) = "dolphin-newname", "dolphin" user@kde:~$ ./dolphin-newname --name dolphin-newname & xprop | grep WM_CLASS WM_CLASS(STRING) = "dolphin-newname", "dolphin" The expected result: WM_CLASS(STRING) = "dolphin-newname", "Dolphin-newname" In other applications such as konsole the result is as expected. -- You are receiving this mail because: You are watching all bug changes.