[GH-ISSUE #155] Clear app data is not comprehensive #66

Closed
opened 2026-03-03 18:54:12 +03:00 by kerem · 3 comments
Owner

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:

~ % brew createzap plague        
zap trash: [
  "~/Library/Application Scripts/com.ndemiccreations.plagueinc",
  "~/Library/Caches/com.ndemiccreations.plagueinc",
  "~/Library/Containers/com.ndemiccreations.plagueinc",
  "~/Library/HTTPStorages/com.ndemiccreations.plagueinc",
]

Now pressing the clear app data button.

~ % brew createzap plague
zap trash: [
  "~/Library/Application Scripts/com.ndemiccreations.plagueinc",
  "~/Library/Caches/com.ndemiccreations.plagueinc",
  "~/Library/HTTPStorages/com.ndemiccreations.plagueinc",
]

Another directory that is created for some apps, and it isn’t deleted either is "~/Library/Saved Application State/BUNDLE_ID.savedState"

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: ``` ~ % brew createzap plague zap trash: [ "~/Library/Application Scripts/com.ndemiccreations.plagueinc", "~/Library/Caches/com.ndemiccreations.plagueinc", "~/Library/Containers/com.ndemiccreations.plagueinc", "~/Library/HTTPStorages/com.ndemiccreations.plagueinc", ] ``` Now pressing the clear app data button. ``` ~ % brew createzap plague zap trash: [ "~/Library/Application Scripts/com.ndemiccreations.plagueinc", "~/Library/Caches/com.ndemiccreations.plagueinc", "~/Library/HTTPStorages/com.ndemiccreations.plagueinc", ] ``` Another directory that is created for some apps, and it isn’t deleted either is `"~/Library/Saved Application State/BUNDLE_ID.savedState"`
kerem 2026-03-03 18:54:12 +03:00
Author
Owner

@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

<!-- gh-comment-id:1214198889 --> @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
Author
Owner

@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.

<!-- gh-comment-id:1214199061 --> @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.
Author
Owner

@Depal1 commented on GitHub (Sep 12, 2022):

This issue hasn’t been addressed yet.

<!-- gh-comment-id:1243786156 --> @Depal1 commented on GitHub (Sep 12, 2022): This issue hasn’t been addressed yet.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#66
No description provided.