https://bugs.kde.org/show_bug.cgi?id=370975
--- Comment #45 from David Edmundson <k...@davidedmundson.co.uk> --- So reading that log: we mount at line 5871 that replies on line 6163 MountPoints emits it's property has changed on line 6965. after we've signalled setupDone on the solid side. Which maps perfectly to what Mariusz did in his workaround. Udisks Mount does actually return the mounted path on success, so udisks really isn't at fault it is. It's just that solid ignores that returned value as it listens to the PropertiesChanged signal, but then things get out of sync. I think patching solid is pretty feasible. -- You are receiving this mail because: You are watching all bug changes.