Opened 5 years ago
Last modified 20 months ago
#15759 in-progress enhancement
Mount anyboot images on double-click
Reported by: | humdinger | Owned by: | jscipione |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Preferences/FileTypes | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev53921.
Double-clicking an anyboot image should mount it. It already does for raw iso images. If that won't work as easily with calling "mountvolume", maybe "diskimage register" could be called somehow (diskimage doing "register" when only called with the anyboot image)?
(Not sure the category "prefs/filetypes" is correct for this ticket...
Change History (5)
comment:1 by , 22 months ago
comment:2 by , 22 months ago
The beta anyboot ISO is application/x-intel-image, the ISO of a folder created with "mkisofs -o test.iso /boot/home/testfolder" is application/x-cd-image.
comment:3 by , 22 months ago
Possibly we just need to modify the FileTypes handler for x-intel-image?
comment:4 by , 20 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
It is not as simple as adding a handler.
Failed to mount volume `haiku-r1beta4-x86_64-anyboot.iso': Volume not found.
comment:5 by , 20 months ago
Status: | assigned → in-progress |
---|
Probably a MIME sniffing issue, I guess? What MIME-type are the files detected as, vs. a "regular" ISO?