dt.softinit.src 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. XCOMM $XConsortium: dt.softinit.src /main/3 1996/04/23 17:35:08 drk $
  2. XCOMM
  3. XCOMM
  4. XCOMM (c) Copyright 1993 Hewlett-Packard Company
  5. XCOMM (c) Copyright 1993 International Business Machines Corp.
  6. XCOMM (c) Copyright 1993 Sun Microsystems, Inc.
  7. XCOMM
  8. XCOMM
  9. XCOMM ####################################################################
  10. XCOMM ## ###
  11. XCOMM ## Invocation Specifications for the DT Applications ###
  12. XCOMM ## ###
  13. XCOMM ####################################################################
  14. XCOMM
  15. XCOMM
  16. XCOMM Tool Type Scope Filetypes ExecHost Invocation
  17. XCOMM The following tools are visible to users.
  18. XCOMM
  19. FILEMGR TOOL NET * %Local% CDE_INSTALLATION_TOP/bin/dtfile -noview
  20. HELPMGR TOOL NET * %Local% dthelp -unmapped
  21. STYLEMGR COMMAND NET * %Local% CDE_INSTALLATION_TOP/bin/dtstyle
  22. ANNOTATOR TOOL NET * %Local% CDE_INSTALLATION_TOP/bin/dtannotator
  23. DTPAD TOOL NET * %Local% CDE_INSTALLATION_TOP/bin/dtpad -server
  24. XCOMM The following tools are special cases that should never be auto-started
  25. XCOMM due to a request message. If they were not started during the normal
  26. XCOMM DT start-up, requests for them should be ignored instead of causing
  27. XCOMM them to be started. This is because starting them in the middle of
  28. XCOMM a session can cause havoc.
  29. XCOMM
  30. XCOMM To keep them from being auto-started, a "fake" exec-string of /bin/true
  31. XCOMM is used. One side-effect of this is that if these tools aren't running,
  32. XCOMM requests messages to them will be held forever in the Execution Manger.
  33. XCOMM This is a memory leak, though it is expected to be quite small.
  34. XCOMM
  35. XCOMM The alternative solution of not listing these tools at all cannot be
  36. XCOMM used because the Softbench Tool Manager will produce warning dialog
  37. XCOMM boxes for unknown tools.
  38. XCOMM
  39. SESSIONMGR TOOL NET * %Local% /bin/true
  40. WORKSPACEMGR TOOL NET * %Local% /bin/true