mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-27 00:35:52 +03:00
[GH-ISSUE #1802] [Bug]: Uninstall App does not remove App Data folder in /Library/Containers #1161
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#1161
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 @Ubersmake on GitHub (Jan 23, 2025).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1802
Describe the bug
"Uninstall App" from an app's context menu in the App Library does not remove the associated App Data folder, even when all the options are ticked (Clear data, Remove keymap, Remove settings, Remove entitlements, Remove PlayChain) in the following "Are you sure?" modal.
This is on PlayCover 3.1.0 running on Sequoia 15.2.
Steps to reproduce
I used Honkai Star Rail for this. "Open App Data" in the app's context menu points to
~/Library/Containers/com.HoYoverse.hkrpgoversea. Incidentally, the name of the folder displayed in Finder is "Honkai: Star Rail", which does not match the location in Terminal or "Name & Extension" in Finder's "Get Info" section.~/Library/Containers.Expected behaviour
At the very least, if "Clear Data" is ticked before uninstalling an app it should also remove the folder in
~/Library/Containers. I'm not sure if the PlayCover settings are stored in the container or in the app bundle in~/Library/Containers/io.playcover.PlayCover/Applications, and if a combination of all those options in "Uninstall App" makes this more complicated than it seems.What version of PlayCover are you using?
3.1.0
What version of macOS are you using?
Sequoia 15.2 (FYI, this was not in the dropdown)
Issue Language
@TheMoonThatRises commented on GitHub (Jan 23, 2025):
Make sure PlayCover has Full Disk Access under Privacy & Security.
@Ubersmake commented on GitHub (Jan 24, 2025):
That did the trick, thanks.
Going to close this out. Is it worth opening up a new feature request (or PR) to update the documentation?