GNOME Bugzilla – Bug 777133
Wrong logo when downloading an ISO
Last modified: 2017-10-12 19:39:21 UTC
I saw Shadowman when downloading a Fedora ISO from the suggested URLs in New -> Enter URL. It should have been the blue Fedora logo. Allan said that he got a Ubuntu logo while downloading the Fedora Workstation netinstall ISO. Sadly, I couldn't reliably reproduce it.
Looking at the code, I am surprised that we even see anything other than "media-optical", which is the generic optical disc icon. The control flow from Wizard::prepare -> Wizard::download_media doesn't set the installer_image at all.
Created attachment 359539 [details] [review] wizard: Always use media-optical when downloading, not some bogus logo
Created attachment 359551 [details] [review] os-database: Specify the OS corresponding to each URI
Created attachment 359552 [details] [review] wizard, wizard-source: Try to show a logo while downloading
Attachment 359539 [details] pushed as aa314e0 - wizard: Always use media-optical when downloading, not some bogus logo Attachment 359551 [details] pushed as a63e080 - os-database: Specify the OS corresponding to each URI Attachment 359552 [details] pushed as 998e38a - wizard, wizard-source: Try to show a logo while downloading
Review of attachment 359539 [details] [review]: Thanks!
Review of attachment 359551 [details] [review]: sure
Review of attachment 359552 [details] [review]: thanks!