| As a workaround you can create an action that will prompt you for the
screen number. You can then install this action on your front panel so
that you can access it easily.
Edit a file called ~/.dt/types/DecTerm.dt
Insert the following:
ACTION DecTermScreen
{
LABEL DecTerm
TYPE COMMAND
EXEC_STRING /usr/bin/X11/dxterm -display :0.%"Screen:"%
ICON Dtterm
WINDOW_TYPE NO_STDIO
}
Save and exit.
Create an empty file called DecTermScreen in ~/bin and give it execute
permissions.
Then, from a terminal, exectute "/usr/dt/bin/dtaction ReloadActions".
Bring up the file manager, dtfile, and go into the ~/bin directory. There
should be a terminal icon with the label "DecTerm".
Open your "Personal Applications" subpanel off of the frontpanel (by default
this is done by clicking the arrow above the fourth icon). Drag and
drop the DecTerm icon to "Install Icon Box". This will add it to your
subpanel.
If you want to add it to the main panel, while the mouse cursor is over the
DecTerm icon in the subpanel press MB3 and select "Copy To Main Panel".
Clicking on this icon will prompt you for a screen number. Enter a screen
number (0-2 if you have 3 heads) and the decterm should go to the right
place.
Hope this helps,
Wayne.
[Posted by WWW Notes gateway]
|