home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / network / grn116e.lha / PROBLEMS < prev    next >
Text File  |  1992-07-06  |  3KB  |  77 lines

  1. If you think additional problems should be listed in this file, please contact
  2. the authors, or send mail to "grnbugs" from within GRn.
  3.  
  4. 1)  "I can't get GRn to execute SendMail or PostNews".
  5.  
  6.     Well, the most likely cause is that you are a Workbench user, and that
  7.     you are not executing GRn from the same directory where SendMail and
  8.     PostNews exist. Since the Workbench does not understand a CLI "path"
  9.     on 2.04, GRn cannot find the appropriate programs to execute.
  10.  
  11.     There are two solutions:
  12.  
  13.         1) Put GRn in the same directory with the other programs (normally
  14.            uucp:c).
  15.  
  16.         2) Explicitly name the full pathnames to the programs in your
  17.            uulib:config file.
  18.  
  19.     If you get this problem as a CLI user, then you probably haven't put
  20.     uucp:c in your path. You have the same two options as above, as well
  21.     as:
  22.  
  23.         3) Set the environment variables SENDMAIL and POSTNEWS to point
  24.            to the full pathnames of the programs in your uulib:config
  25.            file.
  26.  
  27. 2)  "GRn doesn't open on my custom/public/whatever screen"
  28.  
  29.     As a CLI user, right now you don't have a choice but to have GRn open its
  30.     own screen. This will be fixed in the future.
  31.  
  32.     As a Workbench user, you simply need to edit the tooltypes in GRn's icon
  33.     (grn.info) to set LEFT, TOP, HEIGHT, and WIDTH. Then, GRn will use your
  34.     existing screen UNLESS GRN WILL NOT FIT. GRn requires a minimum screen
  35.     size of 600x400.
  36.  
  37. 3)  "GRn doesn't use my custom font"
  38.  
  39.     As a CLI user, right now GRn will use his custom grn.font. If it isn't
  40.     present, GRn will not run. You will be given an option in the future.
  41.  
  42.     As a Workbench user, you simple need to edit the tooltypes in GRn's icon
  43.     (grn.info) to set MSGFONT and MSGFONTSIZE. The MSGFONT must be in the
  44.     "anyfont.font" style, or GRn will fail.
  45.  
  46. 4)  "GRn doesn't scroll properly with my custom font"
  47.  
  48.     Well, I thought I fixed this problem. Maybe not. Send me your font, and
  49.     I'll try to fix the problem.
  50.  
  51. 5)  "When I change the SORT on a Newsgroup, I seem to lose articles"
  52.  
  53.     I do too. It's a bug, I'll try to fix it for the next release.
  54.  
  55. 6)  "GRn doesn't use my custom font in the gadgets"
  56.  
  57.     True. It's a pretty big bother to have variable sized gadgets. At this
  58.     time, I've decided against them. If enough people ask for them, I can
  59.     probably be convinced to change my mind.
  60.  
  61. 7)  "How do I use GRn with C-News?"
  62.  
  63.     Use environment variables:
  64.  
  65.     USERNAME    - the name (login id) of the user running GRn
  66.     NEWSEDITOR  - the program to run to Edit outgoing News
  67.     MAILEDITOR  - the program to run to Edit outgoing Mail
  68.     SENDMAIL    - the program that submits Mail to UUCP
  69.     POSTNEWS    - the program that submits News to UUCP
  70.     REALNAME    - used by SENDMAIL and POSTNEWS (not by GRn directly)
  71.  
  72.     You STILL must have a directory named UUNEWS:, which is the directory
  73.     where the top-level news directories exists. You must also have a UULIB:
  74.     directory that contains signature files, etc. It may contain a file
  75.     named CONFIG that contains standard AmigaUUCP configuration information.
  76.     GRn will use those redirections, if they exist, for UULIB and UUNEWS.
  77.