Mario Zimmermann
Mario Zimmermann
Cannot reproduce on current master, maybe I am doing something wrong? - add a new search filter and enter some text - add another search filter, set the condition to...
As I already mentioned on pixls.us I cannot reproduce on my Mac with a Brother printer, so maybe a printer specific issue?
@ms-photo this is the homebrew based build of darktable. Can you please download and try the other arm64 package and report here. We need to investigate if there is an...
Ok thanks! So let's again dive into homebrew stuff...
Strange, works for me too with my Canon, homebrew build.
We had the same problem recently on macOS, where the OS always reports 72 DPI. It was fixed with #15845
#15845 was a macOS specific bugfix. @difrkaguilar what is your OS?
> What if you set screen_dpi_overwrite to 72 in darktablerc? The screen dpi is used to calculate the `gui->dpi_factor` by dividing the screen dpi by 96. 72 is the value...
@difrkaguilar Do you have the possibility to compile and debug dt yourself? If so, can you set a breakpoint in `src/gui/gtk.c` at line 1434: https://github.com/darktable-org/darktable/blob/e458f34f45138f19c379fcd8945abcdc7068f65b/src/gui/gtk.c#L1422-L1443 and see what value `gui->dpi`...