feat: Handle user data on uninstall - #2465
Open
taratatach wants to merge 1 commit into
Open
Conversation
Electron app data under `%APPDATA%` (caches, local storage, session state) are regenerable: they are always removed, except during upgrades. The user-facing configuration (`\.twake-desktop`, and the legacy `.cozy-desktop` folder) survives unless the user explicitly checks a removal box in the uninstaller dialog; the box is unchecked by default and silent uninstalls (`/S`) never show the dialog. The one-click uninstaller forces silent mode, so the normal mode is briefly restored around the dialog.
taratatach
force-pushed
the
feat/allow-users-to-delete-config-data-during-uninstall
branch
from
September 7, 2026 16:00
c2546a6 to
ac44bb7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Electron app data under
%APPDATA%(caches, local storage, sessionstate) are regenerable: they are always removed, except during
upgrades. The user-facing configuration (
\.twake-desktop,and the legacy
.cozy-desktopfolder) survives unless the userexplicitly checks a removal box in the uninstaller dialog; the box is
unchecked by default and silent uninstalls (
/S) never show thedialog. The one-click uninstaller forces silent mode, so the normal
mode is briefly restored around the dialog.
Please make sure the following boxes are checked: