Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Linux] Mimetype problems #167

Open
roovio opened this issue Sep 17, 2016 · 2 comments
Open

[Linux] Mimetype problems #167

roovio opened this issue Sep 17, 2016 · 2 comments
Assignees
Labels
missing-icons Issues related to missing icons. no-de-specified Issues determined to not specify a desktop environment.

Comments

@roovio
Copy link

roovio commented Sep 17, 2016

Issues

  1. These mimetypes have no icons:

    application/octet-stream
    application/x-raw-disk-image
    application/x-ms-dos-executable
    application/x-sharedlib
    application/x-msdownload
    application/x-spss-sav
    application/x-rar
    application/x-rpm
    application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
    application/vnd.debian.binary-package
    application/rtf
    application/mac-binhex40
    
  2. Generally there is a lack of consistency among the mimetype icons.
    Some icons have pronounced shadow, others don't. Some icons are square (archive), others are rectangular.

  3. The mimetype icons lack a "folded corner" which is an industry standard. I understand that it might be a deliberate design choice, however this makes it really hard to distinguish application icons from mimetype icons.

  4. Very few mimetypes have small size icons (<=32px). Icons don't look sharp and are less readable when rendered at small scale.
    iconissue11
    When there is a small version of the icon, it usually stands out, which is also distracting.
    iconissue22

Opinions

  • application-x-bittorrent icon looks too abstract and makes no sense.
  • application-x-executable icon looks out of style (and I hate it)

Thanks and keep up the good work!

@UriHerrera UriHerrera added the missing-icons Issues related to missing icons. label Sep 17, 2016
@UriHerrera
Copy link
Member

UriHerrera commented Sep 17, 2016

These mimetypes have no icons:

Added the tag to the issue.

Generally there is a lack of consistency among the mimetype icons.
Some icons have pronounced shadow, others don't. Some icons are square (archive), others are rectangular.

That's a stylistic choice, and this is not changing. Not all icons have to be the same shape, form, and size to achieve consistency.

The mimetype icons lack a "folded corner" which is an industry standard. I understand that it might be a deliberate design choice, however this makes it really hard to distinguish application icons from mimetype icons.

It was deliberate not to use a folded corner in the mime types; this is also not changing.

Very few mimetypes have small size icons (<=32px). Icons don't look sharp and are less readable when rendered at small scale.

I'm aware. As I mentioned in the README, this isn't complete.

application-x-bittorrent icon looks too abstract and makes no sense.

When you download something through a torrent, you get the file(s) piece by piece. It's a literal representation of that. Anything else like, for example: using a down-facing arrow is doing lazy design work.

application-x-executable icon looks out of style (and I hate it).

It makes sense in the context of the style used in the theme.

Thanks for reporting the missing icons.

@UriHerrera UriHerrera self-assigned this Sep 17, 2016
@UriHerrera UriHerrera changed the title Mimetype problems [Linux] Mimetype problems Oct 26, 2017
@UriHerrera UriHerrera added the no-de-specified Issues determined to not specify a desktop environment. label Oct 26, 2017
@UriHerrera UriHerrera added this to the 0.5.0 milestone Oct 26, 2017
@UriHerrera
Copy link
Member

UriHerrera commented Jul 23, 2019

Only application/mac-binhex40 and application/x-spss-sav are missing. The rest were added in 6e2aea7

For the former, I'm not sure what it is. I can see that "BinHex, originally short for "binary-to-hexadecimal", is a binary-to-text encoding system that was used on the classic Mac OS for sending binary files through e-mail." But it's not clear to me in the sense that, is it an email message? a binary file?.

For the latter, what I've found is that it's some kind of statistics software and the images that I checked were of a spreadsheet, so it probably makes sense to use a spreadsheet icon.

@UriHerrera UriHerrera removed this from the 0.6.0 milestone Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing-icons Issues related to missing icons. no-de-specified Issues determined to not specify a desktop environment.
Projects
None yet
Development

No branches or pull requests

2 participants