Re: [gscan2pdf-help] 2.1.1: Scanprofiles not saved - fallback on default
Brought to you by:
ra28145
|
From: Jeff <jf...@po...> - 2018-05-23 08:34:53
|
On 22/05/18 17:55, Jeff wrote: > On 21/05/18 19:42, Jörg Jenetzky wrote: > I've just installed an appropriate locale and see that I can reproduce > the problem, too. > > I'll try and fix it ASAP. This looks like a weird bug in Gtk3 and I don't understand what is going on. However, the workaround is simple: diff --git a/bin/gscan2pdf b/bin/gscan2pdf index 7d58b04f..bdcd74aa 100755 --- a/bin/gscan2pdf +++ b/bin/gscan2pdf @@ -64,7 +64,7 @@ use Image::Sane ':all'; # To get SANE_* enums use Image::Magick; use Gscan2pdf::ImageView; use Gtk3::SimpleList; -use Gtk3 0.028; # Could just call init separately +use Gtk3 0.028 -init; # Could just call init separately use Cwd; # To obtain current working directory use File::Basename; # Split filename into dir, file, ext use File::Copy; I'll push out a new release right now. Regards Jeff |