Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fileManager1API: Use async init for DBus proxy
It appears that sometimes, initialisation of the DBus proxy can either take a long time or fail after a timeout. Let's avoid stalling gnome-shell by using the async form of initialisation. This isn't complex as we can attach signal handlers without waiting for init to complete.
- Loading branch information