https://bugs.kde.org/show_bug.cgi?id=364333
Bug ID: 364333 Summary: Random resets of several configuration values Product: digikam Version: 4.14.0 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Image Editor Assignee: digikam-de...@kde.org Reporter: victor.engm...@gmail.com I keep Arch Linux up to date at all times with the latest packages. I also version control ~/.kde4/share/config/digikamrc. Reproducible: Always Steps to Reproduce: 1. Replace ~/.kde4/share/config/digikamrc with the contents of https://github.com/l0b0/tilde/blob/8b59ea801f51f2bc6c5753cabced8f13de5235a6/.kde4/share/config/digikamrc 2. Run Digikam 3. Click on a RAW image (tested with CR2) 4. Click "Image Editor" 5. Click "Import" Actual Results: At this point the configuration file has randomly changed the exposure correction shift value as follows: @@ -862,7 +873,7 @@ EnableCACorrection=true Es Median Filter Passes=0 Expo Correction=true Expo Correction Highlight=0 -Expo Correction Shift=1 +Expo Correction Shift=0.994 FineExposure=0 FixColorsHighlights=false Four Color RGB=false Expected Results: The exposure correction shift should stay the same, since I did not change it. Further steps which change the configuration in invalid ways: 6. Closing the image editor results in the following addition to the configuration diff: @@ -433,7 +436,7 @@ Speed=1 [ImageViewer Settings] AutoBrightness=false -AutoZoom=true +AutoZoom=false BackgroundColor=0,0,0 Black Point=0 Brightness Multiplier=1 Workaround: Reset configuration. -- You are receiving this mail because: You are watching all bug changes.