GNOME Bugzilla – Bug 612200
No feedback when "unmount" operation fails
Last modified: 2010-03-18 00:35:02 UTC
1) insert a removable device (e.g usb drive) 2) open terminal or another app in that device 3) go in overview mode and click on the small eject button near the drive icon The unmount fails, but no feedback is provided (I guess it tries to popup a dialog and that is not handled while in overview mode)
(In reply to comment #0) > I guess it tries to popup a dialog and that is not handled while in > overview mode You guess wrong - the shell just boldly ignores any error that occurs - not at least because the shell cannot pop up a dialog ...
Created attachment 155750 [details] [review] [InfoBar] Allow to optionally change the button label Currently the infoBar's button will always read "Undo" - sometimes a different label makes more sense, so allow to optionally set the label to something else.
Created attachment 155751 [details] [review] [placeDisplay] Show a message when unmount fails When an unmount operation fails, the only feedback given currently is an exception on stderr. Use the infoBar to display an error message and allow the user to retry the operation. The info message is waaaaay too technical in my opinion, but it should be good enough to determine if the info bar is the way we want to handle this feedback ...
Review of attachment 155750 [details] [review]: Looks good!
Review of attachment 155751 [details] [review]: Looks good.
Attachment 155750 [details] pushed as d1108e1 - [InfoBar] Allow to optionally change the button label Attachment 155751 [details] pushed as cc8a955 - [placeDisplay] Show a message when unmount fails