[Webkit-unassigned] [Bug 24642] REGRESSION: Nightly builds sometimes erroneously display a message about failing to launch successfully

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 17 12:02:05 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=24642





------- Comment #14 from ddkilzer at webkit.org  2009-04-17 12:02 PDT -------
(In reply to comment #13)
> David:
> 
> CWs-MBP:~ cw$ defaults read org.webkit.nightly.WebKit
> {
>     ApplicationCrashedAfterRelaunch = 0; 
>     SUEnableAutomaticChecks = 1; 
>     SUHasLaunchedBefore = 1; 
>     SULastCheckTime = 2009-03-20 01:28:48 -0700; 
>     SUSendProfileInfo = 0; 
>     StartPageShownInVersion = 42583; 
> }

I think it's safe simply to delete all of the org.webkit.nightly.WebKit
settings, since that will put you back to a state before you ever launched a
WebKit nightly build.

$ defaults delete org.webkit.nightly.WebKit

What happened is that one of the flags gets set when you launched the bad
build, but doesn't get reset when launching future good builds.  Deleting all
the settings for org.webkit.nightly.WebKit simply wipes the slate clean and
lets you continue using the good builds again.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list