Mario Zimmermann

Results 109 comments of Mario Zimmermann

I got a new MacBook last week and now I have the same problem. I'm on MacOS 10.15.7 Completely uninstalled/reinstalled the app via homebrow does not change this. The preferences...

Yes, I transferred my settings via Mackup. I have made some further tests: 1. Uninstall: `brew uninstall keepingyouawake` 2. deleted all files/directories: ``` ~/Library/Containers/info.marcel-dierkes.KeepingYouAwake ~/Library/Preferences/info.marcel-dierkes.KeepingYouAwake.plist ~/Library/Application Support/KeepingYouAwake ``` 3. Re-install:...

Another reboot of the Mac solved the problem, although: `~/Library/Containers/info.marcel-dierkes.KeepingYouAwake` EXISTS `~/Library/Containers/info.marcel-dierkes.KeepingYouAwake.Launcher` EXISTS `~/Library/Application Support/KeepingYouAwake` DOES NOT EXIST `~/Library/Preferences/info.marcel-dierkes.KeepingYouAwake.plist`DOES NOT EXIST

What was the exact reason to set `DT_THUMBNAIL_SEL_MODE_MOD_ONLY` for the filmstrip? If I comment out line 2588 I can use the filmstrip in a much more intuitive way: Single click...

Seems to be fixed by PR #13727 as well. Tested on my local fork: ``` run: | ${INSTALL_PREFIX}/bin/darktable --version || true ${INSTALL_PREFIX}/bin/darktable-cli \ --width 2048 --height 2048 \ --hq true...

strange, this does not happen on the nightly builds: https://github.com/darktable-org/darktable/actions/runs/4338711568/jobs/7575615261#step:5:48

Ok, rerun the test with debug build type: `Assertion failed: (!ret), function dt_pthread_mutex_lock_with_caller, file /Users/runner/work/darktable/darktable/src/src/common/dtpthread.h, line 115.`

so... I changed the code to get an unconditional log output just prior to the assert: ``` const double t0 = dt_pthread_get_wtime(); const int ret = pthread_mutex_lock(&(mutex->mutex)); fprintf(stderr, "[pthread_mutex_lock]: %d,...

...which leads to the question why this does not occur on linux or windows

Just started a test, I will report here. BTW: Linux CI is built with target Release... https://github.com/darktable-org/darktable/blob/5f62d310ea3aac1c408337aa10b548464817d9f8/.github/workflows/ci.yml#L56-L57