GNOME Bugzilla – Bug 683069
GDM doesn't automatically use fallback mode if gnome-shell isn't installed.
Last modified: 2012-09-05 02:35:08 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.
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
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.