GNOME Bugzilla – Bug 578985
Windows support
Last modified: 2013-03-31 04:29:38 UTC
Meld still does not work out of the box on windows. The code still need patches to run. gnomevfs, select on files, popen hangs, etc...
Created attachment 132664 [details] [review] don't call select.select() on files under windows
Created attachment 132665 [details] [review] Don't use gnomevfs in sourceview
Created attachment 132666 [details] [review] Don't use gnomevfs in meldapp
This bug is following Bug 556404
Created attachment 133725 [details] [review] open_uri() needsgnome or recent pygtk
What's the status on this bug? I have an Windows box which I might use to debug this issue.
If you are interested I added new gsv installers in the ftp.
Created attachment 153976 [details] [review] modified select.select patch This is a slight modification to rejected patch for allowing version control diffing on Windows that applies cleanly to HEAD 50347304.
Created attachment 153977 [details] [review] git commands fail on Windows if workingdir is not set patch that applies cleanly to HEAD 50347304
These last two patches have been sitting around for too long. The last of these doesn't seem necessary to me; Meld + Git works fine on Windows without it, or any other special treatment (other than the \\ -> / replacement). I've applied and pushed the select.select patch, so that should be fixed. I'm sure there's still portability issues on Windows, but most of those are being addressed in individual bugs at this stage, so I'm going to close this. Thanks for the bug report and patches.