I have a VPS which I've just reinstalled an OS on. The OS is CentOS 6 x32.
I've exactly done the following:
yum install wget nano firefox
yum update
yum groupinstall Desktop
useradd wajed && passwd wajed
visudo
yum install nx freenx
nxserver --adduser wajed
cat /etc/passwd | grep ^nx
cat /var/lib/nxserver/home/.ssh/client.id_dsa.key
So,
- I installed some software, updated the OS, installed Desktop.
- Added a user and gave permissions.
- Installed freenx.
The result is that everything is good, and I could connect to the desktop, but there is no font... it's all boxes instead of letters. What could the problem be?
Here is a screenshot: 