GNOME Bugzilla – Bug 746764
capitalized .ISO filename extension is considered an unsupported file
Last modified: 2016-03-31 13:22:07 UTC
Created attachment 300300 [details] screenshot gnome-boxes-3.15.92-1.fc22.x86_64 A Windows 8.1 ISO is named "9600.17050.WINBLUE_REFRESH.140317-1640_X64FRE_ENTERPRISE_EVAL_EN-US-IR3_CENA_X64FREE_EN-US_DV9.ISO" 1. Click New > Select a file > navigate to above file and select it > Open Result: Unsupported file Expected: It should be usable. Additional info: When I change .ISO to .iso the problem doesn't occur. No message is recorded in the journal, so this wasn't obvious to figure out.
commit: 4fa6ef1e37e91890b2df70f842397cae4c9d3c63 wizard: Case-insensitive check for file extension File names and extensions could be in any case so lets check files' extensions in a case-insensitive way. This fixes out of the box support for latest Windows ISOs that have filenames in all caps.