New gdm does not have the FailsafeXServer config option
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gdm (Ubuntu) |
Fix Released
|
High
|
Steve Langasek | ||
Karmic |
Fix Released
|
High
|
Steve Langasek | ||
Lucid |
Fix Released
|
High
|
Steve Langasek | ||
xorg (Ubuntu) |
Fix Released
|
High
|
Steve Langasek | ||
Karmic |
Fix Released
|
High
|
Steve Langasek | ||
Lucid |
Fix Released
|
High
|
Steve Langasek |
Bug Description
Binary package hint: gdm
gdm 2.20 had options in /etc/gdm/gdm.conf (in particular FailsafeXServer) for specifying an action to take when X is failing to start up. We attached a failsafe session (aka bulletproof-x) to be invoked by gdm in these situations, which users could use to diagnose and work around issues.
These options were implemented in the 'deal_with_
Anyway, the end result is that we no longer have a debugging failsafe mode available for users, they're just left with a non-functioning system. Please either restore the missing functionality, or provide an analogous mechanism to which we can attach a debugging session mode.
As discussed, this can be handled via an upstart job configured to start whenever gdm dies. That upstart job should live in x11-common with the rest of the bulletproof-X handling; so we don't have to patch the gdm source to bring this back together, we just need to fix bug #441638.