hi, > I'm using Red Hat without X. Does the installer really require X? its > not listed in the requirements. > yes, the installer needs X to display the dialog windows. but as X is a network-transparent window system you don't need to have it installed on server side. you can easily use X11 forwarding via ssh to install openthinclient on your Red Hat box without X:
u...@some-linux-box-with-x:~$ ssh -X root@<YOUR_RED_HAT_BOX> and run: java -jar <PATH_TO_INSTALLER>/openthinclient-0.4.0.jar cheers, martin ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ The Open Source Thin Client Solution http://openthinclient.org [email protected] https://lists.sourceforge.net/lists/listinfo/openthinclient-user
