Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Remote X client trouble

franklin (franklin@xxxxxxxxxx):

> Everything is OK when it's running locally.
> While I try to launch eclipse from a remote X client: eclipse can be
> launched successfully, but once I try to create a new project, it
> crashed. The log file is attached.

  Please file a bug at bugs.eclipse.org/bugs/ against Platform > SWT
and include the crash log.

  Are you using ssh to launch X remotely?  ssh recently changed their
X forwarding to signal connections as "untrusted", which breaks a number
of applications including eclipse.  Using "ssh -Y" is required instead
of "ssh -X" in this case.  That would be my first guess.

  -Billy


Back to the top