https://bugs.kde.org/show_bug.cgi?id=432137
Bug ID: 432137 Summary: Generated window class match doesn't match Product: kwin Version: 5.20.90 Platform: openSUSE RPMs OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: rules Assignee: kwin-bugs-n...@kde.org Reporter: fab...@ritter-vogt.de CC: isma...@gmail.com Target Milestone: --- When trying to create a window rule for YaST, the prefilled generated conditions don't match. Changing the window class match from "Exact match" to "Match substring" makes it work. I believe this is because there are trailing spaces in WM_CLASS and WM_NAME for some reason: WM_NAME(STRING) = "YaST2 - partitioner @ localhost.localdomain " _NET_WM_NAME(UTF8_STRING) = "YaST2 - partitioner @ localhost.localdomain " WM_CLASS(STRING) = "YaST2", "YaST2 - partitioner @ localhost.localdomain " Originally reported downstream as https://bugzilla.opensuse.org/show_bug.cgi?id=1181316. -- You are receiving this mail because: You are watching all bug changes.