Kodi: Difference between revisions
imported>Nix m add Software/Applications subcategory |
imported>Jostgrant Add `services.xserver.displayManager.lightdm.autoLogin.timeout = 3;` To Fix Lightdm's Autologin Ignore Issue On 22.11. |
||
Line 12: | Line 12: | ||
services.xserver.displayManager.autoLogin.enable = true; | services.xserver.displayManager.autoLogin.enable = true; | ||
services.xserver.displayManager.autoLogin.user = "kodi"; | services.xserver.displayManager.autoLogin.user = "kodi"; | ||
# This may be needed to force Lightdm into 'autologin' mode. | |||
# Setting an integer for the amount of time lightdm will wait | |||
# between attempts to try to autologin again. | |||
services.xserver.displayManager.lightdm.autoLogin.timeout = 3; | |||
# Define a user account | # Define a user account |