https://bugs.kde.org/show_bug.cgi?id=456167
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |k...@davidedmundson.co.uk --- Comment #3 from David Edmundson <k...@davidedmundson.co.uk> --- >It does crash Technically that's not a crash. Which is why there's no backtrace for Nate. It's doing something kwin defines as illegal referencing an object it doesn't know about. We're doing something very unexpected removing a global. We have all the typical races with the global which might be binding in flight but also all the existing DataDevices and DataOffers open which should still exist until a client drops them. I doubt we do the right thing, I'm even more doubtful that Qt and every client will. I suspect it might be far easier to add a boolean into Seat to make it do nothing for future events than to delete the global at runtime and fix every client. -- You are receiving this mail because: You are watching all bug changes.