docs icon indicating copy to clipboard operation
docs copied to clipboard

doc: instruct users to install mailcap for more specific mime icons

Open Equim-chan opened this issue 8 years ago • 0 comments

Some machines don't have /etc/mime.types installed by default, making mime.TypeByExtension likely to fallback to blob on most files and therefore will be shown as insert_drive_file in the frontend.

https://github.com/filebrowser/filebrowser/blob/6e1c6a4a8cb1fecfeddf10ada67618c90912336d/file.go#L214

See mime.TypeByExtension.

Related: #376

Equim-chan avatar Mar 09 '18 19:03 Equim-chan