Even with the latest Darktable 3.8.1 in Debian 12 "Bookworm" CR3 does not seem to be supported. Probably this is due to an outdated or incompatible library that needs to be updated by the Debian team first.
This commit is contained in:
parent
8c589e3649
commit
fdf3d26277
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ var GlobalFlags = []cli.Flag{
|
|||
cli.StringFlag{
|
||||
Name: "darktable-blacklist",
|
||||
Usage: "file `EXTENSIONS` incompatible with Darktable",
|
||||
Value: "dng",
|
||||
Value: "dng,cr3",
|
||||
EnvVar: "PHOTOPRISM_DARKTABLE_BLACKLIST",
|
||||
},
|
||||
cli.StringFlag{
|
||||
|
|
Loading…
Reference in a new issue