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 614488 - ensure Init/Default script is called before starting autologin
ensure Init/Default script is called before starting autologin
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-31 16:24 UTC by Frederic Crozat
Modified: 2010-04-22 15:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ensure Init/Default script is called before starting autologin (1.01 KB, patch)
2010-03-31 16:24 UTC, Frederic Crozat
committed Details | Review

Description Frederic Crozat 2010-03-31 16:24:54 UTC
When using autologin, scripts in Init directory (Default or display-id:) are not called, which is a different behaviour compared to gdm 2.20.x.
Comment 1 Frederic Crozat 2010-03-31 16:24:56 UTC
Created attachment 157609 [details] [review]
ensure Init/Default script is called before starting autologin
Comment 2 Ray Strode [halfline] 2010-04-21 20:57:09 UTC
Comment on attachment 157609 [details] [review]
ensure Init/Default script is called before starting autologin

looks good.
Comment 3 Brian Cameron 2010-04-21 22:03:34 UTC
Fixed in master.
Comment 4 Frederic Crozat 2010-04-22 07:58:26 UTC
Just a side note : Brian, when you commit other people patches in git, it would be nice to preserve authorship. Just use "git bz apply / push" or "git am" (or git commit -C) to do this. Thanks
Comment 5 Brian Cameron 2010-04-22 15:31:07 UTC
Apologies, Frederic, I will do that in the future.  Thanks for letting me know.