After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 683069 - GDM doesn't automatically use fallback mode if gnome-shell isn't installed.
GDM doesn't automatically use fallback mode if gnome-shell isn't installed.
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
3.5.x
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-30 21:28 UTC by Jeremy Bicha
Modified: 2012-09-05 02:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
data: fall back to old greeter if gnome-shell not installed (1.11 KB, patch)
2012-09-05 02:35 UTC, Ray Strode [halfline]
committed Details | Review

Description Jeremy Bicha 2012-08-30 21:28:59 UTC
I tried using GDM without having gnome-shell installed. Upon booting, the screen stayed black and I couldn't log in at all.

What should happen: GDM should recognize this case and use its fallback mode.

I worked around this in Ubuntu by having gdm depend on gnome-shell, but that's not the best solution.
Comment 1 Ray Strode [halfline] 2012-09-05 02:35:05 UTC
I've pushed a simple fix for now, but we may want to add a TryExec type key to the gnome-session file format.

The following fix has been pushed:
18b0eb0 data: fall back to old greeter if gnome-shell not installed
Comment 2 Ray Strode [halfline] 2012-09-05 02:35:08 UTC
Created attachment 223494 [details] [review]
data: fall back to old greeter if gnome-shell not installed

Some users use GDM without having gnome-shell installed. Upon
booting, the screen stays black and those users aren't able to
log in at all.

What should happen: GDM should recognize this case and use its
fallback mode.

This commit fixes that.  Suggestion by Jeremy Bicha.