Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 9bd2bcf705270b100138857a29874698 > files > 123

lesstif-0.95.2-9.mga4.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!-- BEGINNING of header -->
<!-- $Id: help.html,v 1.13 2001/12/24 07:14:58 dannybackx Exp $ -->
<html>
  <head>
    <title>Help wanted!</title>
  </head>

<body bgcolor="#ffffff" text="#000000">
<!-- END of header -->

<!-- BEGINNING of opening -->
    <table border=0 width="100%">
      <tr>
        <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
        <td>
<center><b>Have you ever wanted to help out LessTif?  Here's your chance.</b></center>
        </td>
      </tr>
    </table><br>
<!-- END of opening -->


<!-- BEGINNING of content -->

<p>We're occasionally asked on the mailing list "Can I help?"

<p>In a word, YES!

<p>Perhaps we (the core team) isn't being specific enough about what
people can do to help.  The overall project can seem a bit overwhelming
and perhaps some people don't know where to start.  Here's a list of ways
that the interested developer with moderate knowlege of Motif programming
can help out.

<ol>
<li> The test programs.  These are a suite of programs which, in many
cases, exhibit horrible programming style, are an awful example of Motif
programming, but have the redeeming fact that at one time or another
showed something which we were doing different from motif.  Most of these
tests have auto-checks on the geometry and layout so that we can see if
we're at least getting that right.

How to use the tests.  The best thing is to use the testall script:
<pre>
  cd /usr/src/lesstif/test/Xm    (or wherever you've got the lesstif source)
  ./testall -a                   (once I manage to commit the version with
                                  the -a option)
</pre>

This will run all the tests and report on which ones have failed.  Then
you can look closer at the failed tests and attempt to fix LessTif so that
the test passes.
Check out our instructions
<A HREF="bugs.html">"How to report a bug"</A> and
the tutorial about
<A HREF="BUG-HUNTING.html"><STRONG>Bug Hunting</STRONG></A>!

<P>
There's the possibility to run the tests not on your current
display but using a virtual framebuffer (Xvfb).
To do you have to set the environment variable
<CODE>USE_FB</CODE>. In bash-compatible syntax it would be:
<PRE>
export USE_FB="yes"
</PRE>

<li> We also need people to make detailed comparisons of LessTif to
OSF/Motif.
See <a href="testers.html">testers.html</a>.
Basically, this involves building both Motif and LessTif versions
of our tests and documenting any differences between their behavior.

<!--
<li>
Read <a href="http://bugs.hungry.com">bugs.hungry.com</a>.  Pick any of
the outstanding bugs and try to track it down.  Announce on the mailing
list that you're working on a particular bug so that we don't duplicate
effort.  Also post an update to the bug on the web page.
<br>
-->

<li>
One of the most helpful things you can do short of actually fixing the bug
is creating a simple test case for it.  Many of the bugs are of the form:
"in my huge app, when I press button foo, bar happens".  It's much easier
to find the bug when you've stripped the problem down to the bare minimum.
Take everything out that you can, and create the smallest possible test
case which shows the problem, and then send in the test app.  If you fix
the bug, the test app will still be useful, and if you don't fix the bug,
the test app will make it easier for someone else to find.

<li>
<A HREF="Advocacy.html">Tell all your friends about LessTif</A>, 
and try to get them to use it. With many eyes, all bugs are shallow, right?

<li> Finally, we could always use help with the documentation!
</ol>

<br> 
Thanks!<br>
The LessTif Core Team<br>

<!-- END of content -->

<!-- +++++++++++++++++++++++++++++++++++++++++++++++ -->

<HR>
<address>                                                                              
  <a href="http://validator.w3.org/check/referer"><img                                 
     src="images/vh32.jpg" height=31 width=88                      
     align=right border=0 alt="Valid HTML 3.2!"></a>                                   
  <a href="feedback.html">Feedback</a><br>
  <SMALL>
  Last modified on $Date: 2001/12/24 07:14:58 $
 </SMALL>
</address>

</BODY>
</HTML>