Bug 134986 - Xsetup fails to properly detect gdm
Summary: Xsetup fails to properly detect gdm
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: X.Org (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Major (vote)
Target Milestone: ---
Assignee: Stefan Dirsch
QA Contact: Stefan Dirsch
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-22 19:16 UTC by JP Rosevear
Modified: 2005-11-22 19:44 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JP Rosevear 2005-11-22 19:16:57 UTC
The Xsetup script does:

test -x p=${gnome2root} 

as part of its check for the existence of gdm for background handling, and this fails.  The can be seen by the fact that the xdm background flashes before gdm displays.

test -x ${gnome2root}

seems to work.

Note also that these days gnome2root should really be /opt/gnome/sbin but for now its fine since there is a symlink in place for compatibility.
Comment 1 Stefan Dirsch 2005-11-22 19:44:22 UTC
Thanks. I've fixed both bugs.