home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 September / pcp155a.iso / linux / kde / redhe-5.2 / Upgrading_to_RedHat-6.0 < prev   
Encoding:
Text File  |  1999-06-13  |  4.5 KB  |  113 lines

  1. Red Hat are now shipping their own KDE distribution
  2. with Red Hat 6.0.
  3.  
  4. The RPM packages shipped by Red Hat are named "kde*-1.1.1pre2"
  5. They are based on snapshots of KDE taken a few days before
  6. the official KDE-1.1.1 release, but are essentially the
  7. same as the final release.   They are built with qt-1.44, 
  8. libstdc++-2.9.0 and glibc-2.1.1.   They are structured differently
  9. from the RPM packages for RedHat 5.x produced by the KDE packagers,
  10. which are available at ftp.kde.org.
  11.  
  12. By default, the RedHat 6.0 rpms install with default
  13. $KDEDIR=/usr  (not $KDEDIR=/opt/kde). 
  14.  
  15. They are also not split up into subpackages.  RedHat's
  16. rpm specfiles are derived in part from our pre-1.1 KDE rpms, and
  17. are not compatible with the present structure that we are using.
  18.  
  19. Finally, RedHat 6.0 has a changed xdm/gdm/kdm Display Manager 
  20. invocation in /etc/inittab.  The X Display Manager is selected by
  21. the symbolic link /etc/X11/prefdm.  
  22. The "usekde" script is also obsoleted.
  23. (RedHat's kdesupport-1.1.1pre2 package does not supply "kdm_on"
  24. and "kdm_off" scripts, but case our own "kdm_on" and "kdm_off" scripts get 
  25. run for some reason on a RedHat 6.0 system, they have now been modified 
  26. to recognize such a system and behave appropriately)
  27.  
  28.  
  29. ----------------------------------------------------
  30. The following information may be of use to help RedHat6.0
  31. users get KDE from RedHat's "kde*-1.1.1pre2-1.i386.rpm" 
  32. packages  working:
  33. (1) install the rpms that come with RedHat 6.0:
  34. "rpm -Uvh kde*-1.1.1pre2-1.i386.rpm"
  35. where "kde*" =  kdesupport, kdelibs, kdebase, kdeadmin,
  36. kdegraphics, kdegames, kdemultimedia, kdenetwork, kdeutils.
  37. (2) To make RedHat 6.0 use kdm as the X display manager, just type
  38. "ln -sf ../../usr/bin/kdm  /etc/X11/prefdm"
  39. (3) To make "startx" on RedHat 6.0 start kde, create a file
  40. .Xclients in the user's home directory, containing the single line
  41. "exec /usr/bin/startkde"
  42. and then make it world-executable, with
  43. "chmod a+x .Xclients"
  44. ---------------------------------------------------
  45.  
  46.  
  47.  
  48.  *******************************************************
  49.  * WE DO NOT RECOMMEND THAT YOU USE OUR "rh5x" SERIES  *
  50.  * RPMS with REDHAT 6.0.                               *
  51.  *******************************************************
  52.  
  53.  *************************************************************
  54.  * If you plan to upgrade your RedHat 5.x system  with our   *
  55.  * KDE-1.1.1 rpms installed to RedHat 6.0, we recommend that *
  56.  * you first uninstall our rpms, before installing RedHat's  *
  57.  * KDE-1.1.1pre2 rpms                                        *
  58.  *************************************************************
  59.  
  60. It is recommended that you uninstall the rh5x release with
  61. the script:
  62.  
  63.     uninstall-kde
  64.      rpm -e kde-installer
  65.       ( rpm -e kde-applications ) 
  66.  
  67. Do this *BEFORE* attempting to install  RedHat 6.0 KDE
  68.  
  69. There are reports that our "rh5x" RPMS (mostly) work with RedHat 6.0
  70. as some people prefer them to the RedHat-supplied rpms, but they
  71. have not been tested carefully on RH6.0.   Since RedHat 6.0
  72. uses a new glibc, and libstdc++, there may be some incompatibilites.
  73. As a matter or policy, we feel that you ought to use the RPMS
  74. supplied by RedHat.  But in the spirit of freedom of choice,
  75. in case you do use our "rh5x" rpms on RedHat 6.0, the "kdm_on" and 
  76. "kdm_off" scripts supplied by kdesupport-1.1.1-2rh5x.i386.rpm have 
  77. now been modified to behave correctly on a RedHat 6.0 system.
  78. At least some of the packages (in particular kdeadmin, for
  79. kdeadmin-kpackage-1.1.1-2rh5x) should be rebuilt on RH6.0 to
  80. work properly; but at least one other (kdegraphics-dviviewer, for
  81. kdvi) does not appear to work on RH6.0 if it was built on RH6.0,
  82. but the binary built on RH5.2 does work on RH6.0!.  There may
  83. be problems with the older terminal application (kvt), but its 
  84. newer alternative (konsole) works.   Note that our "install-kde-1.1.1"
  85. script will refuse to install our RPMS on RedHat 6.0.
  86.  
  87.  
  88. At the present time, we (at redhat-rpms@kde.org) do not plan to
  89. support RedHat 6.0 and above, as this has in principle become
  90. the responsibility of RedHat's KDE RPM package maintainer.  
  91. The maintainer of the RedHat-produced rpms may be identified by issuing 
  92. the rpm command
  93.        "rpm -q --changelog kdebase" 
  94. if the kdebase rpm is installed, or
  95.       "rpm -qp --changelog kdebase-1.1.1pre2.i386.rpm" if it is 
  96. not installed, and the rpm package is in the current directory.
  97.  
  98.  
  99. Comments about the RedHat-produced RedHat-6.0 KDE rpms should be addressed
  100. to their maintainer.
  101.  
  102. Comments about our rpms ("rh5x", "rh50egcs" series) on RedHat 5.x systems
  103. should be addressed to us.
  104.  
  105. The KDE RPM Packagers
  106. <redhat-rpms@kde.org>
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.