Advertisement
Guest User

Evince Thumbnailer error

a guest
Dec 9th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.78 KB | None | 0 0
  1. #gives an error
  2. evince-thumbnailer -s 200 /var/lib/jenkins/jobs/myproject/workspace/target/test-classes/com/myproject/PdfWith29Pages.pdf /var/lib/jenkins/jobs/myproject/workspace/target/test-classes/com/myproject/PdfWith29Pages.pdf.png && echo "true"
  3. Syntax Error: Expected the optional content group list, but wasn't able to find it, or it isn't an Array
  4.  
  5. #works fine
  6. evince-thumbnailer -s 200 /var/lib/jenkins/jobs/myproject/workspace/target/test-classes/com/myproject/PdfWith29Pages.pdf /tmp/PdfWith29Pages.pdf.png && echo "true"
  7. Syntax Error: Expected the optional content group list, but wasn't able to find it, or it isn't an Array
  8. true
  9.  
  10. #I installed evince on a headless server with
  11. sudo apt-get install --no-install-recommends evince-gtk -y && sudo apt-get install texlive-binaries -y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement