|
Bugzilla – Full Text Bug Listing |
| Summary: | Xsetup fails to properly detect gdm | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | JP Rosevear <jpr> |
| Component: | X.Org | Assignee: | Stefan Dirsch <sndirsch> |
| Status: | RESOLVED FIXED | QA Contact: | Stefan Dirsch <sndirsch> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
Thanks. I've fixed both bugs. |
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.