5

I'm trying to use nx to login remotely to my desktop. But when I do, because of unity I get the following screen:

My NX Client

It looks like all I can do is access the file browser from here. I tried following the instructions in this post, but they don't work (presumably because I don't have the necessary gnome stuff). How do I launch the unity-2d "session" on 11.10?

Kurtis Nusbaum
  • 245
  • 3
  • 9

2 Answers2

7

You use gnome-session --session=ubuntu-2d as the command in your NX client.

Jo-Erlend Schinstad
  • 29,477
  • 6
  • 67
  • 114
2

The problem is described on this nomachine webpage.

I had to check which sessions are available for gnome-session in /usr/share/gnome-session/sessions and modify the session startup (--session=gnome-classic changed to --session=gnome).

gertvdijk
  • 67,007
  • 33
  • 188
  • 283
Marcin
  • 21
  • 1