From dom@host217-39-115-182.in-addr.btopenworld.com  Sun Aug 25 09:20:12 2002
Return-Path: <dom@host217-39-115-182.in-addr.btopenworld.com>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 642B037B400; Sun, 25 Aug 2002 09:20:12 -0700 (PDT)
Received: from host217-39-115-182.in-addr.btopenworld.com (host217-39-115-182.in-addr.btopenworld.com [217.39.115.182])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7549E43E6E; Sun, 25 Aug 2002 09:20:11 -0700 (PDT)
	(envelope-from dom@host217-39-115-182.in-addr.btopenworld.com)
Received: by host217-39-115-182.in-addr.btopenworld.com (Postfix, from userid 1001)
	id E2E66351; Sun, 25 Aug 2002 17:22:34 +0100 (BST)
Message-Id: <20020825162234.E2E66351@host217-39-115-182.in-addr.btopenworld.com>
Date: Sun, 25 Aug 2002 17:22:34 +0100 (BST)
From: Dominic Marks <dominic_marks@btinternet.com>
Reply-To: Dominic Marks <dominic_marks@btinternet.com>
To: freebsd-gnats-submit@freebsd.org
Cc: blackend@freebsd.org
Subject: X11 handbook chapter references old version of KDE
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         42001
>Category:       docs
>Synopsis:       X11 handbook chapter references old version of KDE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    keramida
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 25 09:30:01 PDT 2002
>Closed-Date:    Sun Aug 25 15:53:09 PDT 2002
>Last-Modified:  Sun Aug 25 15:53:09 PDT 2002
>Originator:     Dominic Marks
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
National Physical Laboratory, UK
>Environment:
System: FreeBSD gallium 4.6-STABLE FreeBSD 4.6-STABLE #0:
Sun Aug 25 04:55:13 BST 2002 dom@gallium:/usr/obj/usr/src/sys/GENERIC i386
	
>Description:
	This part of the handbook makes multiple references to KDE2, but
	KDE3 has been available for quite some time. This removes all
	the instances of KDE{X} where it is not essential and in those
	places where the version number is essential they have been
	altered from 2 to 3. This process will need to be repeated in
	line with future Gnome / KDE releases.
	
>How-To-Repeat:
	http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html
	
>Fix:
Index: chapter.sgml
===================================================================
RCS file: /media/cvs/freebsd/doc/en_US.ISO8859-1/books/handbook/x11/chapter.sgml,v
retrieving revision 1.90
diff -u -r1.90 chapter.sgml
--- chapter.sgml	18 Aug 2002 16:47:22 -0000	1.90
+++ chapter.sgml	25 Aug 2002 16:16:20 -0000
@@ -1154,11 +1154,11 @@
       </sect3>
     </sect2>
 
-    <sect2 id="x11-wm-kde2">
-      <title>KDE2</title>
+    <sect2 id="x11-wm-kde">
+      <title>KDE</title>
 
-      <sect3 id="x11-wm-kde2-about">
-        <title>About KDE2</title>
+      <sect3 id="x11-wm-kde-about">
+        <title>About KDE</title>
 
         <para><application>KDE</application> is an easy to use
 	  contemporary desktop environment.  Some of the things that
@@ -1194,8 +1194,8 @@
           website.</ulink></para>
       </sect3>
 
-      <sect3 id="x11-wm-kde2-install">
-        <title>Installing KDE2</title>
+      <sect3 id="x11-wm-kde-install">
+        <title>Installing KDE</title>
    
 	<para>Just as with <application>GNOME</application> or any
           other desktop environment, the easiest way to install
@@ -1205,26 +1205,26 @@
 	  can be easily installed from a package or from the ports
 	  collection:</para>
 
-        <para>To install the <application>KDE2</application> package
+        <para>To install the <application>KDE</application> package
 	  from the network, simply type:</para>
 
