Template:AdobeDngConverterLinux
Jump to navigation
Jump to search
- Install Wine, preferably using your package manager.
- Download Adobe DNG Converter for Windows.
- Install Adobe DNG Converter:
WINEPREFIX="$HOME/wine-dng" wine /path/to/DNGConverter_version.exe
- It will install to
"$HOME/wine-dng/drive_c/Program Files (x86)/Adobe/Adobe DNG Converter.exe"
- Adobe DNG Converter versions >= 11.2 will crash on startup (the issue affects all versions of wine, see wine bug #46972), but the cause of the crash can be easily circumvented.
- Run Wine configuration:
WINEPREFIX="$HOME/wine-dng" winecfg
- Go to the "Libraries" tab, add a new override for
api-ms-win-core-winrt-error-l1-1-0, then edit it and select "Disable". Done.
- Run Adobe DNG Converter:
WINEPREFIX="$HOME/wine-dng" wine "$HOME/wine-dng/drive_c/Program Files (x86)/Adobe/Adobe DNG Converter.exe"
- Add an alias so that you can run Adobe DNG Converter from a console with ease:
echo "alias dng='WINEPREFIX=\"\$HOME/wine-dng\" wine \"\$HOME/wine-dng/drive_c/Program Files (x86)/Adobe/Adobe DNG Converter.exe\"'" >> ~/.bashrc && exec bash
- To run Adobe DNG Converter, just type
dngin a console.