touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #125339
[Bug 1485490] Re: gallery-app requests thumbnail for same image multiple times
gallery-app (0.0.67+15.04.20151216-0ubuntu1) vivid; urgency=medium
[ Arthur Mello ]
* Remove local copy of PhotoEditor and keep using only the Ubuntu
Extras one (LP: #1524973)
* Save imported files from content hub in a specific folder Use
created date to sort videos imported from content hub (LP: #1517655)
[ CI Train Bot ]
* Resync trunk.
[ James Henstridge ]
* Use the file's last modified date for the "at" parameter when
invoking the thumbnailer to avoid needlessly reloading thumbnails.
(LP: #1485490)
** Also affects: gallery-app (Ubuntu RTM)
Importance: Undecided
Status: New
** Changed in: gallery-app (Ubuntu RTM)
Status: New => Fix Released
** Changed in: canonical-devices-system-image
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gallery-app in Ubuntu.
https://bugs.launchpad.net/bugs/1485490
Title:
gallery-app requests thumbnail for same image multiple times
Status in Canonical System Image:
Fix Committed
Status in gallery-app package in Ubuntu:
Fix Released
Status in thumbnailer package in Ubuntu:
Triaged
Status in gallery-app package in Ubuntu RTM:
Fix Released
Bug description:
The gallery appends Date.now() to the end of the image://thumbnailer
URI used to load photo thumbnails in order to avoid showing thumbnails
for old versions of a file.
Unfortunately this means we never get any hits from the QML image
cache, and the image needs to be reloaded more often than needed.
Instead it should use a value for the "at" parameter that only changes
when the file content changes.
To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1485490/+subscriptions
References