GNOME Bugzilla – Bug 529295
Unable to unmount
Last modified: 2009-03-11 08:23:51 UTC
I can unmount obexftp mounts one time only. After I unmount and connect again, I am unable to unmount a second time. I receive the following error in a dialog: DBus error org.freedesktop.DBus.Error.ServiceUnknown: The name :1.32 was not provided by any .service files The name (:1.32) changes. I can log out and then back in again to unmount.
Works fine here. This is more likely a generic gvfs problem.
Still happens here after all current updates. The error I receive when trying to unmount the second time is: DBus error org.freedesktop.DBus.Error.ServiceUnknown: The name :1.43 was not provided by any .service files Just confirming though that it is not just opexftp. I cannot unmount ssh a second time either: DBus error org.freedesktop.DBus.Error.ServiceUnknown: The name :1.33 was not provided by any .service files
Created attachment 130394 [details] [review] Fixes the issue This is actually a nautilus bug. It gets stuck with an old mount for the first mount after its unmounted. So, when we unmount the second time we try to unmount the first mount again.
2009-03-11 Alexander Larsson <alexl@redhat.com> Bug 529295 – Unable to unmount * libnautilus-private/nautilus-directory-async.c: (got_mount): Set mount on NautilusFile via nautilus_file_set_mount. * libnautilus-private/nautilus-file-private.h: * libnautilus-private/nautilus-file.c: Add nautilus_file_set_mount to set GMount. Connect to "unmounted" on GMount and invalidate mount attribute in callback.
Thanks!