Comment 124 for bug 1335492

Revision history for this message
In , Ap-z (ap-z) wrote :

Created attachment 6706
Patch for xfdesktop-file-icon-manager.c in version 4.12.3 (on Gentoo)

Someone already worked out that this is a problem with concurrency. As mentioned before I'm affected on every login with an eight core CPU.

The attached patch handles files in xfdesktop_file_icon_manager_load_desktop_folder() synchronized.

The problem could be solved more elegant, but this fixes the bug for me.