Red Hat Bugzilla – Bug 1527143
TimedLogin via custom.conf no longer working (again)
Last modified: 2018-05-17 10:39:45 EDT
Created attachment 1369578 [details] var/log/gdm files Description of problem: Timed login via the custom.conf method is not working anymore. How reproducible: 100% Steps to Reproduce: 1. Add following lines into file: /etc/gdm/custom.conf [daemon] TimedLoginEnable=true TimedLogin=$username TimedLoginDelay=10 2. Run "systemctl restart gdm" Actual results: The timed login progress bar never appears and the user is never automatically logged in after 10 second. Expected results: The specified user is automatically logged in after the specified 10 seconds. More info: Timed login works when the user list is disabled.
Created attachment 1369579 [details] journalctl -ab
seems to be a mistake introduced when one of the downstream patches got rebased: + let currentTime = GLi +.get_monotonic_time(); should be: + let currentTime = GLib.get_monotonic_time();•
I can verify this now works on gnome-shell-3.26.2-4.el7.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0770