Actually, there is no need to change the client. Just extend the extensions part of the .openerprc file:
[extensions] filetype = {'odt': ('/usr/bin/ooffice', '/usr/bin/ooffice'), 'ps': ('/usr/bin/evince', '/usr/bin/gtklp'), 'pdf': ('/usr/bin/evince', '<some script that combines pdf2ps and gtklp>')} The pattern is: filetype: (previewcommand, printcommand) Make sure it is one single line! ------------------------ Pieter J. Kersten EduSense BV http://www.edusense.nl -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=50925#50925 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
