Skip to content

Add mutexes to protect access to PkClient and PkTask

Richard Hughes requested to merge wip/hughsie/packagekit-thread-safety into master

This fixes the GUI hanging in an unresponsive state. The libpackagekit-glib library isn't as thread safe as we'd like, and although we can fix PK to be safer we can't depend on that very new version just yet.

Merge request reports