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

Nautilus/Nemo draws an ugly frame border on thumbnails bigger than 128px #3

Open
mttbernardini opened this issue May 3, 2021 · 2 comments
Labels
wontfix This will not be worked on

Comments

@mttbernardini
Copy link
Owner

In order to avoid the frame we need to cap the max size to 127px (or actually 52px to make the icon have the same size of native mime-icons).

This approach, however, has the drawback of affecting the image quality. I don't know if there's any other alternative, since the "framing" seems to be hardcoded:

https://github.com/linuxmint/nemo/blob/7fe83632eca5801a55992dc08c52767b6d8685cb/libnemo-private/nemo-file.c#L4817-L4820

Therefore, for now I will mark this issue as "wontfix".

@mttbernardini mttbernardini added the wontfix This will not be worked on label May 3, 2021
@mttbernardini
Copy link
Owner Author

Confirmed that this issue applies to original GNOME Files (aka Nautilus) as well:

https://github.com/GNOME/nautilus/blob/master/src/nautilus-file.c#L5236-L5254

@mttbernardini mttbernardini changed the title Cinnamon draws an ugly frame border on thumbnails bigger than 128px Nautilus/Nemo draws an ugly frame border on thumbnails bigger than 128px May 3, 2021
@probonopd
Copy link

Yes, this is very annoying but not unique to this thumbnailer. I guess this behavior would have to be fixed in GNOME.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants