Quote:> Can't think what I have done. But xterminals logins with CDE take
> 10-15 minutes and when they arrive dtwm is not running.
...
Are you running dtwm locally on the Xterminal(s), or on the login host?
If the Xterminal is diplaying the dtlogin screen, then it seems that
it must have the appropriate fonts. Can you verify this during Xterminal
boot? We are using NCD and TekTronix, and found it necessary to supply
the dt fonts deliberately in the secure NFS boot paths for each.
Does the problem exist only for yourself, or other users as well? Only
on the Xterminals? Does /var/dt/Xerrors give any useful indications? Any
difference when line 223 of your dtwmrc is commented out?
An aside:
pcfileviewer uses TrueType fonts (*.ttf), so unless you can make those
available to the Xserver on the Xterminal, a different font will be
used. pcfileviewer, when invoked from an Xterminal, will expect the
Xterminal hostname to be able to run the executable, which will fail in
most instances. To circumvent this, edit the dejaVu.dt file as follows,
by commenting the two EXEC_HOST lines:
...
ACTION PCFileViewer
{
LABEL PCFileViewer
ICON win95
TYPE COMMAND
WINDOW_TYPE NO_STDIO
EXEC_STRING /bin/sh -c '\
LD_LIBRARY_PATH=\
/opt/SUNWdtpcv/lib:${LD_LIBRARY_PATH}; \
export LD_LIBRARY_PATH; \
PATH=/opt/SUNWdtpcv/lib:${PATH}; \
export PATH; \
/opt/SUNWdtpcv/bin/dejaVu \
"%(File)Arg_1%"'
# EXEC_HOST %DisplayHost%
DESCRIPTION This action starts the PC File Viewer.
Quote:}
ACTION PCFileViewer
{
ARG_COUNT 0
LABEL PCFileViewer
ICON win95
TYPE COMMAND
WINDOW_TYPE NO_STDIO
EXEC_STRING /bin/sh -c '\
LD_LIBRARY_PATH=\
/opt/SUNWdtpcv/lib:${LD_LIBRARY_PATH}; \
export LD_LIBRARY_PATH; \
PATH=/opt/SUNWdtpcv/lib:${PATH}; \
export PATH; \
/opt/SUNWdtpcv/bin/dejaVu'
# EXEC_HOST %DisplayHost%
DESCRIPTION This action starts the PC File Viewer.
Quote:}
###############
Hopefully you'll find something useful here, although I suspect you're
already aware of most of this.
tony
___________________________________________________________________
"Things are more like they used to be than they are now."
-
--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---