Hi there. Here's the situation. I have a brand new installation of suse
11.2 x86_64 with Gnome. I installed nx client/server/node from
'NoMachine NX - Download: NX Server for linux Evaluation'
(
http://www.nomachine.com/select-pack...?os=linux&id=1) without
problems. But when I try to run the nx client, nothing happens, if I try
to run it from konsole I get
Code:
--------------------
nxclient: cannot connect to X server :0.0
--------------------
googling around I found out the problem is with "xhost" command. So if
I execute
Code:
--------------------
xhost +
--------------------
before trying to run the client, the client then starts up ok. However
if I reboot pc, I have to repeat the procedure, which is a bit annoying.
Therefore I would like to permanently allow connection to my X from
specific hosts (but for now just the localhost) and not from all (which
is what I did executing "xhost +"). If I do.
Code:
--------------------
xhost+localhost
xhost+192.168.15.40
--------------------
that doesn't help, the nxclient still doesn't start. So my question is,
how can I permanently add access to X from my localhost for nxclient?
Any suggestion much welcome

Bookmarks