After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 578985 - Windows support
Windows support
Status: RESOLVED FIXED
Product: meld
Classification: Other
Component: general
git master
Other Windows
: Normal enhancement
: ---
Assigned To: Vincent Legoll
Stephen Kennedy
Depends on:
Blocks:
 
 
Reported: 2009-04-14 21:59 UTC by Vincent Legoll
Modified: 2013-03-31 04:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
don't call select.select() on files under windows (1.17 KB, patch)
2009-04-14 22:00 UTC, Vincent Legoll
rejected Details | Review
Don't use gnomevfs in sourceview (1011 bytes, patch)
2009-04-14 22:02 UTC, Vincent Legoll
committed Details | Review
Don't use gnomevfs in meldapp (973 bytes, patch)
2009-04-14 22:03 UTC, Vincent Legoll
committed Details | Review
open_uri() needsgnome or recent pygtk (2.16 KB, patch)
2009-05-01 10:49 UTC, Vincent Legoll
none Details | Review
modified select.select patch (1.97 KB, patch)
2010-02-16 22:44 UTC, Robert Wahler
none Details | Review
git commands fail on Windows if workingdir is not set (846 bytes, patch)
2010-02-16 22:47 UTC, Robert Wahler
none Details | Review

Description Vincent Legoll 2009-04-14 21:59:58 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...
Comment 1 Vincent Legoll 2009-04-14 22:00:59 UTC
Created attachment 132664 [details] [review]
don't call select.select() on files under windows
Comment 2 Vincent Legoll 2009-04-14 22:02:25 UTC
Created attachment 132665 [details] [review]
Don't use gnomevfs in sourceview
Comment 3 Vincent Legoll 2009-04-14 22:03:06 UTC
Created attachment 132666 [details] [review]
Don't use gnomevfs in meldapp
Comment 4 Vincent Legoll 2009-04-15 08:08:35 UTC
This bug is following Bug 556404
Comment 5 Vincent Legoll 2009-05-01 10:49:30 UTC
Created attachment 133725 [details] [review]
open_uri() needsgnome or recent pygtk
Comment 6 Trond Andersen 2009-09-16 18:47:27 UTC
What's the status on this bug? I have an Windows box which I might use to debug this issue.
Comment 7 Ignacio Casal Quinteiro (nacho) 2009-11-21 00:05:07 UTC
If you are interested I added new gsv installers in the ftp.
Comment 8 Robert Wahler 2010-02-16 22:44:56 UTC
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.
Comment 9 Robert Wahler 2010-02-16 22:47:07 UTC
Created attachment 153977 [details] [review]
git commands fail on Windows if workingdir is not set

patch that applies cleanly to HEAD 50347304
Comment 10 Kai Willadsen 2013-03-31 04:29:38 UTC
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.