Hallo,
ich klinke mich mal in den Thread mit ein. Gestern habe ich mein Ubuntu von 10.10 auf 12.04 aktualisiert.
CAPI an sich funktioniert...Anrufe werden erkannt. Aber leider weigert sich capisuite Faxe anzunehmen, was vorher noch funktionierte.
/var/log/capisuite.error
Thu Nov 8 08:28:23 2012 Pythonscript /usr/lib/capisuite/idle.py,idle,0x97a1460: IdleScript 0x97a1460 Error occured. Thu Nov 8 08:28:23 2012 Pythonscript /usr/lib/capisuite/idle.py,idle,0x97a1460: message was: ApplicationError: syntax error while executing python script occured in PythonScript::run()
/var/log/capisuite.log
Thu Nov 8 08:28:24 2012 Connection 0xb6000478: rejecting with cause 34a9 Thu Nov 8 08:28:25 2012 Connection 0xb6000478: Connection object deleted
Den Format-Fehler in /usr/share/pyshared/cs_helpers.py habe ich korrigiert:
# the first pipe must be handled by the shell so that the output of # of ps2pdf can be read immediately. Handling this shell in Python # leads to an overflow of the ps2pdf output pipe... #----------------------------------------------- # -h option must be smaller than -H option # A4= 29.7 cm => 11.6929 inch # command="tiff2ps -h11 -H12 -L.5 -w8.5 -a "+escape(basename+"tif")+" | ps2pdf -sPAPERSIZE=a4 - -" command="tiff2ps -h11.6929 -H11.6929 -L.5 -w8.5 -a "+escape(basename+"tif")+" | ps2pdf -sPAPERSIZE=a4 - -"