← Back to team overview

usb-creator-hackers team mailing list archive

[Merge] lp:~jbicha/usb-creator/select-most-recent-image into lp:usb-creator

 

Jeremy Bicha has proposed merging lp:~jbicha/usb-creator/select-most-recent-image into lp:usb-creator.

Requested reviews:
  usb-creator hackers (usb-creator-hackers)
Related bugs:
  Bug #1087117 in usb-creator (Ubuntu): "selecting "other" image is ignored"
  https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1087117

For more details, see:
https://code.launchpad.net/~jbicha/usb-creator/select-most-recent-image/+merge/169500

I don't think this is exactly right but it is at least closer than what we currently have.

1. Store one .iso not in ~/Desktop/ or ~/Downloads/ and several different isos in ~/Downloads/
2. Open Startup Disk Creator and click Other so that you can make a disk out of the one not in ~/Downloads/.
3. Before this MP, the first image in the list would still be selected and not the one you just added.

This fix though causes the last item added to be selected (this means that it will be the last item in the list).
-- 
https://code.launchpad.net/~jbicha/usb-creator/select-most-recent-image/+merge/169500
Your team usb-creator hackers is requested to review the proposed merge of lp:~jbicha/usb-creator/select-most-recent-image into lp:usb-creator.
=== modified file 'debian/changelog'
--- debian/changelog	2013-03-20 09:01:55 +0000
+++ debian/changelog	2013-06-14 17:01:45 +0000
@@ -1,3 +1,9 @@
+usb-creator (0.2.48) UNRELEASED; urgency=low
+
+  * Always select the most recent image found (LP: #1087117)
+
+ -- Jeremy Bicha <jbicha@xxxxxxxxxx>  Fri, 14 Jun 2013 12:56:35 -0400
+
 usb-creator (0.2.47) raring; urgency=low
 
   * Purge the upstart job.


Follow ups