After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 781788 - places-menu: cannot open/mount shares that require a password
places-menu: cannot open/mount shares that require a password
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: extensions
3.24.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2017-04-26 17:34 UTC by Benjamin Berg
Modified: 2017-11-25 01:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
places-menu: can now ask user for info on mounting (2.17 KB, patch)
2017-04-28 23:03 UTC, Christian Kellner
committed Details | Review

Description Benjamin Berg 2017-04-26 17:34:59 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.
Comment 1 Christian Kellner 2017-04-28 23:03:56 UTC
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.
Comment 2 Florian Müllner 2017-06-09 14:30:30 UTC
Review of attachment 350695 [details] [review]:

OK
Comment 3 Christian Kellner 2017-06-09 14:39:27 UTC
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!