Comment 12 for bug 250525

Revision history for this message
eMancu (emiliano.mancuso) wrote :

In bug #360097 (https://bugs.launchpad.net/ubuntu/+source/meld/+bug/360097)

VinceLe said:
edit /usr/bin/meld, at line 32, you should see something like:
sys.path += [ "/usr/lib/meld" ]
try to replace the line with:
sys.path[0:0] = [ "/usr/lib/meld" ]

-----------------------------------------------------------------------------------------

Well.. i do what he said and it works!
I know that the bug has a "Fix Released" status, but i think that is important to write a comment.