mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #163] [BUG] Preferences can leak between apps #149
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#149
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 @ilian on GitHub (Sep 21, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/163
Describe the bug
Since #153, we are able to view the preferences files stored under the
Library/Preferencesdirectory of each installed app. When using multiple apps, it is common to see.plistfiles of other applications you have opened in the past.This was also raised by me in https://github.com/khanhduytran0/LiveContainer/pull/153#issuecomment-2348635914 but it was decided to address this in a future PR.
Instructions to reproduce
For each app, I deleted all plists that belong to other apps, click on
Run, kill the app. Sometimes the plists came back and I had to perform this operation twice. When running the same app multiple times, I do not see any unrelated plists for that particular app. Once I start using multiple apps instead of a single one, I see unrelated plists underLibrary/Preferencesagain.What version of LiveContainer are you using?
3.0.0-release (main/6574fdd)
Other info
No response