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 673787 - Passphrase prompt remains after device is yanked
Passphrase prompt remains after device is yanked
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-04-09 17:40 UTC by David Zeuthen (not reading bugmail)
Modified: 2012-06-20 14:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mount-operation: close the password entry on operation abort (1.29 KB, patch)
2012-06-20 00:39 UTC, Cosimo Cecchi
committed Details | Review

Description David Zeuthen (not reading bugmail) 2012-04-09 17:40:18 UTC
Seen this with gnome-shell-3.4.0-1.fc17.x86_64. This wasn't a problem with earlier gnome-shell releases.

<davidz> cosimoc_afk: hmm... if you insert a LUKS device, gnome-shell will prompt you for its password... what *should* happen (and what used to happen, I think) is that the dialog should go away if you remove the device before enterting the passphrase (or dismissing the dialog)...
<davidz> cosimoc_afk: btw, if I click on it in Nautilus, I get the gtk+ dialog (as expected)... and here, if I yank the device, that dialog vanishes (as expected)
<davidz> cosimoc_afk: so looks like it's a gnome-shell bug then... want me to file it or are you aware of the bug?
Comment 1 Cosimo Cecchi 2012-06-20 00:39:17 UTC
Created attachment 216768 [details] [review]
mount-operation: close the password entry on operation abort

If the device disappears in the middle of a mount operation, make sure
to dismiss the password prompt automatically.
Comment 2 Cosimo Cecchi 2012-06-20 14:15:00 UTC
Attachment 216768 [details] pushed as de73128 - mount-operation: close the password entry on operation abort