'default-user-image=false' has no effect :(

Bug #1551412 reported by Cristian Ionescu-Idbohrn
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Light Display Manager
New
Undecided
Unassigned

Bug Description

Replacing this code:

    image = g_build_filename (entry->pw_dir, ".face", NULL);
    if (!g_file_test (image, G_FILE_TEST_EXISTS))
    {
        g_free (image);
        image = g_build_filename (entry->pw_dir, ".face.icon", NULL);
        if (!g_file_test (image, G_FILE_TEST_EXISTS))
        {
            g_free (image);
            image = NULL;
        }
    }

with:

    image = NULL;

seems to have the desired effect.

At my workplace there are thousends of users with NFS home directories. It takes a loooooong time to log in.

Cheers,

--
Cristian

Revision history for this message
Cristian Ionescu-Idbohrn (cristian-ionescuidbohrn) wrote :

File is common/user-list.c

Revision history for this message
Robert Ancell (robert-ancell) wrote :

What do you mean "default-user-image=false" - are you requesting a new configuration item?

Revision history for this message
Cristian Ionescu-Idbohrn (cristian-ionescuidbohrn) wrote : Re: [Bug 1551412] Re: 'default-user-image=false' has no effect :(

On Mon, Feb 29, 2016 at 10:24 PM, Robert Ancell
<email address hidden> wrote:
> What do you mean "default-user-image=false" - are you requesting a new
> configuration item?

"default-user-image=false" is wrong. Sorry about that.
I was thinking about "hide-user-image=true", but that's also wrong.
Yes, I guess it's a new configuration item I'm wishing for ;)
For obvious reasons.

Cheers,

--
Cristian

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.