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

Options for some values in Processing are not saved after close window #53204

Closed
2 tasks done
geofausto opened this issue May 23, 2023 · 0 comments · Fixed by #53458
Closed
2 tasks done

Options for some values in Processing are not saved after close window #53204

geofausto opened this issue May 23, 2023 · 0 comments · Fixed by #53458
Assignees
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Configs and Options GUI/UX Related to QGIS application GUI or User Experience Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore

Comments

@geofausto
Copy link

geofausto commented May 23, 2023

What is the bug or the crash?

Some Processing configuration options will not be saved after changing default value. The problem persists in different profiles. These lines in QGIS.ini always revert back to -1 value after close QGIS:

[Processing]
Configuration\DefaultOutputRasterLayerExt=-1
Configuration\DefaultOutputVectorLayerExt=-1
Configuration\TEMP_PATH2=

Steps to reproduce the issue

  1. Open Processing options (via menu Setting > Option or icon inside Processing toolbox panel)
  2. Change deafult value for these options:
    • Default output raster layer extension (combobox)
    • Default output vector layer extension (combobox)
    • Override temporary output folder path (path string)
  3. Close Processing options
  4. Restart QGIS
  5. Check values changed in Processing options. Returns last value from combobox options or empty field.
  6. Check lines QGIS.ini file

Default:
screenshot_2023-05-23_11-16-15

After change values:
screenshot_2023-05-23_11-50-03

Versions

QGIS version 3.30.2-'s-Hertogenbosch QGIS code revision 0992b53
Qt version 5.15.3
Python version 3.10.6
GDAL/OGR version 3.4.1
PROJ version 8.2.1
EPSG Registry database version v10.041 (2021-12-03)
GEOS version 3.10.2-CAPI-1.16.0
SQLite version 3.37.2
PDAL version 2.3.0
PostgreSQL client version unknown
SpatiaLite version 5.0.1
QWT version 6.1.4
QScintilla2 version 2.11.6
OS version Linux Mint 21.1
       
Active Python plugins
grassprovider 2.12.99
processing 2.12.99
db_manager 0.1.20
MetaSearch 0.3.6

Supported QGIS version

  • I'm running a supported QGIS version according to the roadmap.

New profile

  • I tried with a new QGIS profile

Additional context

No response

@geofausto geofausto added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label May 23, 2023
@agiudiceandrea agiudiceandrea added Processing Relating to QGIS Processing framework or individual Processing algorithms GUI/UX Related to QGIS application GUI or User Experience Configs and Options Regression Something which used to work, but doesn't anymore labels May 26, 2023
@troopa81 troopa81 assigned troopa81 and unassigned troopa81 Jun 12, 2023
troopa81 added a commit to troopa81/QGIS that referenced this issue Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Configs and Options GUI/UX Related to QGIS application GUI or User Experience Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants