-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Windows Terminal to display DT stdout/stderr
Currently on Windows, DT redirects all output to %LOCALAPPDATA%\Microsoft\Windows\INetCache\darktable\darktable-log.txt This commit overrides this behavior for Windows Terminal which is the default terminal app since Windows 11, assuming that the user runs DT in a terminal for debugging reasons. It is however still perfectly possible to redirect DT output using the standard redirection operator: darktable\bin\darktable.exe -d lua > darktable.log 2>&1
- Loading branch information
Showing
2 changed files
with
35 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters