![]() |
Installed TightVNC. Fails. Can't find fonts when ran. Running CentOS.
Hey, I'm trying to run freenx and tightvnc. I can't get freenx working, so I moved on to try to install tightvnc. I installed the Fedora rpm on my CentOs box. Everything installed.
When I tried to run it, it failed and exited. It says I'm missing fonts. I had the technicians install GNOME when it was being installed, but I don't think its configured. Can anyone help me out? -Thx Quote:
ps: I also have another issue with my freenx server. Maybe they're related? |
The clue is in the first lines:
Quote:
|
this may sound stupid, but i tried editing the vncserver script and using
$fontsPath="/usr/share/X11/fonts/" and also $fontsPath="/usr/share/X11/fonts/misc/" But same message. I'm pretty sure those are where my fonts are installed. Or if they're even installed... |
I've also tried setting it to /usr/share/fonts/default/
If I gave you root access, do you think you would be able to do it? Thx. |
If you have /usr/X11R6/lib/X11/fonts/misc/, try
Code:
$fontPath = "/usr/X11R6/lib/X11/fonts/misc/";Quote:
|
well i trust you. as many times as I visit these forums, reading, you're always helping out.
It okay if i pm ya the info? hehe, thx. |
But you don't need to? I mean, I gave you something to try?
|
Yeah sorry, I was on my phone earlier and didn't have putty on there to try it. Just txt.
I tried just now and i got this, all i have in my X11R6 directory is bin. Quote:
|
"rpm -ql xorg-x11-fonts-base" should show you the path to use.
|
When I did that, I got a HUGE list of locations, all of which seem like they're in
/usr/share/X11/fonts/encodings /usr/share/X11/fonts/misc but i can't see the whole list, is that enough info? I don't know how to purge the listing in putty so I can see one page at a time. And where do i put post locations in tightvnc? |
is that enough info?
Indeed. Try "/usr/share/X11/fonts/misc". Make sure you use the right notation. I don't know how to purge the listing in putty so I can see one page at a time. Pipe it through a pager, like 'rpm -ql xorg-x11-fonts-base | less' or 'rpm -ql xorg-x11-fonts-base | more'. In most cases I think less really is more because 'less' allows you to scroll back, search for stuff and save output... |
I edited /etc/bin/vncserver and put in
$fontPath="usr/share/X11/fonts/misc"; but im stillg etting the same msg. |
Did a diff to see what I changed. Apparently it's two "fontPath" ones:
Code:
--- usr/bin/vncserver 0000-00-00 00:00:00.000000000 +0000 |
| All times are GMT -5. The time now is 04:14 PM. |