A simple QGIS plugin that allows users to reset QGIS settings to factory defaults with a single click.
- Deletes all user-specific QGIS settings:
- Language configuration
- Proxy settings
- CRS and coordinate system preferences
- Database connection settings
- WFS/WMS and XYZ tile services
- Any other user-modified settings
- Works across platforms (Linux, Windows, macOS)
- Supports multiple languages (English, Portuguese - Brazil)
- Requires confirmation before performing any irreversible action
- Prompts user to restart QGIS after reset
Sometimes QGIS settings become corrupted or overly complex due to extensive customization. This plugin offers a quick and safe way to reset everything and start fresh, which is especially useful for:
- Troubleshooting
- Testing new versions
- Training environments
- Shared workstations
- Install the plugin from the QGIS Plugin Repository.
- In QGIS, go to the Plugins menu and click on Reset QGIS → Reset QGIS Settings.
- Confirm the operation in the dialog box.
- Restart QGIS when prompted.
This plugin is available via the QGIS Plugin Repository, or you can install manually:
- Download or clone this repository.
- Copy the folder to your QGIS plugins directory:
- Linux:
~/.local/share/QGIS/QGIS3/profiles/default/python/plugins/
- Windows:
%APPDATA%\QGIS\QGIS3\profiles\default\python\plugins\
- Linux:
- Restart QGIS and activate the plugin via the Plugins menu.
This plugin uses Qt resource files defined in resources.qrc
. The compiled Python file resources_rc.py
is not included in version control (.gitignore
), so it must be generated manually.
pyrcc5 resources.qrc -o resources_rc.py
Ensure pyrcc5 is installed:
sudo apt install pyqt5-dev-tools
The plugin supports the following languages:
- English (
en
) - Portuguese (
pt
)
Additional translations can be added by contributing .ts
and .qm
files in the i18n/
folder.
This program is licensed under GNU GPL v.2 or any later version.
This plugin is published on behalf of the Brazilian Federal Police (SEGEO/DITEC/PF), under authorization of the institution, and is part of the Inteligeo initiative.
Official release authorized by the Technical-Scientific Directorate of the Brazilian Federal Police (SEGEO/DITEC/PF).