<div>For those who can't print to redirected printer here my workaround.</div><div>š</div><div>On X2Go Server do following (by root):</div><div>----------------------------------------------</div><div>cd /usr/bin</div><div>š</div><div>mv x2goprint x2goprint.orig</div><div>š</div><div>cat << EOF >šx2goprint</div><div><div>#!/bin/bash</div><div>umount /tmp</div><div>x2goprint.orig $@</div><div>EOF</div><div>š</div><div>chmod a+xšx2goprint</div><div>-----------------------------------------------</div><div>š</div><div>The problem is that CUPS remounts /tmp during print process.</div><div>Therefore temporary x2go directories have become unavailable.</div><div>š</div><div>Best regards,</div><div>Inpos.</div></div>