Bug#962151: Failure to save: unitialized value $SETTINGS{"ps_backend"}

2020-06-04 Thread Jeff
Thanks for the report. This fixes things for me. I'll release it next week. Regards Jeff diff --git a/bin/gscan2pdf b/bin/gscan2pdf index f2e8d492..d81a12d3 100755 --- a/bin/gscan2pdf +++ b/bin/gscan2pdf @@ -2757,6 +2757,7 @@ sub save_button_clicked_callback { } when ('ps') {

Bug#962151: Failure to save: unitialized value $SETTINGS{"ps_backend"}

2020-06-03 Thread martin f krafft
Package: gscan2pdf Version: 2.7.0-1 Severity: normal Tags: upstream When trying to save, nothing happens and the process indicator just freezes at 0%. In the debug logs, I see this: WARN - Use of uninitialized value $SETTING{"ps_backend"} in string eq at /usr/bin/gscan2pdf line 2867. lotus