home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / faqs / comp / answers / motif-faq / part2 < prev    next >
Encoding:
Internet Message Format  |  1997-10-19  |  46.0 KB

  1. Path: senator-bedfellow.mit.edu!faqserv
  2. From: kenton@rahul.net (Ken Lee)
  3. Newsgroups: comp.windows.x.motif,comp.answers,news.answers
  4. Subject: Motif FAQ (Part 2 of 9)
  5. Supersedes: <motif-faq/part2_875789459@rtfm.mit.edu>
  6. Followup-To: poster
  7. Date: 18 Oct 1997 10:15:20 GMT
  8. Organization: none
  9. Lines: 1063
  10. Approved: news-answers-request@MIT.EDU
  11. Distribution: inet
  12. Expires: 1 Dec 1997 10:06:58 GMT
  13. Message-ID: <motif-faq/part2_877169218@rtfm.mit.edu>
  14. References: <motif-faq/part1_877169218@rtfm.mit.edu>
  15. Reply-To: kenton@rahul.net (Ken Lee)
  16. NNTP-Posting-Host: penguin-lust.mit.edu
  17. Summary: Motif Frequently Asked Questions (with answers).
  18. Keywords: FAQ question answer
  19. X-Last-Updated: 1997/08/27
  20. Originator: faqserv@penguin-lust.MIT.EDU
  21. Xref: senator-bedfellow.mit.edu comp.windows.x.motif:60050 comp.answers:28578 news.answers:114850
  22.  
  23. Archive-name: motif-faq/part2
  24. Last-modified: SEP 1, 1997
  25. Posting-Frequency: irregular
  26. Organization: Kenton Lee, X/Motif Consultant, http://www.rahul.net/kenton/
  27. URL:  http://www.rahul.net/kenton/faqs/mfaq_index.html
  28. Version: 6.3
  29.  
  30. -----------------------------------------------------------------------------
  31. Subject: 21)  Where can I find Motif 2.0 documentation?
  32.  
  33. [Last modified: Nov 95]
  34.  
  35. Answer:  The Prentice Hall versions of selected Motif 2.0 documentation are
  36. finally available!
  37.  
  38.         OSF/Motif Programmer's Guide, Release 2.0
  39.         ISBN 0-13-143158-7 (maybe 0-13-147158-7 ?)
  40.  
  41.         OSF/Motif Programmer's Reference, Release 2.0
  42.         ISBN 0-13-143166-8
  43.  
  44.  
  45. Others are listed at
  46. http://www.rdg.opengroup.org/public/pubs/catalog/t200s.htm
  47.  
  48. Kevin Till of OSF posted a note saying that printouts by a local printing
  49. company of the documents supplied with the Motif 2.0 source tape are
  50. available. Call OSF Direct Channel at (617) 621-7300 to order.
  51.  
  52.  
  53. -----------------------------------------------------------------------------
  54. Subject: 22)  I want to use C++ with Motif. Where can I find C++ examples?
  55. Motif 2.0 supports native C++ classes but I can't find documentation.
  56.  
  57. [Last modified: Sept 95]
  58.  
  59. Answer:  Doug Rand <drand@sgi.com> writes: "There are some examples in the
  60. demos tree, look under demos/lib/ExmCxx for widget examples.  The C++ support
  61. was only a widget writer's tool.  When the widget writer's guide is out, you
  62. can also look in that for documentation."
  63.  
  64. Scott W. Sadler <sws@iti-oh.com> replied to a related question about combining
  65. Motif with C++: "There are two books available (that I know of):
  66.  
  67.         Object-Oriented Programming with C++ and OSF/Motif - Second Edition
  68.         Doug Young 0-13-209255-7 (c) 1995
  69.  
  70.         Using Motif with C++
  71.         Daniel Bernstein 0-13-207390-0 or 1-884842-06-2 (c) 1995"
  72.  
  73. See also the subject: "Is there a C++ binding for Motif?"
  74.  
  75. -----------------------------------------------------------------------------
  76. Subject: 23)  Is Motif 2.0 backward compatible with Motif 1.2?  Does a program
  77. written for Motif 1.2 compile and run with Motif 2.0?
  78.  
  79. [Last modified: Jan 96]
  80.  
  81. Answer:  (See also the next subject.)  Doug Rand <drand@sgi.com> writes: "It
  82. is backward compatible except where it isn't :)
  83.  
  84. 1) Subclassed widgets which do not use XmResolvePartOffsets won't work.
  85.  
  86. 2) If you free your XmStrings using any technique other than XmStringFree, it
  87. is quite likely that your program either won't compile, or will crash with a
  88. core dump at runtime. [Wording change for (2) provided by Alan Ezust
  89. (ezust@learnix.ca).]
  90.  
  91. 3) If you use libMrm and relink with the new shared library,  you'll need to
  92. make the new modern .uid files (but if you wait for the Motif from CDE you
  93. don't need to do this one).
  94.  
  95. 4) If you assume that XmStrings are ASN.1 strings and play with them, it won't
  96. work.  They are now data structures.  But the good news is that XmStringCopy
  97. just increments a reference count now.
  98.  
  99. Note that #1 and #2 where always documented this way and aren't supposed to
  100. work.
  101.  
  102. Otherwise,  it's pretty compatible.  We relinked a number of things and they
  103. continued fine.  [These] include xrn (Motif), and a couple of other moderately
  104. big things.  I want to say we did xmosaic,  but I can't remember if I'm right
  105. about that.
  106.  
  107. #1 isn't a problem if you recompile your subclassed widgets.  But then there
  108. is a source compatibility problem that you may need to include the obsolete
  109. modules for the _Xm functions.  Proper 2.0 subclasses use Xme functions,  and
  110. there is even a document."
  111.  
  112. -----------------------------------------------------------------------------
  113. Subject: 24)  How compatible are Motif 1.2.* and X11R6?
  114.  
  115. [Last modified: July 96]
  116.  
  117. Answer:  (See also the previous subject.)  This is actually several related
  118. questions with answers from David B. Lewis (d.lewis@opengroup.org) and Kenton
  119. Lee (http://www.rahul.net/kenton/).
  120.  
  121.  1. Is it possible to run an X11R6 server with a Motif 1.2.* runtime
  122.  environment (Motif libs and Motif Window Manager)?
  123.  
  124. David> Yes. The X11 protocol has not changed in its various versions, so
  125. all X servers are compatible. There are differences, though, in
  126. the fonts that are available and in a few of the gray areas in the
  127. interpretation of the protocol. The fonts distributed by the X
  128. Consortium form a standard set, though, and I know of no cases in
  129. which changes in X11R6 cause problems for Motif programs (we are
  130. using Motif with X11R6 servers here).
  131.  
  132.  2. Is there any possible conflict with Motif 1.2.* applications and an
  133.  X11R6 server (assuming a Motif 1.2.* runtime environment)?
  134.  
  135. David> The only situation that I could imagine is a case in which Motif
  136. 1.2 code was written to depend on a particular bug or behavior of
  137. an X11R5 server; I know of no such cases. Because of the stability
  138. of the X11 protocol, Motif 1.2 programs should work with any
  139. available X server, current and future.
  140.  
  141.  3. If Motif 2.0 is installed such that the Motif libraries and mwm are
  142.  versions 2.0, is there 100% binary compatibility with statically linked
  143.  Motif 1.2.* applications? If not, what are the known or potential problems?
  144.  
  145. David> There are additional support files in both the Motif and X11 areas
  146. which are used at run-time. There are no known problems using Motif
  147. 1.2 *static* applications in a Motif 2.0 environment.
  148.  
  149. Kenton writes:  R6 was designed to be backwards binary compatible with R5 and
  150. most vendors have done a good job in implementing this.  Still, I wouldn't
  151. recommend that my customers do this until I tested configurations similar to
  152. theirs.
  153.  
  154. Motif 2.0 is backwards compatible with Motif 1.X in most cases.  I think Doug
  155. Rand's comments in [the previous subject of the Motif FAQ] covers the
  156. important issues.  In general, well written applications shouldn't have
  157. problems, but some applications aren't well written.  Again, I would test
  158. before making recommendations to my customers.
  159.  
  160. The above comments apply to run-time linking (shared library) compatibility.
  161. If you statically link, the only problems I can imagine are the common ones
  162. like installed fonts, supported server extensions, input methods, color name
  163. databases, default visual types, etc.
  164.  
  165. -----------------------------------------------------------------------------
  166. Subject: 25)  Why aren't the big UNIX vendors shipping Motif 2.0?
  167.  
  168. [Last modified: May 97]
  169.  
  170. Answer:  Most of these companies decided to move to CDE 1.0 first.  CDE 1.0
  171. uses Motif 1.2.5, which is not binary compatible with Motif 2.0.  Motif 2.1
  172. was released in February, 1997.  Motif 2.1 is compatible with CDE 2.1 and
  173. Motif 1.2.  I expect the major UNIX vendors to start shipping Motif 2.1 late
  174. in 1997 or early in 1998.
  175.  
  176. Ken Lee, http://www.rahul.net/kenton/.
  177.  
  178. -----------------------------------------------------------------------------
  179. Subject: 26)*  Where can I get Motif? And where can I get Motif for Linux?
  180.  
  181. [Last modified: Sep 97]
  182.  
  183. Answer:  A regularly updated list of Motif vendors for Linux (and other
  184. operating systems) is available at:
  185. http://www.rahul.net/kenton/GettingMotif.html
  186.  
  187. The following information was provided by certain vendors.  If you'd like to
  188. be added, send e-mail to kenton@rahul.net
  189.  
  190. [A FAQ is not for "personal opinions" on these toolkits.  I don't think it is
  191. appropriate to give such opinions through this particular posting, so I
  192. haven't included any.]
  193.  
  194. Infomagic provides Linux Motif. For info, see:
  195.  
  196.     http://www.infomagic.com/infomagic/text/mootiff.html
  197.  
  198. for the Moo-Tiff CD-ROM. Requires Linux 0.99 (or higher) & XFree86 2.x (or
  199. higher).
  200.  
  201. Integrated Computer Solutions, Inc. (ICS) 201 Broadway, Cambridge, MA  02139
  202. USA info@ics.com   617/621-0060
  203.  
  204. ICS provides binary distributions of Motif for Sun platforms.  Other platforms
  205. are available as well, call or send mail for current info.  ICS also provides
  206. in-depth programming support for Motif and additional tools such as Builder
  207. Xcessory, a Motif interface builder, and the Widget Databook, a source for
  208. third party, commercially available and supported widgets, class libraries,
  209. and subsystems.
  210.  
  211. Quest (408-496-1900) sells kits for Suns, as well;
  212.  
  213. SCO (formerly IXI) Premier Motif 1.2.5g is available on:
  214.  
  215.         Sun SPARCstation SunOS 4.1.2+
  216.         Sun APARCstation Solaris 2.3+
  217.         Intel Solaris 2.4+
  218.         Silicon Graphics MIPS IRIX 5.3+
  219.         IBM RS/6000 AIX 3.2.5+
  220.         HP HP-UX 9.01+
  221.         DEC Alpha OSF/1 3.0+
  222.         SCO OpenServer 5+
  223.         SCO UnixWare 2.1+
  224.  
  225. Current release also includes SCO Wintif libraries: a version of Motif 1.2
  226. that supports MS Windows 3.1 and MS Windows 95 look and feel.
  227.  
  228. For more information on SCO Premier Motif contact info@sco.com or see
  229. http://www.premier.sco.com
  230.  
  231.  
  232. Corporate & Americas Headquarters
  233. 400 Encinal Street, PO Box 1900
  234. Santa Cruz, California 95061-1900
  235. Sales and Info: (800) SCO UNIX (726-8649)
  236. Tel: +1 (408) 425-7222
  237. Fax: +1 (408) 458-4227
  238.  
  239. Europe, Middle East, India & Africa Headquarters
  240. Croxley Business Park, Hatters Lane
  241. Watford WD1 8YN, United Kingdom
  242. Tel: +44 (0) 1923 816344
  243. Fax: +44 (0) 1923 813808
  244.  
  245. SCO Japan
  246. 1-8-27, Kohnan
  247. Minato-Ku
  248. Tokyo 108
  249. Japan
  250. Tel: +81 3 5462 9678
  251. Fax: +81 3 5462 9687
  252.  
  253.         All information is subject to change.
  254.  
  255.  
  256. Advanced User Systems Pty Ltd is an Australian distributor of SCO Limited
  257. (X.desktop, Motif, Wintif, Panorama) as a User Pack or Developer Pack, full
  258. technical support, and updates:
  259.  
  260.     Advanced User Systems Pty Ltd           info@aus.oz.au
  261.     2 Rudd Street
  262.     North Ryde NSW 2113
  263.     Australia
  264.     Ph:  +61 (0)2 878-4777
  265.     Fax: +61 (0)2 878-6951
  266.  
  267.  
  268. Sun Microsystems is now shipping SCO Motif 1.2.2.
  269.  
  270. NSL (+33 (1) 43 36 77 50; requests@nsl.fr) offers kits for Sun4.
  271.  
  272. Carsten Hammer Schwindstr (chammer@POST.uni-bielefeld.de) reports that he
  273. could not find Motif for a Sun3 from any vendor.
  274.  
  275.  
  276. In Australia, Information Technology Consultants Pty Ltd has Motif 1.1.2 for
  277. Sun Sparc 4.1 ( phone on (02) 360 6999, fax on (02) 360 6695 or e-mail to
  278. motif@itcsyd.itc.oz.au)
  279.  
  280. SILOGIC (+33 61.57.95.95), 78 chemin des Sept Deniers - 31200 TOULOUSE FRANCE
  281. sells Motif 1.1 and 1.2 on Sun4 machines. They also provide customers with
  282. Motif maintenance and support, and do consulting on the X window System at
  283. large, including software development.
  284.  
  285. Metro Link Inc., has Motif Runtime and Development packages available for a
  286. variety of operating systems:  AT&T SVR3.2, ISC, Linux, LynxOS, QNX, SCO,
  287. SINIX, Solaris, SunOS, SVR4, UnixWare, and Venix.  All versions ship with
  288. shared library version of libXm.
  289.  
  290. Metro Link Inc.  4711 N. Powerline Rd., Ft. Lauderdale, Florida  33309 Voice:
  291. +1.305.938.0283  Fax: +1.305.938.1982  Email: sales@metrolink.com
  292.  
  293. BIM (Fax : +32(2)759.47.95) offer Motif 1.1 for Sun-3, Sun-4, Sun-386i.
  294. Includes shared libraries.
  295.  
  296. An OSF/Motif source license must be obtained from OSF before source can be
  297. obtained from the Open Software Foundation. Call the Direct Channel Desk at
  298. OSF at 617-621-7300 or email direct@osf.org for ordering information.  In
  299. addition to the full Motif source, "option C" allows you to purchase source
  300. for the window manager mwm to run on X terminals.
  301.  
  302. Bluestone offers Motif.  Bluestone's  MWM is the compiled version of OSF/
  303. Motif for Sun/SPARC. It is plain vanilla Motif based on X11 and Xt Intrinsics.
  304. There is no license manager.  Platforms: Sun/OS 4.1+ and Solaris V2.1,2.2.
  305. Contact: Bluestone @609-727-4600
  306.  
  307. -----------------------------------------------------------------------------
  308. Subject: 27)  Is there a list of Motif bugs?
  309.  
  310. Answer:  With each patch release of Motif shipped, there is a list of known
  311. bugs provided.  The filename on the tape is "./OPENBUGS".  There is also a
  312. list of all the issues closed/resolved in that patch.  That is found as part
  313. of the "./README-1.1.n" (where n is the patch number) file.
  314.  
  315. These are the only OSF published lists.
  316.  
  317. No one else seems to publish a list.
  318.  
  319. -----------------------------------------------------------------------------
  320. Subject: 28)  Where can I get a Motif 1.2 Certification Checklist?
  321.  
  322. [Last modified: Apr 95]
  323.  
  324. Answer:  Kevin Till (kev@osf.org) of OSF wrote:  "The Checklist comes with the
  325. OSF/Motif 1.2 Style Guide documentation.  It's in the Appendix B section."
  326.  
  327. -----------------------------------------------------------------------------
  328. Subject: 29)  What is CDE? What is COSE and how does it relate to Motif?
  329.  
  330. [Last modified: Sept 94]
  331.  
  332. Answer:  [For more current information, see  also the subjects which follow
  333. this one.]
  334.  
  335.         NOTE: This info dates back to a Nov. '93 conference.
  336.         Most of the words should be credited to the lecturer,
  337.         Nicholas J. Aiuto (nick@ps.quotron.com) of Cadence Design Systems, Inc.
  338.         Any mistakes or inaccuracies are mine, however.
  339.         I would appreciate updates and corrections...kenton@rahul.net
  340.  
  341.  
  342. COSE is Common Open Software Environment, a major interoperability effort
  343. started by HP, Sun, Novell/UNIX System Labs (USL), IBM, and SCO, with over 70
  344. other companies pledging their support. The COSE announcement was made in
  345. March, 1993 and a "COSE CDE Conference" was held in San Jose in October, 1993.
  346.  
  347. CDE is the Common Desktop Environment component of COSE. CDE is "a
  348. specification for components and services to give the UNIX desktop common and
  349. consistent capabilities like those found in other widely used environments
  350. (Mac, Windows)." [from class notes] CDE is not public domain; it will be
  351. provided by major vendors, possibly at extra cost as unbundled s/w
  352. approximately mid 1994.  CDE will be based on Motif 1.2 and X11R5, although
  353. Motif 2.0 and X11R6 are expected around the same time. (CDE will be ported to
  354. Motif 2.0 eventually.)
  355.  
  356. A CD-ROM was distributed at the October, 1993 conference, but this was "alpha"
  357. s/w, strictly for evaluation purposes, not for development.
  358.  
  359. Another COSE/CDE Snapshot CD-ROM was released in April '94, available for HP,
  360. IBM, Novell, and Sun platforms.
  361.  
  362. Overview
  363. --------
  364.  
  365. Standards are to be defined in these areas:
  366.  
  367.         - desktop
  368.         - networking
  369.         - objects
  370.         - graphics
  371.         - system management
  372.  
  373. CDE Functional Groups:
  374.  
  375.     High Level:
  376.         - Desktop Management
  377.         - Productivity Tools
  378.  
  379.     Low Level:
  380.         - GUI Display and Printing
  381.         - Application Integration
  382.         - "Guidelines": a 100+ pg. checklist which is a superset of Motif's
  383.  
  384. CDE Desktop Management
  385. ----------------------
  386.  
  387.  - Login Manager: like xdm
  388.  - Session Manager: saving state based on ICCCM and HP's VUE [vuesession]
  389.  - Workspace Manager: virtual screens; rooms; virtual win mgr
  390.  - Front Panel: object and window management; access to favorite apps
  391.  - File Manager: icon drag and drop
  392.  - Application Manager
  393.  - Style Manager: configure Session Mgr (colors, fonts, HOME session)
  394.  
  395. Productivity Tools
  396. ------------------
  397.  
  398.  - Text Editor: based on XmText widget; not very fancy
  399.  - Icon Editor: color pixmaps; based on HP's vueicon; need 16 icons per app
  400.  - Help Viewer: can access app help without running application
  401.  - Mailer and Calendar: can talk to each other
  402.  - Terminal Emulator: improvement on xterm
  403.  - Calculator
  404.  - Create "Action": something you tell your system to do and associate with
  405.                    a specific icon (e.g., starting a favorite app); can also
  406.                    tag a specific command line and add to your desktop
  407.  
  408. GUI Display and Printing
  409. ------------------------
  410.  
  411.  - Motif 1.2 with extras, X11R5
  412.  - New widgets (subclasses of similar widgets to be in Motif 2.0):
  413.         o  ComboBox
  414.         o  SpinButton
  415.  
  416.  - dtksh: windowing Korn shell, a robust UNIX shell interface to X, Xlib, and
  417. Xm
  418.  - Application Builder: port of Sun's DevGuide [not yet available]
  419.  - X Print Server and X Server Print Extension
  420.  
  421. Application Integration
  422. -----------------------
  423.  
  424.  - Data Interchange
  425.         o  Drag and Drop (DND): based on Motif 1.2 with improvements
  426.         o  Bento container format:
  427.                 "Japanese lunchbox"
  428.                 compartmented container developed by Apple;
  429.                 stores compound document on disk;
  430.                 apps can find audio compartment, for example
  431.                 100-page document describes Bento
  432.  - ToolTalk
  433.         o  messaging/IPC facility developed by Sun
  434.         o  CDE message sets (sample msgsd: iconify yourself, close down, etc.)
  435.  - Actions
  436.         o define what can be done with files or arbitrary data (e.g., audio)
  437.  - Data Typing
  438.         o define data classes for objects (e.g., PS file, C source code)
  439.  
  440. Guidelines
  441. ----------
  442.  
  443.  - Common Fonts (about 16): proportional, monospaced, with or without serif
  444.  - Internationalization (I18N) compliance
  445.  - Client/Server
  446.         o Network execution model
  447.         o end user model
  448.         o system admin model: facilitates easy installation of new
  449.                               CDE-compliant apps
  450.         o ISV model
  451.  - Certification Checklist: 100 pages; superset of Motif 1.2 Certif. Checklist
  452.  
  453.  
  454. -----------------------------------------------------------------------------
  455. Subject: 30)  Is there a CDE FAQ or newsgroup?
  456.  
  457. [Last modified: Feb 95]
  458.  
  459. Answer:  The COSE FAQ is located at:
  460.  
  461.    http://proper.com:70/0/faqs-link/common-faqs/faqs/cde-cose-faq or
  462.    http://www.cis.ohio-state.edu/hypertext/faq/usenet/cde-cose-faq/faq.html
  463.  
  464. There is also a newsgroup called news:alt.windows.cde
  465.  
  466. -----------------------------------------------------------------------------
  467. Subject: 31)  What is the current version of CDE and what are its features?
  468.  
  469. [Last modified: May 97]
  470.  
  471. Answer:  The latest version of CDE is 2.1 as announced by OSF in February
  472. 1997.  The following is the Open Group's press release:
  473.  
  474.  
  475. FOR IMMEDIATE RELEASE CONTACT
  476. Jane Smeloff
  477. The Open Group
  478. (617) 621-8997
  479. j.smeloff@opengroup.org
  480.  
  481. Marilyn Kilcrease
  482. Fleishman Hillard, Inc.
  483. (415) 356-1031
  484. kilcream@fleishman.com
  485.  
  486.  
  487. The Open Group Announces Common Desktop Environment 2.1
  488.  
  489. New features enhance the functionality and ease of use of the widely used
  490. graphical user interface for open desktop computing
  491.  
  492.  
  493. CAMBRIDGE, Massachusetts (February 5, 1997) - The Open Group, the leading
  494. organization for the advancement of open systems, today announced the release
  495. of CDE 2.1, the latest version of The Open Group's Common Desktop Environment.
  496. The current release integrates the Motif 2.0 graphical user interface, X
  497. Window System, and CDE to standardize application presentations in distributed
  498. multi-platform environments.
  499.  
  500. "As a result of solid cooperation among project participants, we are
  501. delivering significant new features which makes CDE and Motif a unified face
  502. for UNIX environments," said Dave Lounsbury, vice president of collaborative
  503. development. "The CDE 2.1 project was the most extensive collaborative
  504. development effort in the history of The Open Group."
  505.  
  506. The latest release of CDE features enhanced tools for creating integrated
  507. graphical desktop applications. New features include thread-safe libraries,
  508. 64-bit system support, an X-based printing solution that implements a standard
  509. way of printing from any application, an enhanced, SGML-based on-line help
  510. system with a complete documentation set, "on the spot" input, and user-
  511. defined characters for Asian languages. Many capabilities have been added to
  512. ease programming, including traits, which enable user interface objects to
  513. automatically inherit multiple API specifications, and a uniform transfer
  514. model, which offer developers a consistent means of coding the different
  515. data-transfer mechanisms (such as cut-and-paste and drag-and-drop). The new
  516. release also provides a simple means of coding pop-up windows.
  517.  
  518. CDE 2.1 also incorporates Motif 2.0 user interface objects (widgets) spin box,
  519. combo box, container, and notebook. With this release, the style guides for
  520. CDE and Motif converge.
  521.  
  522. The fee for a CDE 2.1 full-distribution source code license is $40,000.  An
  523. evaluation copy of source code costs $5,000. To order CDE 2.1, contact Open
  524. Group Direct, at 1-800-268-5245, or send e-mail to direct@opengroup.org.
  525.  
  526. Introduced in 1995, CDE was jointly developed and licensed by Hewlett-Packard,
  527. IBM, Novell, and SunSoft. Since that time, the technology has evolved within
  528. The Open Group's Pre-Structured Technology (PST) process, a multi-vendor
  529. technology development program. Currently, Hitachi, Fujitsu, Digital Equipment
  530. Corporation and SCO work with the original CDE sponsors, IBM, HP and SunSoft
  531. within the Open Group's PST framework, to provide for the maintenance of CDE
  532. and the development of new releases.
  533.  
  534. The Common Desktop Environment is a graphical user interface that delivers
  535. consistency and ease of use to system administrators as well as end users.
  536. With CDE, system administrators gain a degree of control over the desktop
  537. computing environment that has often been lost in the move from centralized to
  538. client-server or distributed computing. CDE gives end users access to the
  539. power and flexibility of today's networked desktop systems.
  540.  
  541. The Open Group
  542.  
  543. Dedicated to the advancement of multi-vendor information systems, The Open
  544. Group is an international consortium of systems and software vendors and
  545. customers from the industry, government and academia. The Open Group and its
  546. members work together to strengthen and streamline the development process and
  547. availability of open systems. The organization provides a focal point for the
  548. development of international specifications and test suites, standards based
  549. technologies, advanced open systems research, professional services and the
  550. management of the internationally recognized brand for open systems. The Open
  551. Group's brand mark is recognized worldwide and is a guarantee of compliance to
  552. open systems specifications. The Open Group is Headquartered in Cambridge, MA,
  553. with European headquarters in Reading, England and offices in Menlo Park, CA;
  554. Brussels, Belgium; Grenoble, France; and Tokyo, Japan.
  555.  
  556. The Open Group is a trademark of the Open Software Foundation, Inc. and X/Open
  557. Company Ltd. OSF/Motif and Motif are registered trademarks of The Open Group.
  558. X Window System is a trademark of The Open Group and the X Consortium is a
  559. trademark of The Open Group.  UNIX is a registered trademark in the US and
  560. other countries, licensed exclusively through X/Open Company Ltd. All other
  561. products or company names mentioned are used for identification purposes only,
  562. and may be trademarks of their respective owners.
  563. -----------------------------------------------------------------------------
  564. Subject: 32)  How does Motif relate to X/Open and CDE?
  565.  
  566. [Last modified: Mar 96]
  567.  
  568. A.  NOTE: This answer from Sept. 1995 is somewhat obsolete due to the
  569. formation of The Open Group. See "What is The Open Group?"....ksall@cen.com
  570.  
  571. From OSF's CDE/Motif Program Manager, Terry Landers (landers@osf.org):
  572.  
  573. "In response to the discussion [on comp.windows.x.motif] of Motif and
  574. "officially supported" APIs ... two areas were brought up that I hope to be
  575. able to clarify.
  576.  
  577.  
  578. Standards:
  579. =========
  580. As you probably know, Motif has become an X/Open standard.
  581. The X/Open specification was based on the OSF AES, and going
  582. forward the X/Open specification will take precedence.
  583.  
  584. As part of the CDE/Motif PST, interface extensions to
  585. the XMotif specification will be proposed to X/Open.
  586.  
  587. Although it is too early to discuss what will be proposed
  588. to X/Open, OSF members who are interested will have early
  589. access to CDE/Motif functional specifications as part of
  590. the Desktop SIG activities.
  591.  
  592. Convergence:
  593. ===========
  594. OSF has taken the first step in convergence with the release
  595. of Motif 1.2.5.   Motif 1.2.5 merges OSF Motif 1.2.4 with
  596. CDE Motif and defect fixes to the 1.2 code base that were
  597. made in Motif 2.0.
  598.  
  599. The next step in convergence will come with the CDE/Motif PST
  600. deliverables.
  601.  
  602. I hope this has helped ... if you have any questions you can
  603. contact me at:
  604.  
  605.         landers@osf.org
  606.         617-621-7282"
  607.  
  608. -----------------------------------------------------------------------------
  609. Subject: 33)  What is The Open Group?
  610.  
  611. [Last modified: Aug 97]
  612.  
  613. Answer:  On February 14, 1996, X/Open and OSF merged to form "The Open Group".
  614.  
  615. which calls The Open Group a "New Organization to Improve Coordination of
  616. Efforts to Develop and Implement Common Standards and New Technologies".  You
  617. might also want to read other press releases from The Open Group and visit
  618. their home page:
  619.  
  620.     http://www.opengroup.org/
  621.  
  622. Below is the announcement sent by OSF's Kristen Knotts...ksall@cen.com
  623.  
  624.  
  625.     To: OSF.Support.Subscribers:;@osf.org
  626.     Subject: X/Open & OSF Join to Form The Open Group
  627.     Date: Wed, 14 Feb 1996 12:26:53 -0500
  628.     From: Kristen Knotts <kjk@osf.org>
  629.  
  630. During a press conference at UniForum '96, officials of X/Open Company,
  631. Ltd. and the Open Software Foundation (OSF), the two leading consortia for
  632. the advancement of open systems, announced their consolidation into a new,
  633. more powerful worldwide organization known as The Open Group.
  634.  
  635. The new entity has been formed to strengthen and streamline the entire open
  636. systems process, including adoption of open systems specifications,
  637. development of specification-compliant technologies, and promotion of their
  638. use in the global enterprise computing marketplace.  Full information can
  639. be obtained from The Open Group Web Site:
  640.  
  641.     http://www.opengroup.org/
  642.  
  643. -----------------------------------------------------------------------------
  644. Subject: 34)  Is The Open Group assuming responsibility for the X Window
  645. System?
  646. [Last modified: July 96]
  647.  
  648. A. Yes it will, at the beginning of 1997. See the X Consortium's announcement
  649. at:
  650.  
  651.         http://www.x.org/consortium/transfer_release.html
  652.         X Consortium to Transfer X Window System to The Open Group
  653.  
  654. It is reproduced _in part_ below for your convenience, followed by a related
  655. announcement from The Open Group.
  656.  
  657. Cambridge, Massachusetts - July 1, 1996 - X Consortium, Inc.
  658. today announced that it would transfer responsibility for the X
  659. Window System to The Open Group at the beginning of next year. "X
  660. is now mainstream technology, and since the first commercial release
  661. in 1986 it has matured to the point where a dedicated consortium is no
  662. longer essential to its on-going support," explains Robert W. Scheifler,
  663. president of the X Consortium. "Our industry will benefit greatly by
  664. continuing and accelerating the convergence of X, Motif and the
  665. Common Desktop Environment (CDE) into a unified technology
  666. stack. This is already well underway with the current CDE-Motif
  667. PST project, operating under the auspices of The Open Group, an
  668. organization that is well positioned to take this technology into the
  669. future." The Open Group will continue their existing work of
  670. publishing, testing and branding products which conform to
  671. international standards, including X.
  672.  
  673. "As a long standing partner with the X Consortium in the Open
  674. Systems industry, The Open Group supports this decision. On a
  675. personal note, I want to add that the computer industry owes an
  676. enormous debt of gratitude to Bob Scheifler and the X Consortium for
  677. the service they have provided for the last eight years," commented
  678. Jim Bell, CEO of The Open Group. "Their very positive impact on our
  679. industry will continue to be felt for years to come."
  680.  
  681. As part of this change, X Consortium plans to wind down all
  682. engineering operations at the end of this year. "I have made a
  683. commitment to our members, and to the sponsors of the CDE-Motif
  684. project, to oversee the entire transition process from now until our
  685. current engineering projects are finished and the hand-off is
  686. complete," said Scheifler. The X Consortium will work with its
  687. members and The Open Group to determine whether the organization
  688. should continue on in some reduced fashion.
  689.  
  690. Broadway, the code name for the next release of the X Window
  691. System, will be completed as planned by the end of the year, and will
  692. be made freely available to the public under the same terms as
  693. previous X Consortium releases. Broadway enables interactive UNIX
  694. and Windows applications to be integrated, unmodified, into HTML
  695. documents and published on World Wide Web servers, using plug-in
  696. technology, and includes network protocols for graphics and audio to
  697. provide remote access to those applications from inside Web
  698. browsers. The Broadway release is expected to be available from
  699. current sources, including worldwide ftp sites and CDROM
  700. distributors.
  701.  
  702. The X Consortium will fulfill its obligations as prime contractor in The
  703. Open Group's Pre-Structured Technology (PST) project developing
  704. the next release of CDE and Motif. "The plan has always been to
  705. complete both the CDE-Motif project and Broadway by the end of
  706. this year," says Jim Fournier, Director of Engineering. "We are
  707. confident in our ability to deliver as planned."
  708.  
  709.                    ************************
  710.  
  711. A related announcement from corpcom@opengroup.com (The Open Group Corporate
  712. Communications) was sent July 1, 1996, an excerpt of which appears below:
  713.  
  714.      The Open Group Continues to Expand Product and Services Portfolio
  715.  
  716.                  Leading Open Systems Consortium
  717.                 Absorbs X Window System Technology
  718.  
  719. The Open Group announced today as an addition to its growing portfolio of
  720. products and services, it will assume custodianship for the X Window System
  721. technology, currently owned and managed by the X Consortium.  In its
  722. press release today, the X Consortium also declared that it will continue to
  723. fulfill its obligations as prime contractor in The Open Group CDE Pre-
  724. Structured Technology (PST) project, developing the next releases of CDE and
  725. Motif, scheduled to be completed by year end, and then cease its internal
  726. engineering operations.
  727.  
  728. "Since its first commercial release in 1986, the X Window System has
  729. matured to the point where a full-scale, dedicated consortium is no longer
  730. essential to the on-going support of the technology," said Robert W. Scheifler,
  731. X Consortium president and founder.  "In light of our existing relationship it
  732. makes sense to fold our ongoing work into The Open Group.  Furthermore,
  733. given the overlapping membership of the two organizations, this move will
  734. greatly streamline and enhance the process of defining open standards."
  735.  
  736. -----------------------------------------------------------------------------
  737. Subject: 35)  What are the current correct trademark statements for X and
  738. Motif?
  739.  
  740. [Last modified: May 97]
  741.  
  742. Answer:  The Open Group is a trademark of the Open Software Foundation, Inc.
  743. and X/Open Company Ltd. OSF/Motif and Motif are registered trademarks of The
  744. Open Group. X Window System is a trademark of The Open Group and the X
  745. Consortium is a trademark of The Open Group.  UNIX is a registered trademark
  746. in the US and other countries, licensed exclusively through X/Open Company
  747. Ltd.
  748. -----------------------------------------------------------------------------
  749. Subject: 36)  Will CDE and Motif converge? What is the CDE/Motif JDA?
  750.  
  751. [Last modified: May 97]
  752.  
  753. Answer:  I'm leaving the following announcement here for historical reference.
  754. Note that the converged CDE/Motif was released in February, 1997 and is called
  755. CDE/Motif 2.1.  A press release is included earlier in this FAQ.
  756.  
  757. In September, 1995, OSF announced the Joint Development Agreement under which
  758. vendors will participate in a plan to converge Motif and CDE. The announcement
  759. follows.
  760.  
  761.  
  762.  From kjk@osf.org  Fri Sep  8 17:55:55 1995
  763.  To: OSF.Motif.Support.Subscribers:;@osf.org
  764.  Cc: OSF.Service.Subscribers:;@osf.org
  765.  Subject: OSF Press Release Announcing Signing of CDE/Motif JDA
  766.  Date: Fri, 08 Sep 1995 17:46:04 -0400
  767.  From: Kristen Knotts <kjk@osf.org>
  768.  
  769.  To:            OSF Motif Support Subscribers
  770.  From:          The Open Software Foundation
  771.  
  772.  ************************************************************
  773.               OSF MOTIF SUPPORT ELECTRONIC UPDATE
  774.  ************************************************************
  775.  An electronic mail news update for Motif Support Subscribers
  776.  from the Open Software Foundation (OSF)
  777.  
  778.  
  779.  CONTACT:        Jack Dwyer
  780.                  Open Software Foundation
  781.                  (617) 621-7246
  782.                  Email: dwyer@osf.org
  783.  
  784.  
  785.      OSF Announces Formal Launch of CDE/Motif Project
  786.  
  787.  Multi-vendor project to enhance and converge OSF/Motif and the Common
  788.  Desktop Environment
  789.  
  790.  CAMBRIDGE, MA September 7, 1995 -- The Open Software Foundation today
  791.  announced the formal signing of the Joint Development Agreement for the
  792.  further enhancement and evolution of the Common Desktop Environment (CDE)
  793.  and OSF/Motif under the Open Software Foundation's Pre-Structured
  794.  Technology (PST) development process. The seven sponsors of the CDE/Motif
  795.  PST are Digital Equipment Corp., Fujitsu Limited, Hewlett-Packard Company,
  796.  Hitachi, Ltd, IBM Corp., Novell, Inc., and SunSoft, Inc.
  797.  
  798.  The CDE/Motif PST is a cooperative, multi-vendor, development project. The
  799.  Open Software Foundation's PST process allows for existing technologies
  800.  from multiple vendors to be further developed and integrated into a
  801.  complete open system technology. The X Consortium has been designated as
  802.  the project's prime contractor.
  803.  
  804.  CDE/Motif will continue the evolution of the desktop technologies necessary
  805.  to meet the expanding user requirements in such areas as On-line
  806.  Information Access, Printing, and Internationalization. A key objective of
  807.  the PST is to fully converge OSF/Motif and the CDE version of Motif into a
  808.  single development stream. The resulting PST technology will be binary
  809.  compatible with CDE 1.0.
  810.  
  811.  Mr. Don Harbert, Vice President of UNIX Business Segment for Digital
  812.  Equipment Corporation said, "Digital is an enthusiastic participant in the
  813.  development of the next version of CDE. As a founding member of the Open
  814.  Software Foundation and the first vendor to ship a commercial version of
  815.  the X Window System, Digital recognizes the importance of standard user
  816.  interfaces and the importance of the PST process in developing code."
  817.  
  818.  "Fujitsu is pleased to support the evolution of CDE and Motif technology,
  819.  both by contributing the Fujitsu OLIAS technology for a robust CDE Online
  820.  Information Access feature, and by improving CDE/Motif
  821.  Internationalization. Providing a common user interface over many different
  822.  hardware systems is critical to the future of Open Systems", said Mitsuru
  823.  Sanagi, General Manager of the Client Server System Strategy and Alliance
  824.  Division, Fujitsu Limited.
  825.  
  826.  "As one of the original development partners for CDE and as a current
  827.  supplier of CDE technology in AIX, IBM is committed to enhanced usability
  828.  for our AIX customers," said Donna Van Fleet, Vice President for AIX
  829.  Systems Development, IBM RISC System/6000 Division. "Now, as one of the
  830.  sponsors of this new PST, we continue the enhancements to CDE that will
  831.  provide even more ease-of-use value for our customers, while maintaining
  832.  all the benefits of an open technology."
  833.  
  834.  "CDE is important, industry-unifying technology and Novell is looking
  835.  forward to working with the other CDE/Motif sponsors to continue its
  836.  development," noted Don McGovern, Vice President, Operating System
  837.  Division, Novell, Inc.
  838.  
  839.  "As chair of the CDE/Motif PST Steering Committee, SunSoft is pleased by
  840.  the active participation and strong commitment for this project.  This
  841.  clearly underscores the strong industry support for open systems," said
  842.  Paula Sager, Vice President of Desktop Technologies, SunSoft, Inc.  "We are
  843.  looking forward to working with our partners to deliver the best open user
  844.  environment available."
  845.  
  846.  "We're excited that we are able to contribute to this important industry
  847.  initiative ", said Robert W. Scheifler, President of X Consortium.
  848.  "CDE/Motif combines premier desktop technologies and builds on what is now
  849.  a long line of products founded upon X. There is a lot of synergy between
  850.  the X Consortium's objectives and the goals of the CDE/Motif PST. Our
  851.  involvement as the prime contractor for this project is a logical extension
  852.  of that fact."
  853.  
  854.  The base technologies for the CDE/Motif PST are CDE 1.0 and OSF/Motif 2.0.
  855.  On-line Information Access will include an SGML-based browser, the ability
  856.  to display and print SGML documents, full text search and retrieval, and
  857.  integration with the on-line help facility. Enhanced internationalization
  858.  capabilities will include the ability to display vertical text, support for
  859.  user defined characters, input method selection at run time, and an
  860.  on-the-spot input method capability. Print capabilities include a graphical
  861.  interface for print job submission, a single API for both display and
  862.  printing, printing support for Motif text and label widgets, help,
  863.  calendar, mail and the text editor. In the process, CDE/Motif will be made
  864.  thread safe and will include support for 64-bit architectures.
  865.  
  866.  The output of this PST joint development will be a merged CDE/Motif source
  867.  package, a standalone version of Motif, and conformance tests for both CDE
  868.  and Motif. Upon completion, the conformance test suites will be offered to
  869.  X/Open for their branding purposes. Also offered to X/Open will be a merged
  870.  style guide for CDE and Motif, the Motif Drag and Drop protocol, and API
  871.  extensions to CDE and Motif.
  872.  
  873.  The first deliverable of the CDE/Motif PST will be a maintenance release
  874.  for CDE 1.0 planned for the end of 1995. The schedule further calls for a
  875.  CDE/Motif snapshot to be made available to licensees in mid-1996, with
  876.  general availability of CDE/Motif scheduled for the end of 1996.
  877.  
  878.  For more information on CDE/Motif, you are invited to contact David Knorr,
  879.  OSF CDE/Motif Business Area Manager, at +617-621-7227 or dknorr@osf.org.
  880.  
  881.  The Open Software Foundation delivers technology innovations in all areas
  882.  of open systems, including interoperability, scalability, portability, and
  883.  usability. OSF has created a coalition of worldwide vendors and users in
  884.  industry, government and academia that leverage their economic investments
  885.  by working together to provide the best open systems technology solutions
  886.  for distributed computing environments. Headquartered in Cambridge, MA,
  887.  with offices in Brussels, Grenoble and Tokyo, OSF has more then 380 members
  888.  worldwide.
  889.                                       ###
  890.  
  891.  OSF, OSF/Motif, and Open Software Foundation are trademarks of the Open
  892.  Software Foundation, Inc.
  893.  
  894. -----------------------------------------------------------------------------
  895. Subject: 37)  Where can I get public domain Motif source?
  896.  
  897. Answer:  You cannot.  Motif source is not publically available.  However, see
  898. "Has anyone done a public domain Motif lookalike?"
  899.  
  900. -----------------------------------------------------------------------------
  901. Subject: 38)  Are Motif code examples publically available?
  902.  
  903. [Last modified: May 95]
  904.  
  905. Answer:  OSF has produced a list of which of the example programs can be
  906. distributed. Call OSF Direct for a copy of it.  Most of the example programs
  907. have been freed from distribution limitations so should be available.
  908.  
  909. Source code posted to comp.sources.x often uses Motif.
  910.  
  911. In addition, many Motif programs are available via anonymous ftp from
  912. ftp.x.org. The following are listed alphabetically by author.  (See the
  913. "BOOKS" topic.)
  914.  
  915. If you don't understand the URL notation below, see 'What is an URL?' subject.
  916.  
  917. Thomas Berlages's book:
  918.     ftp://ftp.x.org/R5contrib/berlage.motif.tar.Z
  919.  
  920. Dan Heller's book:
  921.     ftp://ftp.x.org/R5contrib/OReilly/motif/examples.tar.Z
  922.  
  923. Donald L. McMinds's book:
  924.     ftp://ftp.x.org/R5contrib/mastering.motif.tar.Z and
  925.     ftp://ftp.x.org/R5contrib/master.1.2.tar.Z
  926.  
  927. Jan Newmarch's book:
  928.     ftp://ftp.x.org/R5contrib/newmarch.tar.Z
  929.  
  930. Jerry Smith's book:
  931.     ftp://ftp.x.org/R5contrib/smith.ooxt.tar.Z
  932.  
  933. Doug Young's source code for the current editions of his several books:
  934.     ftp://ftp.x.org/contrib/book_examples/young.cxx.tar.Z
  935.     ftp://ftp.x.org/contrib/book_examples/young2.motif.tar.Z
  936.     ftp://ftp.x.org/contrib/book_examples/young.debug.tar.Z
  937.  
  938. Doug Young's examples for OLDER editions of his books:
  939.     ftp://ftp.x.org/R5contrib/young.cxx.tar.Z
  940.     ftp://ftp.x.org/R5contrib/young.motif.tar.Z
  941.     ftp://ftp.x.org/R5contrib/young.motif2.tar.Z
  942.     ftp://ftp.x.org/R5contrib/young.tar.Z
  943.  
  944. Examples appearing in "The X Resource" (by O'Reilly and Associates) appear
  945. organized by issue in the directory:
  946.     ftp://ftp.ora.com/pub/examples/xresource or:
  947.     ftp://ftp.uu.net/published/oreilly/xresource
  948.  
  949. Examples from O'Reilly and Associates books can be found in subdirectories of:
  950.     ftp://ftp.ora.com/pub/examples/xbook or:
  951.     ftp://ftp.uu.net/published/oreilly/xbook
  952.  
  953.  
  954. Also from a list maintained by: qizeng@acsu.buffalo.edu (Qi Y. Zeng) FTP sites
  955. for X/MOTIF source code examples:
  956.  
  957.     ftp://ftp.uu.net/published/books/brain.motif.tar.Z
  958.     ftp://ftp.uu.net/published/books/pwm-examples.tar.Z
  959.  
  960. Marshall Brain's Motif tutorials can be found at:
  961.  
  962.     http://www.iftech.com/
  963.  
  964. Thanks to Steve Swanson <swany@math.lsa.umich.edu>, the following code
  965. examples correspond to Programming with Motif, Keith D. Gregory, Springer-
  966. Verlag, 1992, which apparently is more suited for Motif/X beginners.
  967.     ftp://ftp.x.org/R5contrib/pwm-xmpl.tar.Z
  968.  
  969. -----------------------------------------------------------------------------
  970. Subject: 39)  Has anyone done a public domain Motif lookalike?
  971.  
  972. [Last modified: May 97]
  973.  
  974. Answer:  The specification is available (AES), and the validation suite can be
  975. bought, but no-one has taken up the challenge.  There are some commercial
  976. lookalikes (Looking Glass and Neuron Data), but no workalikes.
  977.  
  978. Applications that follow the Style Guide might be certified Motif-compliant
  979. through the checklist process, even though they're not using Motif binaries.
  980.  
  981. (Updated May 97)
  982. LessTif is the Hungry Programmers' version of Motif. It will be source code
  983. compatible with Motif, meaning that the same source will compile with both
  984. libraries and work exactly the same.  [Thanks to John W. Carbone, jwc@li.net,
  985. Chris Toshok (toshok@hungry.com), and Jon Fo (jonf@protocol.com)] See:
  986.  
  987.         http://www.lesstif.org/
  988.  
  989. (Updated Sept 95)
  990. Tcl/Tk is available for ftp from allspice.berkeley.edu, and although
  991. implemented without Xt, has a "strict Motif" mode. There is also Tix, the Tk
  992. Interface Extension. See:
  993.  
  994.         http://www.sunlabs.com/research/tcl/
  995.         http://www.cis.upenn.edu/~ioi/tix/tix.html
  996.  
  997. Strom Sytems (18666 Redmond Way o-2118, Redmond, WA 98052-6725) have a Simple
  998. Toolkit for X-Windows (sic) that appears to follow the Style Guide even though
  999. it doesn't quite look like Motif.
  1000.  
  1001. MOOLIT is a USL product that can be runtime switched between the Sun Open Look
  1002. and Motif appearance.  It is based on  OLIT 4i.
  1003.  
  1004. Interviews is a C++ based product with appearance similar to Motif.  A ftp-
  1005. able version is on interviews.stanford.edu.  A commercial version is available
  1006. as InterViews Plus.
  1007.  
  1008. Simon J. Lyall (simon@darkmere.midland.co.nz) reported about a package called:
  1009. Xu-lib & Widget Set- a library & widget set to "emulate" the look&feel and the
  1010. programming interface of Motif. Contact the author Udo Baumgart
  1011. (U.BAUMGART@ldb.han.de) for details.
  1012.  
  1013. -----------------------------------------------------------------------------
  1014. Subject: 40)  Does anyone from the Open Group pay attention to our
  1015. questions/suggestions?
  1016.  
  1017. Answer:  Yes, and they quite often post answers too. But they may not respond
  1018. to *your* problem because they have other things to do as well.  This
  1019. newsgroup is not run by the Open Group, and has no formal connection with the
  1020. Open Group.  The Open Group is a member-driven company.  The membership (and
  1021. anyone can be a member) provides the primary input for future development of
  1022. Motif.
  1023.  
  1024. -----------------------------------------------------------------------------
  1025. Subject: 41)  Does the Open Group have an application compliance validation
  1026. service?
  1027.  
  1028. [Last modified: Aug 97]
  1029.  
  1030. Answer:  The Motif Toolkit API Verification Suite (VSM4) replaces the earlier
  1031. Motif Branding Program.  For more information on VSM4, see
  1032. http://www.opengroup.org/tech/desktop/ordering/motif.price.list.htm#branding
  1033.  
  1034. -----------------------------------------------------------------------------
  1035. Subject: 42)  What is the motif-talk mailing list?
  1036.  
  1037. Answer:  The motif-talk mailing list is only for those who have purchased a
  1038. Motif source code license. You can be placed on this list by emailing to
  1039. motif-talk-request@osf.org, citing your Company name and source license
  1040. number.
  1041.  
  1042. -----------------------------------------------------------------------------
  1043. Subject: 43)  What MIT patches do I use, and when do I use fix-osf?
  1044.  
  1045. Answer:  The Motif 1.1.0 tape contains MIT patches 1-14. Apply these and any
  1046. others you can get.  If your MIT patch level only goes up to fix-16, you also
  1047. need to apply fix-osf.  Fix-osf was an emergency patch for a problem that
  1048. existed when the Motif 1.1 tape was cut, The MIT fix-17 completely superseded
  1049. osf-fix, so if you have applied fix-17 do not apply fix-osf.  The 1.1.1 tape
  1050. contains MIT fixes 15-18, as well as an OSF-developed fix that deals with a
  1051. subtle bug in the Selection mechanism of the Intrinsics.  Most people will
  1052. have fix-15 to 18 by now; if you don't have them:
  1053.  
  1054.         Back out fix-osf if you have applied it
  1055.         Apply fix-15 to 18
  1056.         Apply fix-osf-1.1.1
  1057.  
  1058. The Selection fix was submitted to MIT, who came up with a different fix.  It
  1059. will not be made into an R4 fix but should be in R5. The MIT fix was posted to
  1060. motif-talk.
  1061.  
  1062. -----------------------------------------------------------------------------
  1063. Subject: 44)  How does Motif work with X11R5?
  1064.  
  1065. Answer:  Motif 1.1.X is only intended to be built with X11R4.  Motif 1.2.X is
  1066. for X11R5.  however, Motif 1.1.4 has been set to also work with X11R5.
  1067.  
  1068. For Motif 1.1.1, 1.1.2 and 1.1.3 you will need to compile Xlib and Xt with a
  1069. MOTIFBC flag set to YES (page 8, section 3.3 of the R5 release notes), or
  1070. you'll also have a link problem (LowerCase) and a fatal run time problem
  1071. (XContext manager).  If your applications come up with "Unknown keysym name:
  1072. osfActivate" errors, check the variable ProjectRoot. The name
  1073. /$PROJECTROOT/lib/XKeysymDB will have been wired into your Xlib.
  1074.  
  1075. In Motif 1.1.0, XtCallCallback uses NULL as the first argument instead of a
  1076. widget ID. This was ok under R4, but must be changed in the source for R5. It
  1077. was changed by OSF from Motif 1.1.1 onward.
  1078.  
  1079. Mrm won't work at all (can't link since it uses an X private variable that has
  1080. disappeared in R5).  There is an MIT patch that may fix this??
  1081.  
  1082. -----------------------------------------------------------------------------
  1083. END OF PART TWO
  1084.