Comment 2 for bug 1533781

Revision history for this message
Thomas Voß (thomas-voss) wrote :

Please note that the trust-prompt does have no impact on the app being stuck or not. It's a completely different executable that runs in a separate process. The reason apps are getting stuck is that they access system services in a blocking fashion from their main thread. With that, we should either adjust the Qt backend implementations to support async access to the respective services or the apps should move the respective Qt components to a different thread.

Neither trust-store nor mir/unity8 is affected here.