diff --git a/en/gnome/docs/faq.sgml b/en/gnome/docs/faq.sgml index cc9a86e94b..456cbf8c42 100644 --- a/en/gnome/docs/faq.sgml +++ b/en/gnome/docs/faq.sgml @@ -1,6 +1,6 @@ - + %gnomeincludes; %includes; @@ -28,8 +28,8 @@
  • Why is GNOME so huge, slow and basically useless?
  • Does GNOME support anti-aliased fonts? -
  • How to enable Java support in the Mozilla - web browser? +
  • How do I enable Java support in the Mozilla + or Galeon web browser?

    Full Text

    @@ -410,7 +410,7 @@ libraries: /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid. @@ -418,11 +418,11 @@ libraries: /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid. diff --git a/en/gnome/docs/porting.sgml b/en/gnome/docs/porting.sgml index 6fd2b348f9..95ca829f3e 100644 --- a/en/gnome/docs/porting.sgml +++ b/en/gnome/docs/porting.sgml @@ -1,6 +1,6 @@ - + %gnomeincludes; %includes; @@ -204,14 +204,14 @@ pre-patch: -

    Distfile Issues

    +

    Distfiles

    As GNOME 2.0 gains developer momentum, things must be done to sort out the new GNOME 2.0 distfiles from the GNOME 1.0 distfiles, as well as do our part to keep the distfiles directory clean. To do this, GNOME 1.0 ports that download their distfiles from ${MASTER_SITE_GNOME} must add the following to their - Makfile:

    + Makefile:

     DIST_SUBDIR=    gnome
    @@ -219,7 +219,7 @@ DIST_SUBDIR=    gnome
     
     	  

    GNOME 2.0 ports that download their distfiles from ${MASTER_SITE_GNOME} must include the following in their - Makfile:

    + Makefile:

     DIST_SUBDIR=    gnome2
    
    11. - How to enable Java support in the Mozilla web browser? + How do I enable Java support in the Mozilla or Galeon web browser?

    To enable Java support in the Mozilla web browser you need to - install Java Development Kit available from the java/jdk13 - port (at least version 1.3.1p6 is required) and restart the - browser. Please note that if version of Mozilla port installed - on your computer is less that 0.9.8_2,1 then you also need to - use the following command to create a symbolic link required for + install the Java Development Kit available from the java/jdk13 + port (version 1.3.1p6 or later is required) and restart the + browser. Please note that if the version of the Mozilla package + installed on your computer is less than 0.9.8_2,1 then you also need + to use the following command to create the symbolic link required for the Java plugin to work:

     # ln -sf /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \
    @@ -430,11 +430,15 @@ libraries: /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid.
     	    

    You can verify that the Mozilla has picked the Java plugin by - selecting About Plug-ins from the menu Help after + selecting About Plug-ins from the Help menu after restarting Mozilla. You should see /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so - in the list of available plugins, which indicates that the Java + in the list of available plugins, indicating that Java support is enabled.

    + +

    If you built Galeon against the full version of Mozilla, then + the Java plugin will also work for it. Just make sure that + Allow Java in the Settings menu is checked.