disk image not automatically selected on addition
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
usb-creator (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
usb-creator ignores your selected .iso image, and defaults to auto-selecting the first entry in the 'source disk image' window.
Steps to recreate:
1) run 'usb-creator-gtk'
2) click 'Other...' button to select an alternative 'source disk image (.iso) or CD'
3) navigate to your chosen .iso file in the file browser.
4) click 'Open' in the file browser.
5) observe that
5a) the file browser window closes
5b) your chosen .iso has been added to the list of available 'source disk images'
5c) your chosen .iso file is *not* the selected image.
The problem here is that if you don't notice that the image you explicitly specified has *not* been selected as expected, usb-creator will attempt to copy the wrong disk image to your destination disk.
The workaround is obvious, but only once you notice the problem - click to select your already-selected chosen source disk image before clicking 'Make Startup Disk'.
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: usb-creator-gtk 0.2.37
ProcVersionSign
Uname: Linux 3.2.0-22-
NonfreeKernelMo
ApportVersion: 2.0.1-0ubuntu1
Architecture: i386
Date: Wed Apr 11 09:18:36 2012
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
ProcEnviron:
TERM=xterm
PATH=(custom, user)
LANG=C
SHELL=/bin/bash
SourcePackage: usb-creator
UpgradeStatus: Upgraded to precise on 2012-01-12 (89 days ago)
Related branches
- Yu Ning (community): Disapprove
- Mathieu Trudel-Lapierre: Needs Fixing
-
Diff: 103 lines (+35/-1)4 files modifieddebian/changelog (+7/-0)
usbcreator/backends/base/backend.py (+4/-0)
usbcreator/frontends/gtk/frontend.py (+16/-1)
usbcreator/frontends/kde/frontend.py (+8/-0)
- Mathieu Trudel-Lapierre: Pending requested
- usb-creator hackers: Pending requested
-
Diff: 27 lines (+11/-0)1 file modifiedusbcreator/frontends/gtk/frontend.py (+11/-0)
Changed in usb-creator (Ubuntu): | |
importance: | Undecided → High |
Changed in usb-creator (Ubuntu): | |
status: | Fix Released → Triaged |
Another comment here is that with the default window size, and people don't change the window size of an application like this very often, the list boxes are one line high so it's not obvious that it lists previous images in the first place. They should be enlarged to show at least two lines.
Also there is no apparent way to clear the lists.