home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / TEDdesk / reloc.9 / $TED_DIR / config / Xsession.d / 0020.dtims next >
Encoding:
Korn shell script  |  1998-08-19  |  2.2 KB  |  71 lines

  1. #!/bin/ksh
  2. #####################################################################
  3. ###  File:              0020.dtims
  4. ###
  5. ###  Default Location:  /usr/dt/config/Xsession.d/
  6. ###
  7. ###  Purpose:           Start desktop input method server if required
  8. ###                     
  9. ###  Description:
  10. ###                     This script is invoked by means of the Xsession file
  11. ###                     at user login. It starts an input method server as
  12. ###                     required for selected locales.
  13. ###
  14. ###  Invoked by:        /usr/dt/bin/Xsession
  15. ###
  16. ###  Product:           @(#)TriTeal Enterprise Desktop
  17. ###
  18. ###  Note:              
  19. ###
  20. ###    The /usr/dt/config/Xsession.d/0020.dtims file is a
  21. ###    factory-default file and will be unconditionally overwritten upon
  22. ###    subsequent installation. To customize input method server startup
  23. ###    behavior, copy this file to the configuration directory,
  24. ###    /etc/dt/config/Xsession.d and customize that version
  25. ###    of the file.
  26. ###    
  27. ###    The value of DTSTARTIMS determines whether this file,
  28. ###    /usr/dt/config/Xsession.d/0020.dtims, will start
  29. ###    the specified input method server. Should an input method server
  30. ###    be started from /etc/dt/config/Xsession.d/0020.dtims
  31. ###    or should an input method server not be desired, unset DTSTARTIMS
  32. ###    to prevent this file from starting one.
  33. ###
  34. ###    The general logic of this file is:
  35. ###
  36. ###    if [ "$DTSTARTIMS" = "True" ]
  37. ###    then
  38. ###      <start input method server>
  39. ###      unset DTSTARTIMS
  40. ###    fi
  41. ###
  42. ###  Revision:          $XConsortium: 0020.dtims.src /main/cde1_maint/3 1995/10/03 17:39:03 gtsang $
  43. ###
  44. ###  (c) Copyright 1994 TriTeal Corporation
  45. ###  (c) Copyright 1993, 1994 Hewlett-Packard Company
  46. ###  (c) Copyright 1993, 1994 International Business Machines Corp.
  47. ###  (c) Copyright 1993, 1994 Sun Microsystems, Inc.
  48. ###  (c) Copyright 1993, 1994 Novell, Inc.
  49. ###
  50. ###   @(#)TED Version: TED 4.2 Alpha 99-4200-00
  51. ###   @(#)TED FileVersion: 0020.dtims: $Id: 0020.dtims.src,v 1.1.1.1 1997/09/09 01:27:39 philip Exp $
  52. ###
  53. #####################################################################
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. ##########################         eof       #####################
  71.