https://bugs.kde.org/show_bug.cgi?id=487764
--- Comment #9 from Gonçalo Negrier Duarte <gonegrier.dua...@gmail.com> --- Created attachment 170058 --> https://bugs.kde.org/attachment.cgi?id=170058&action=edit kwin-systemd-missing-included.patch I decided to make some extensive testing and this was what I found. When using `MYCMAKEARGS="-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2"` in `sys-libs/libcxx` and `kde-plasma/plasma-workspace` like is was done in BUG 479679, comment 23, and didn't solve my problems. (Also some discussion in gentoo bug https://bugs.gentoo.org/923292) Today this [Gentoo BUG 933120](https://bugs.gentoo.org/933120) was solved by the used of the [patch in this comment](https://bugs.gentoo.org/933120#c9) and notice that my problem with plasma-workspace in wayland was complete solved (also the broken kwallet autounlock). To be extra sure I recompiled `sys-libs/libcxx` and `kde-plasma/plasma-workspace` without the `MYCMAKEARGS="-DLIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION=2"` env and yes the issues is complete gone when using the patch above So this bug only happen if kwin is compiled without systemd support! Here is the gentoo ebuild lines that enable systemd support: https://gitweb.gentoo.org/repo/gentoo.git/tree/kde-plasma/kwin/kwin-6.0.90.1-r1.ebuild#n129 -- You are receiving this mail because: You are watching all bug changes.