Hello,
Op 07-02-15 om 23:13 schreef »Q«:
> In <
news:mailman.432.142317505...@lists.mozilla.org>,
> Paul van der Vlis <
pa...@vandervlis.nl> wrote:
>
>> I am the sysadmin of a network, and I see the following message on
>> some computers:
>>
>> "It looks like you haven't started Firefox in a while. Do you want to
>> clean it up for a fresh, like-new experience? And by the way, welcome
>> back!"
>>
>> But the people work every day on this machines and on this profiles.
>> And when you click the message away, it comes again when you start
>> Firefox.
>>
>> The clients are Linux, and the homedirs are on NFS.
>>
>> Can somebody tell me what triggers this message exactly?
>> Or what could be wrong?
>
> I couldn't find anything on it except in the bug for implementing the
> prompt, <
https://bugzilla.mozilla.org/show_bug.cgi?id=498181>.
> According to comments there, it depends on Firefox knowing when the
> profile's lockfile was last replaced. In particular, people get the
> prompt if Firefox finds an old lockfile in the profile. So I think
> it's reading/writing/timestamping of lockfiles you should look at if you
> want to get at the cause.
>
> There's a thread at
> <
http://forums.mozillazine.org/viewtopic.php?f=38&t=2766881> in which
> someone "solved" the problem by touching every lockfile.
This is interesting, thanks. I see that many browsers do not update the
".parentlockfile", but I don't understand why. They are started every day.
> But since Fx 29, you should be able to disable the prompt entirely by
> creating the pref browser.disableResetPrompt and setting it to "true",
> which is probably easier than investigating lockfiles.
That's what I did, but I am interested in the "why", and in the "what
triggers it".
With regards,
Paul van der Vlis.