file-roller puts temporary files in the home dir instead of /tmp
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
File Roller |
Confirmed
|
Medium
|
|||
file-roller (Arch Linux) |
New
|
Undecided
|
Unassigned | ||
file-roller (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
1) lsb_release -rd
Description: Ubuntu Vivid Vervet (development branch)
Release: 15.04
2) apt-cache policy file-roller
file-roller:
Installed: 3.12.2-0ubuntu1
Candidate: 3.12.2-0ubuntu1
Version table:
*** 3.12.2-0ubuntu1 0
500 http://
100 /var/lib/
3) What is expected to happen is when one opens a tarball with file-roller, and without extracting the file, open it (ex. open PDF file with evince) the file-roller utilizes /tmp for this.
4) What happens instead is file-roller utilizes a directory ~/.cache/.fr-* , where * is a changing folder name. If one logs out, or kills the file-roller process via:
kill PID
the temp files are left behind.
Changed in fileroller: | |
status: | Unknown → New |
Changed in file-roller: | |
assignee: | nobody → desktop-bugs |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in file-roller (Ubuntu): | |
status: | Triaged → Fix Committed |
Changed in file-roller (Ubuntu): | |
status: | Confirmed → Triaged |
Changed in file-roller: | |
importance: | Unknown → Medium |
description: | updated |
Changed in file-roller (Ubuntu): | |
assignee: | Ubuntu Desktop Bugs (desktop-bugs) → nobody |
importance: | Low → Wishlist |
Changed in file-roller: | |
status: | New → Confirmed |
Un-marking this as a duplicate of bug 146206. This bug is about file-roller incorrectly using temp files and not cleaning up behind itself. Bug 146206 is about file-roller copying files to a local directory before being extracted.