Directory | Contents |
---|---|
web/src | Web Source code, libraries |
web/bin | Web Executables |
web/docs | Web Documentation |
web/xlibs | Web Sample Motif object libraries |
web/jweb | JWeb directory |
The PARENT-DIR/web/bin directory contains following GNU/Linux executable binary files, use whichever one works best on your system.
Web | For Desktop Environment |
Visual | Executable | Library linkage |
---|---|---|---|---|
web_linux_dir | KDE and most others | 24 bit DirectColor | 32 bits | Dynamic |
web_linux_dirs | KDE and most others | 24 bit DirectColor | 32 bits | Static |
web_linux_tru | Gnome | 24 bit TrueColor | 32 bits | Dynamic |
web_linux_trus | Gnome | 24 bit TrueColor | 32 bits | Static |
web_linux_trud64 | KDE/Gnome/Etc | 24 bit TrueColor | 64 bits | Dynamic |
alias web PARENT-DIR/web/bin/web_linux_dir
or
alias web PARENT-DIR/web/bin/web_linux_tru
To control Web: USE MOUSE TO SELECT MENU ITEMS FROM PULL-DOWN MENUS
Further information is given in the Web manual.
You may enter the file extension on the command line, e.g.:
web dat
On Redhat and SUSE Linux for 32 bit applications these libraries are often in: /usr/X11R6/lib (or more recently in: /usr/lib/). If your system does not know the location of your X Window libraries and you are using the 'C' shell, add the following lines to your .cshrc startup file:
vncserver -cc 3 -depth 24
Provide a password if prompted.Returns "New 'X' desktop is hostname:number"
e.g.: "New 'X' desktop is green:1"vncviewer :1
Provide a password if prompted.Opens new desktop within a window
vncserver -kill :1
Here you can start web_linux_dir normally or you can start it automatically by editing your vnc viewer startup file: ~/.vnc/xstartup
Kills the vnc server. (The vnc server will usually keep the same passwords you specified for the next invocation.)