Uninstalling app does not delete its data
Bug #1454448 reported by
Ondrej Kubik
This bug report is a duplicate of:
Bug #1358294: App data and config files are not removed when an app is uninstalled.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
New
|
Undecided
|
Unassigned | ||
click (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When app is uninstalled it's data under ~/.local is preserved.
This makes it impossible to track where all the free space went, since app is not even installed to be shown in storage view in the Settings app, and yet it can happily leave behind hundreds of MB of obsolete data.
Expected result:
when app is uninstalled, its linked private storage (~/.local/<app>/) is also freed. Uninstall should be preferably accompanied with warning dialog about all application data being deleted as well.
tested on RTM krillin (stable/
Changed in click (Ubuntu): | |
status: | New → Confirmed |
To post a comment you must log in.
thanks, but it feels like something clicks should be doing rather than having every click client having to reimplement the logic