GNOME Bugzilla – Bug 760548
session: Crash better when no sessions are installed
Last modified: 2016-01-12 20:30:06 UTC
Currently gdm crashes if no sessions are installed. It crashes badly. Crash better. Not sure if this is the best solution, but seems reasonable that this would be fatal.
Created attachment 318902 [details] [review] session: Crash better when no sessions are installed If no session desktop file can be found in the search path, we are doomed. Crash nicely with g_error rather than continuing on to call g_sequence_get with an invalid GSequenceIter.
don't really care what we do here, since it basically means the distro screwed up. g_error or g_abort is fine with me
Review of attachment 318902 [details] [review]:
(In reply to Ray Strode [halfline] from comment #2) > don't really care what we do here, since it basically means the distro > screwed up. Or the Michael.
Attachment 318902 [details] pushed as f42ea43 - session: Crash better when no sessions are installed