<p>OK! Got it. In my GUI, LD_LIBRARY_PATH was set to /usr/etc/e17: while in SSH it was empty. I wrote a script that simply unsets LD_LIBRARY_PATH and runs the first parameter and it works. :D I just added it to the commands to run in all the .desktop files, and voila! It&#39;s fixed (dirtily, but effectively). Here&#39;s the script, if anyone wants to copy it. It&#39;s hardly worth copying though, it&#39;s so simple....</p>
<p></p><p>#!/bin/bash</p><p>unset LD_LIBRARY_PATH</p><p>$1</p><p></p><p>-- <br></p>Thanks,<br><br>The Digital Pioneer<br>