-        <screen>&prompt.root; <userinput>pkg_add -r kde2</userinput></screen>
+        <screen>&prompt.root; <userinput>pkg_add -r kde3</userinput></screen>
 
         <para>To build <application>KDE</application> from source,
 	  use the ports tree:</para>
 
-        <screen>&prompt.root; <userinput>cd /usr/ports/x11/kde2</userinput>
+        <screen>&prompt.root; <userinput>cd /usr/ports/x11/kde3</userinput>
 &prompt.root; <userinput>make install clean</userinput></screen>
 
-        <para>After <application>KDE2</application> has been installed,
+        <para>After <application>KDE</application> has been installed,
 	  the X server must be told to launch this application
           instead of the default window manager.  This is accomplished
           by editing the <filename>.xinitrc</filename> file:</para>
 
-        <screen>&prompt.user; <userinput>echo "/usr/local/bin/startkde" &gt; ~/.xinitrc</userinput></screen>
+        <screen>&prompt.user; <userinput>echo "exec startkde" &gt; ~/.xinitrc</userinput></screen>
 
         <para>Now, whenever the X Window System is invoked with <command>startx</command>,
-	  <application>KDE2</application> will be the desktop.</para>
+	  <application>KDE</application> will be the desktop.</para>
 
 	<para>If a display manager such as
 	  <application>xdm</application> is being used, the
@@ -1235,10 +1235,10 @@
       </sect3>
     </sect2>
 
-    <sect2 id="x11-wm-kde2-details">
-        <title>More Details on KDE2</title>
+    <sect2 id="x11-wm-kde-details">
+        <title>More Details on KDE</title>
 
-        <para>Now that <application>KDE2</application> is installed on
+        <para>Now that <application>KDE</application> is installed on
           the system, most things can be discovered through the
           help pages, or just by pointing and clicking at various menus.
           Windows or Mac users will feel quite at home.</para>
@@ -1251,7 +1251,7 @@
           this section discusses the technical items that are
           difficult to learn by random exploration.</para>
 
-      <sect3 id="x11-wm-kde2-kdm">
+      <sect3 id="x11-wm-kde-kdm">
         <title>The KDE display manager</title>
 
         <para>An administrator of a multi-user system may wish to have
@@ -1262,11 +1262,11 @@
 	  alternative, <application>kdm</application>, which is designed
 	  to look more attractive and include more login-time options.
 	  In particular, users can easily choose (via a menu) which
-	  desktop environment (<application>KDE2</application>,
+	  desktop environment (<application>KDE</application>,
 	  <application>GNOME</application>, or something else) to run
           after logging on.</para>
 
-	<para>To begin with, run the <application>KDE2</application>
+	<para>To begin with, run the <application>KDE</application>
 	  control panel, <command>kcontrol</command>, as
 	  <username>root</username>.  It is generally considered
 	  unsafe to run the entire X environment as
@@ -1320,7 +1320,7 @@
         esac
 esac</screen>
         <para>A few lines need to be added to this section.
-	  Assuming the labels from used were <quote>KDE2</quote> and
+	  Assuming the labels from used were <quote>KDE</quote> and
 	  <quote>GNOME</quote>,
 	  use the following:</para>
 <screen>case $# in
@@ -1352,7 +1352,7 @@
 	  program with <command>/usr/local/bin/kdm</command>.</para>
       </sect3>
 
-      <sect3 id="x11-wm-kde2-antialias">
+      <sect3 id="x11-wm-kde-antialias">
         <title>Anti-aliased Fonts</title>
 
         <para>Starting with version 4.0.2,
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Sun Aug 25 15:52:36 PDT 2002 
State-Changed-Why:  
Updated.  Thank you :) 


Responsible-Changed-From-To: freebsd-doc->keramida 
Responsible-Changed-By: keramida 
Responsible-Changed-When: Sun Aug 25 15:52:36 PDT 2002 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=42001 
>Unformatted:
