GNOME Bugzilla – Bug 667365
Free space should be selected by default
Last modified: 2013-03-19 16:50:29 UTC
When you open gparted, the menu option to create a new partition is disabled because it is only active while free space is selected, and initially, no partition is selected. The free space should default to be selected so that the create menu option is active by default.
This request will be resolved with the refactored code included in the following enhancement: Bug #685740 - Refactor to use asynchronous command execution
Problems have been discovered with this enhancement. Specifically only the largest free space outside of the extended partition is selected, and Mike Fleetwood has reported a double refresh/flicker problem. See, https://bugzilla.gnome.org/show_bug.cgi?id=685740#c95
Issue with only selecting the largest free primary partition has been resolved and the fix has been committed to GParted. For details see: https://bugzilla.gnome.org/show_bug.cgi?id=685740#c107 To investigate the double refresh I added this line to the start of the Win_GParted::Refresh_Visual() function: std::cout << "D: Refresh_Visual() To continue press [Return]"; std::string line; getline(std::cin, line); I get a single refresh in these cases: * Startup and initial drive displayed * Add an operation * Undo an operation and a double refresh in these cases: * Press [Ctrl-R] to rescan devices * Rescan after applying all operations Investigation continues
A new bug report has been created to track the "double refresh/flicker" problem. See: Bug #696149 - Double refresh of display introduced with default unallocated space selection The enhancement to select the largest unallocated space by default has been included in GParted 0.15.0 released on March 19, 2013.