The CDE uses a dtterm as the default terminal. It is analogous to the old hpterm in HPUX 9.X. You can, however, change the default terminal from dtterm to an xterm or back to an hpterm. Here are the steps:
If you want to make an xterm or hpterm the default for everyone on your system:
/usr/dt/appconfig/types/C/user-prefs.dt
to /etc/dt/appconfig/types/C.
user-prefs.dt and find
the ACTION Terminal section.
MAP_ACTION Dtterm to
either xterm or Hpterm
Hpterm, you
are done. If you changed it to xterm
continue to the next step.
xterm.dt
in the same directory. Add the following lines to this file:
ACTION xterm
{
LABEL xterm
TYPE COMMAND
EXEC_STRING /usr/bin/X11/xterm -sb -sl 2000
ICON Dthptrm
WINDOW_TYPE NO_STDIO
}
If you want to make an xterm or hpterm the default for just yourself:
/usr/dt/appconfig/types/C/user-prefs.dt
to the .dt/types directory in your
home directory.
user-prefs.dt and find
the ACTION Terminal section.
MAP_ACTION Dtterm to
either xterm or Hpterm
Hpterm, you
are done. If you changed it to xterm
continue to the next step.
xterm.dt in
the same directory. Add the following lines to this file:
ACTION xterm
{
LABEL xterm
TYPE COMMAND
EXEC_STRING /usr/bin/X11/xterm -sb -sl 2000
ICON Dthptrm
WINDOW_TYPE NO_STDIO
}