How I can add a printer profile to darktable 2.2.3 ?
I am on Ubuntu 16.04. When I select the printing profile in the printer menu it says :
> printer ICC profile in home/user/.config/darktable/color/out.
How I can add a printer profile to darktable 2.2.3 ?
I am on Ubuntu 16.04. When I select the printing profile in the printer menu it says :
> printer ICC profile in home/user/.config/darktable/color/out.
In case this problem has not been solved:
Create the following directory path:
mkdir -p ~/.config/darktable/color/out
-p
is for creating a path of directories; if the parent directory doesn't exist, it will be created;
~
is a shell function for the path to your home directory ($HOME
).
Finally, you should copy the printer profile to the out
directory.