http://bugs.winehq.org/show_bug.cgi?id=11887
--- Comment #18 from Thomas Stephenson admin@ubunto-tstephenson.com 2008-06-11 15:17:58 --- (In reply to comment #17)
(In reply to comment #16)
(In reply to comment #15)
(In reply to comment #14)
Ok, now I get
git show 29b5c987d53baced430abc6cabdd55115107d688 | patch -p1 -R fatal: Not a git repository
Do you have the git repository downloaded? You need to cd to that directory.
Not that I know of, where is the repository located on the web?
Yep, found it and looks like I'm getting closer. Here's the error this time;
root@ubuntu:~/wine# root@ubuntu:~/wine# git show 29b5c987d53baced430abc6cabdd55115107d688 | patch -p1 -R can't find file to patch at input line 13 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |commit 29b5c987d53baced430abc6cabdd55115107d688 |Author: Francois Gouget fgouget@codeweavers.com |Date: Fri Feb 24 15:34:09 2006 +0100 | | user32: Handle WM_ENDSESSION in DefWinProc(). | DefWinProc() should call PostQuitMessage() on WM_ENDSESSION if the | shutdown is proceeding. | |diff --git a/dlls/user/defwnd.c b/dlls/user/defwnd.c |index 27d0683..5ea3ee4 100644 |--- a/dlls/user/defwnd.c |+++ b/dlls/user/defwnd.c -------------------------- File to patch:
FWIW, if this actually fixes the closing problem with WinPMail should this not be removed as a patch to the basic Wine package?