kdebase-startkde-4.6.90 ships with a startkde script that sets MALLOC_CHECK_=3. (This also affects KDM logins.) This should not happen for KDE release candidates; it's only for trunk and developer builds: http://lists.kde.org/?l=kde-devel&m=130979982709904&w=2 It results in a global system slowdown (it doesn't only affect KDE, but every application). Especially VMWare and VirtualBox were suffering. KWin also becomes sluggish with this env var set. In short, when this var is set, glibc performs costly runtime checks on every application. This upstream commit fixes the issue: http://quickgit.kde.org/?p=kde-workspace.git&a=commit&h=b8dbac0393f80843457119d4149acdd65600673c Reproducible: Always
Fixed. Thanks for reporting!