Skip to content

Fix applications freezing randomly, allow disabling udisks2 at runtime

Gotten tired of applications hanging forever when I open the filedialog.

Because of how dbus works we can't just set a short timeout for a single call, it's only possible to adjust the timeout for the entire process. So instead we need to loop a bit while waiting for udisks2 to (hopefully) respond.

Merge request reports