https://bugs.kde.org/show_bug.cgi?id=385397
Martin Flöser <mgraess...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kwi | |n/31b5b7f9f981ccaca001423c1 | |a2183157bb53356 Version Fixed In| |5.11.1 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Martin Flöser <mgraess...@kde.org> --- Git commit 31b5b7f9f981ccaca001423c1a2183157bb53356 by Martin Flöser. Committed on 05/10/2017 at 17:34. Pushed by graesslin into branch 'Plasma/5.11'. Ensure internal Wayland connection is properly setup before creating LockScreen integration With the new Wayland only mode we start too fast and it can happen that the initWithWorkspace is called before the client connection is fully setup. This would result in a crash in the idletime plugin once it tries to create a seat. To prevent this problem the code is split out into a dedicated method and only invoked if all interfaces have been announced on the internal connection. FIXED-IN: 5.11.1 M +33 -17 wayland_server.cpp M +2 -0 wayland_server.h https://commits.kde.org/kwin/31b5b7f9f981ccaca001423c1a2183157bb53356 -- You are receiving this mail because: You are watching all bug changes.