Bug 4954 - prefdm problems
Summary: prefdm problems
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: initscripts
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-09-07 16:09 UTC by Joseph Malicki
Modified: 2014-03-17 02:09 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-09-07 19:26:00 UTC
Embargoed:


Attachments (Terms of Use)

Description Joseph Malicki 1999-09-07 16:09:43 UTC
I have two  problems with /etc/X11/prefdm

first of all, the lines like:

if [ -n "grep GNOME /etc/sysconfig/desktop" ]; then

actually tests that the string "grep
GNOME /etc/sysconfig/desktop" is not empty.

What you want, and what works, is:

if [ -n "`grep GNOME /etc/sysconfig/desktop`" ]; then

Also, when I select the AnotherLevel desktop, it fails
because /usr/X11R6/bin, where xdm is located, is not in the
PATH of prefdm.

Comment 1 Bill Nottingham 1999-09-07 19:26:59 UTC
fixed in the latest initscripts in Raw Hide.


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