After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 709362 - use a more subtle image for when loading thumbnail
use a more subtle image for when loading thumbnail
Status: RESOLVED FIXED
Product: gnome-photos
Classification: Applications
Component: general
3.10.x
Other Linux
: Normal minor
: ---
Assigned To: GNOME photos maintainer(s)
GNOME photos maintainer(s)
: 739813 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2013-10-03 13:25 UTC by Jakub Steiner
Modified: 2014-11-27 10:53 UTC
See Also:
GNOME target: 3.16
GNOME version: ---


Attachments
base-item, utils: Use a more subtle image when loading the thumbnail (3.87 KB, patch)
2014-11-22 11:26 UTC, Debarshi Ray
none Details | Review
base-item, utils: Use subtler images for loading and failure (10.11 KB, patch)
2014-11-25 13:29 UTC, Debarshi Ray
none Details | Review
base-item, utils: Use subtler images for loading and failure (v2) (10.84 KB, patch)
2014-11-26 15:11 UTC, Debarshi Ray
none Details | Review
base-item, utils: Use subtler images for loading and failure (10.62 KB, patch)
2014-11-26 18:47 UTC, Debarshi Ray
accepted-commit_now Details | Review
base-item, utils: Use subtler images for loading and failure (10.61 KB, patch)
2014-11-27 10:48 UTC, Debarshi Ray
committed Details | Review

Description Jakub Steiner 2013-10-03 13:25:25 UTC
The final thumbnail view is awesome in Photos, but before we get there, the generic image fullcolor icon is shown. When repeated on the grid it takes focus away from the actual thumbnails and doesn't look right. 

Recently content-loading-symbolic has been created and it's a perfect fit here I think. I'd use it centered at only 16x16px.
Comment 1 Allan Day 2014-11-20 11:48:21 UTC
Agree that this would be a big improvement when loading photos - which is common if you have a large collection, either locally or online accounts. Setting as a 3.16 target, as this bug is quite obvious for a lot of users.
Comment 2 Jakub Steiner 2014-11-20 14:44:18 UTC
*** Bug 739813 has been marked as a duplicate of this bug. ***
Comment 3 Debarshi Ray 2014-11-22 11:26:41 UTC
Created attachment 291228 [details] [review]
base-item, utils: Use a more subtle image when loading the thumbnail

Questions / thoughts:

Maybe we should fallback to the generic image full-colour icon if we failed to create the thumbnail? I wouldn't expect too many of these to happen, so it might be OK in that case.

The album icons become completely black until the thumbnail has been created.

Do you want a 256x256 shadow around the "content-loading-symbolic" icons?
Comment 4 Jakub Steiner 2014-11-23 18:56:42 UTC
No shadow and the icon definitely shouldn't scale to 256px. The max size is 16x16. If I recall correctly, Videos has this implemented.

https://raw.githubusercontent.com/gnome-design-team/gnome-mockups/master/videos/videos-loading-thumbnails.png

If you fail to generate a thumbnail, use the same 16x16 sized watermark but use image-x-generic-symbolic.
Comment 5 Debarshi Ray 2014-11-25 13:29:48 UTC
Created attachment 291453 [details] [review]
base-item, utils: Use subtler images for loading and failure

How about this? Remember to 'rm -rf ~/.cache/thumbnails/' before testing this.
Comment 6 Debarshi Ray 2014-11-26 15:11:48 UTC
Created attachment 291557 [details] [review]
base-item, utils: Use subtler images for loading and failure (v2)
Comment 7 Debarshi Ray 2014-11-26 18:47:58 UTC
Created attachment 291579 [details] [review]
base-item, utils: Use subtler images for loading and failure

Jimmac, can you please try this?
Comment 8 Jakub Steiner 2014-11-26 22:09:58 UTC
Review of attachment 291579 [details] [review]:

Looking good.
Comment 9 Debarshi Ray 2014-11-27 10:48:03 UTC
Created attachment 291627 [details] [review]
base-item, utils: Use subtler images for loading and failure

Thanks for taking a look, jimmac. Committed after a trivial fixup.