Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lightdm: Add patch to avoid triggering home mounts.
As we have our homes on nfs, we don't want lightdm to search for icon files in the homes. Note, that the code, were lightdm enumerates the users and searches for icon files in the users homess, is not used in the normal case. It is only used when lightdm fails to get the service from accounts-service. We've had the situation on one system, were accounts-service failed to start in 30 seconds for unknown reassons after which gdm timed out and used its own code, thereby mounting all nfs homes. Because of the notify installed by the users filebrowser, these mounts even persisted. It is yet unclear, why accounts-service needed ca 32 sesconds to start. It was a special situation after a power failure on the campus which resulted in a disconnect network in that building. Anyway, if lightdm goes into the fallback mode for whatever reason, we don't want it to walk over all homes. Add patch.
- Loading branch information