geeqie icon indicating copy to clipboard operation
geeqie copied to clipboard

Print to pdf results in "Error: Print page setup load failed:"

Open liar666 opened this issue 5 years ago • 1 comments

ISSUE TYPE

  • Bug Report

GEEQIE VERSION

$ geeqie -v
Geeqie 1.5.1

OS / DISTRIBUTION

XUbuntu 19.10 upgraded today

SUMMARY

Trying to print to pdf does nothing in the GUI, and prints "Error: Print page setup load failed:" "No such file or directory"

When ran from CLI

STEPS TO REPRODUCE

  1. open geeqie in a dir with several images
  2. select a few images
  3. go to File > print
  4. select "print to pdf"
  5. click "print" button

Nothing happens...

liar666 avatar Mar 28 '20 13:03 liar666

"Error: Print page setup load failed:"

Produced when Geeqie tries to load file $HOME/.config/geeqie/page-setup

which should contain something like `[Page Setup]

PPDName=A4 DisplayName=A4 Width=210 Height=297 MarginTop=4.0005094740125866 MarginBottom=4.0005000538296169 MarginLeft=4.0005000538296169 MarginRight=4.0005094740125866 Orientation=portrait ` The file should be created/refreshed when you exit the print function. Edited to add: The next time you run the print function, the error message will not appear. Please check the destination button in theh print dialogue.

It also seems that only a single image is sent to file. I am not sure if that is a bug or "by design".

caclark avatar Mar 28 '20 13:03 caclark