[Bug 242494] kdmrc: FaceSource=PreferUser, potentially takes a long time

bugzilla at redhat.com bugzilla at redhat.com
Fri Mar 13 18:57:46 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=242494





--- Comment #18 from Charlie Wyse <cwyse at redhat.com>  2009-03-13 14:57:44 EDT ---
Actually when I was creating a fix patch for our enterprise deployment I
realized something.  This issue is probably in the fedora package itself and
can very easily be fixed.  Here is the current section in the kdmrc file that
is causing the problem.

# Allow users to set their own user images.
# If UserList is enabled, this specifies where kdm gets the images from:
# AdminOnly (default): from <FaceDir>/$USER.face[.icon]
# UserOnly: from the user's $HOME/.face[.icon]
# PreferAdmin: prefer <FaceDir>, fallback on $HOME
# PreferUser: ... and the other way round
FaceSource=PreferUser

As you can see AdminOnly is the default.  So if we just put a comment in front
of FaceSource=PreferUser (#FaceSource=PreferUser), it defaults to AdminOnly and
works for large NFS home dir based deployments.  In other words, the fedora
package is not sticking with the defaults but forcing this on the user.  We
should probably change this back to a commented variable so everything works at
an enterprise level by default, especially if this package is going to wind up
in RHEL.

Oh a comment #16 makes a lot of sense to, but is something the KDM upstream
maintainers would probably need to code in.  In other words, won't be fixed in
the immediate future.  Making the "#" change to the fedora package would at
least stop people from running into this and make KDM a sexier option.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fedora-triage-list mailing list