helloSystem / helloSystem/hello

Missing MIME types for ufs and uzip files (images)

Open
#252 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
No language data
Stars
2.5k
Forks
59
PR merge metrics
No merged PRs in 30d

Description

```
FreeBSD% file --mime-type '/home/user/Desktop/system.ufs'
/home/user/Desktop/system.ufs: application/octet-stream

FreeBSD% file --mime-type '/home/user/Desktop/system.uzip'
/home/user/Desktop/system.uzip: text/x-shellscript

FreeBSD% grep -r "ufs" /usr/local/share/mime
(nothing)

FreeBSD% grep -r "ufs" /usr/local/share/mime
(nothing)
```

Can we get these defined?

Workaround: Add `.img` to the extension of the files in question so they that get recognized at least as `application/x-raw-disk-image`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.