Bug 111604 - wrong keyword in documentation
Summary: wrong keyword in documentation
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: rhel-rg
Version: 3.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Andrius Benokraitis
QA Contact: John Ha
URL: https://www.redhat.com/docs/manuals/e...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-12-06 01:37 UTC by Jeff Bastian
Modified: 2015-07-14 04:24 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-12-09 18:49:50 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jeff Bastian 2003-12-06 01:37:50 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031022

Description of problem:
Section 4.1.5 of the Reference Guide says to set
  DISPLAY=<value>
where <value> is KDE or GNOME to set the default desktop.

However, if you examine the
  /etc/X11/xinit/Xclients
script, you'll see it should be
  DESKTOP=<value>

---------------------------------------------
if [ -f /etc/sysconfig/desktop ]; then
    . /etc/sysconfig/desktop
    if [ "$DESKTOP" = "GNOME" ]; then
    PREFERRED=gnome-session
    elif [ "$DESKTOP" = "KDE" ]; then
    PREFERRED=startkde
    elif [ "$DESKTOP" = "WINDOWMAKER" ]; then
        PREFERRED=wmaker
    fi
fi
---------------------------------------------


Version-Release number of selected component (if applicable):
rhel-rg-en-3-1

How reproducible:
Always

Steps to Reproduce:
    

Additional info:

Comment 1 Andrius Benokraitis 2003-12-09 18:46:34 UTC
Section 4.5.1

DISPLAYMANAGER= gdm, kdm, xdm
should be replaced with
DISPLAYMANAGER= GNOME, KDE, XDM

XFree86 Window Manager
should be replaced with
X Window Manager

Comment 2 Andrius Benokraitis 2003-12-09 18:49:50 UTC
DESKTOP and DISPLAYMANAGER options changed and submitted for Errata.


Note You need to log in before you can comment on or make changes to this bug.