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 754682 - user-accounts: Avoid a crash when gdm's schemas aren't installed
user-accounts: Avoid a crash when gdm's schemas aren't installed
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: User Accounts
unspecified
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-09-07 13:52 UTC by Rui Matos
Modified: 2015-09-07 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
user-accounts: Avoid a crash when gdm's schemas aren't installed (2.83 KB, patch)
2015-09-07 13:52 UTC, Rui Matos
committed Details | Review

Description Rui Matos 2015-09-07 13:52:40 UTC
Commit de821d592294de94659b316792a1395fd08352bb implicitly added a
runtime dependency on gdm's settings schemas being installed. Since
GSettings aborts if schemas aren't installed this means we new crash
on systems without gdm.

See https://bugzilla.redhat.com/show_bug.cgi?id=1259935 .
Comment 1 Rui Matos 2015-09-07 13:52:46 UTC
Created attachment 310825 [details] [review]
user-accounts: Avoid a crash when gdm's schemas aren't installed
Comment 2 Bastien Nocera 2015-09-07 14:36:09 UTC
Review of attachment 310825 [details] [review]:

Yep.
Comment 3 Rui Matos 2015-09-07 14:47:33 UTC
Attachment 310825 [details] pushed as 958c014 - user-accounts: Avoid a crash when gdm's schemas aren't installed