Re: [gscan2pdf-help] 2.1.1: Scanprofiles not saved - fallback on default
Brought to you by:
ra28145
|
From: Jeff <jf...@po...> - 2018-05-22 15:55:54
|
On 21/05/18 19:42, Jörg Jenetzky wrote: > Deleting the gscan2pdfrc file and renaming the ...old file appears to be > resulting in the creation of another ...old file out of it by restarting > Gscan2pdf - in default mode. The reason it doesn't like the gscan2pdfrc file (JSON) is because there are numbers with decimal commas. The JSON specification requires decimal points. You can check this with an online JSON valid, e.g.: https://jsonlint.com/?code= The question is then, is the problem due to a change I made in gscan2pdf, or a change in one of its dependencies? I've just installed an appropriate locale and see that I can reproduce the problem, too. I'll try and fix it ASAP. Regards Jeff |