mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[GH-ISSUE #155] Clear app data is not comprehensive #66
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#66
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Depal1 on GitHub (Aug 13, 2022).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/155
Pressing the clear app data button seems to only clear "~/Library/Containers/BUNDLE_ID”, instead of clearing other data related to the app.
For instance:
Now pressing the clear app data button.
Another directory that is created for some apps, and it isn’t deleted either is
"~/Library/Saved Application State/BUNDLE_ID.savedState"@JoseMoreville commented on GitHub (Aug 13, 2022):
I'm pretty sure this feature may be of help for this case https://github.com/PlayCover/PlayCover/pull/156
@JoseMoreville commented on GitHub (Aug 13, 2022):
Otherwise, clear app data might be better to be an implementation of https://github.com/PlayCover/PlayCover/pull/156 + removing all stored users + game assets.
@Depal1 commented on GitHub (Sep 12, 2022):
This issue hasn’t been addressed yet.