https://bugs.kde.org/show_bug.cgi?id=488205
--- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> --- To explain the trace; whenever we get a new client we match it up to a relevant .desktop file on connect. This is for a faux-security task of limiting various wayland specific interfaces to certain clients and not others. When we don't have solid info it's based on matching Exec lines with desktop files. That's all cached, so relatively fast, but it's doing something with symlink evaluation in there. It's not slow because of clipboard access, it's slow determining whether wl-paste is told there's an interface to move it's window / etc. This will happen only once on app startup, but wl-paste is a new client every time. -- You are receiving this mail because: You are watching all bug changes.