William Kenworthy writes:
> I am having problems setting up X-forwarding for libreoffice (gentoo)
> over ssh to an ipad (iSSH client).
>
> X-forwarding is working fine for xterms, fluxbox and simple apps but
> libreoffice fails even when using the -display localhost:10.0 argument.
> The $DISPLAY is also correctly set inside the ssh session.
What error message do you get?
> Any hints?
Are you using trusted X11 forwarding? That's what -Y enables for ssh, -X
is not enough sometimes, usually applications fail with X errors
(BadWindow and such). But I don't know if iSSH does support this.
Wonko