Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472180 - net-libs/telepathy-qt - Fix storing avatars, so that they are not stored millions of times each
Summary: net-libs/telepathy-qt - Fix storing avatars, so that they are not stored mill...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Qt Bug Alias
URL: http://cgit.freedesktop.org/telepathy...
Whiteboard:
Keywords: PATCH, UPSTREAM
Depends on:
Blocks:
 
Reported: 2013-06-03 15:51 UTC by Lamarque V. Souza
Modified: 2013-06-05 21:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lamarque V. Souza 2013-06-03 15:51:10 UTC
The commit in URL fixes a problem with telepathy-qt not deleting avatars image files. Currently I have 1.3 GB of image files when it should not be more than a few MB. The commit in URL is in the (unreleased) telepathy-0.9.4. I think it is a good idea to backport it to telepathy-qt 0.9.3 to prevent further wasted disk space.

Reproducible: Always

Steps to Reproduce:
1. Just use telepathy-qt with a jabber account
2. Slowly telepathy-qt will create new files and not delete outdated ones
Actual Results:  
hundreds of MB wasted (even more than a 1 GB).

Expected Results:  
Outdated files should be deleted or like the patch in URL does: do not create new files if the new avatar has the same token as the old one.
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2013-06-05 21:37:28 UTC
Thanks for reporting. This is fixed in cvs. Please sync in some hours to get the change.

+  05 Jun 2013; Johannes Huber <johu@gentoo.org>
+  +files/telepathy-qt-0.9.3-avatar-duplication.patch,
+  +telepathy-qt-0.9.3-r1.ebuild:
+  Revision bump. EAPI 5, migrate to non obsolete python eclass, adds upstream
+  patch which fixes avatars stored several times when they exist spotted by
+  Lamarque V. Souza <lamarque@gmail.com> wrt bug #472180.