Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The MuseScore (un-)installer should offer the option to revert to factory settings #22497

Open
Jojo-Schmitz opened this issue Apr 19, 2024 · 4 comments
Labels
feature request Used to suggest improvements or new capabilities

Comments

@Jojo-Schmitz
Copy link
Contributor

Your idea

The MuseScore (un-)installer should offer the option to revert to factory settings

Problem to be solved

Very often users reinstall, while that doesn't help as it keeps the bogus settings that caused the problem causing them to resortong to a reinstall.
Also on uninstall it'd be helpfull to delete all traces of MuseScore having ever been installed

Prior art

No response

Additional context

No response

@muse-bot muse-bot added the feature request Used to suggest improvements or new capabilities label Apr 19, 2024
@irwir
Copy link

irwir commented Apr 20, 2024

Let's clarify the terms - revert and delete.

if (!keepDefaultSettings) {
QDir(dataPath()).removeRecursively();
QDir().mkpath(dataPath());
}

If I am not mistaken, in MuseScore Revert to factory settings will purge and recreate the directory structure in user's profile.
This is not delete all traces after uninstall.
Therefore, uninstall needs an option Delete all user's data and settings.

For the install step, reset might be added as a convenience, though necessity is low - the function is available as a menu item in MuseScore or as a command line option.

@Jojo-Schmitz
Copy link
Contributor Author

The necessity for the revert stems from experienc in the forum, where users tend to believe the (re-)install does that

@irwir
Copy link

irwir commented Apr 20, 2024

Well know issue: nobody cares to read manuals.

@Jojo-Schmitz
Copy link
Contributor Author

So true...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Used to suggest improvements or new capabilities
Projects
None yet
Development

No branches or pull requests

3 participants