Shotwell should put cached thumbs in either ~/.cache or $XDG_CACHE_DIR
Bug #766946 reported by
Morten Siebuhr
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Shotwell |
New
|
Unknown
|
|||
shotwell (Ubuntu) |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: shotwell
Shotwell currently (0.7.2) stores it's thumbs in ~/.shotwell/thumbs.
Per the XDG spec, they should go in $XDG_CACHE_
Having this stored correctly makes stuff like ignoring temporary data for backups, raw file searching, trimming disk usage and many other things a lot simpler.
Changed in shotwell: | |
status: | Unknown → Confirmed |
Changed in shotwell (Ubuntu): | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in shotwell: | |
status: | Confirmed → New |
Changed in shotwell (Ubuntu): | |
status: | Triaged → Fix Released |
To post a comment you must log in.
Storing in XDG directories is ticketed upstream at http:// trac.yorba. org/ticket/ 421 .
As noted there, Shotwell isn't yet smart enough to automatically regenerate missing thumbnails (that's http:// trac.yorba. org/ticket/ 2889), and we can't store thumbnails in a cache directory until that functionality is implemented.