Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • repeat workaround 1+2 to avoid sessions mess
  • login to your x2go remote server and remove .ICEauthority file in your home directory on the remote server:

    Code Block
    rm -f ~/.ICEauthority


  • try X2go again

Workaround 4

If workaround 1+2+3 did not help:

  • login to your x2go remote server via ssh and remove +re-create x2go sessions database file in your home directory on the remote server:

    Code Block
    rm -f /var/lib/x2go/x2go_sessions
    x2godbadmin --createdb


  • try X2go again

Inspired by https://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=323