Pdfchain doesn't start. When trying to start from terminal I get:
Segmentation fault (core dumped)
Any suggestions?
I will first try purge pdfchain:
sudo apt-get purge pdfchain
And check. If this doesnt work try to reinstall it with and purge config too:
sudo apt-get remove pdfchain
sudo apt-get purge pdfchain
Then install it :
sudo add-apt-repository ppa:pdfchain-team/ppa
sudo apt-get update
sudo apt-get install pdfchain
Tell me if it works. If not you may try to debug the pdgchain with gdb for example.
pdfchain is in Ubuntu 16.04, and likely to be more stable than a release from PPA.
– zwets
Oct 29 '16 at 20:57
ppa:pdfchain-team/ppa did not change the result.
– nekketsuuu
Apr 06 '17 at 01:32
Segmantation faultmessage with 17.10, installed either from pdfchain-team ppa, or from Software channel. :( Worked so well in 16.04 LTS. Fortunately,pdftkworks from command line. – Dɑvïd Sep 01 '17 at 13:34