GNOME Bugzilla – Bug 781788
places-menu: cannot open/mount shares that require a password
Last modified: 2017-11-25 01:37:30 UTC
Some users noticed that the places menu does not allow opening bookmarks which require a password for mounting. This is because the way that "mount_enclosing_volume" is called does not provide a way to prompt for the required password. The simplest quick fix for this might be to open nautilus for the location. This is not ideal but nautilus should correctly handle the case and navigate to the target location afterwards.
Created attachment 350695 [details] [review] places-menu: can now ask user for info on mounting Luckily gnome-shell already has a MountOperation so we can use that during the mount.
Review of attachment 350695 [details] [review]: OK
Comment on attachment 350695 [details] [review] places-menu: can now ask user for info on mounting Committed to master as commit 0824847 Thanks a lot!