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 601239 - Please allow 'Cancel after current operation'
Please allow 'Cancel after current operation'
Status: RESOLVED FIXED
Product: gparted
Classification: Other
Component: application
0.4.8
Other Linux
: Normal enhancement
: ---
Assigned To: gparted maintainers alias
gparted maintainers alias
Depends on:
Blocks:
 
 
Reported: 2009-11-09 10:38 UTC by Derkjan
Modified: 2013-03-20 15:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Derkjan 2009-11-09 10:38:24 UTC
I used the latest ISO version of Gparted to resize some NTFS partitions. When I made my modifications and pressed Start, I noticed a mistake. When I pressed Cancel, Gparted advised me not to confirm the Cancel, because of possible filesystem errors.

It is not clear what Cancel does. Does it cancel the current operation immediately, or does is wait for it to finish? Currently it doesn't seem possible to cancel the batch, while completing the current operation.

So: I would very much like two cancel options: 1 cancel current operation immediately (risking FS errors) and 2 cancel the batch (finish current operation but don't continue to the next operation in the batch).
Comment 1 Curtis Gedak 2009-11-09 19:24:20 UTC
Thank you Derkjan for this suggestion.  Such a feature would perhaps be more forgiving to a user in the situation you describe.

Currently the Cancel button will immediately cancel any currently running operation and prevent any operations in the queue from starting.  This is the reason for the warning about the possibility of severe file system damage.
Comment 2 Curtis Gedak 2013-02-13 15:46:37 UTC
The problem in this bug report should be addressed the refactoring work by Phillip Susi in the following bug report:

Bug #685740 - Refactor to use asynchronous command execution


This refactoring work should also address the following bug report as well:

Bug #403487 - interupting a format leave partition "in use"
Comment 3 Curtis Gedak 2013-03-19 16:53:29 UTC
The code change to address this report has been included in GParted 0.15.0 released on March 19, 2013.
Comment 4 Darxus 2013-03-20 15:17:28 UTC
Nice, thank you.