I have this topic as a reference about how to use meld with putty, using X11 forwarding. I tried to reproduce it on my new Centos 7 server. I got many errors which I fixed by looking on Google and installing dependencies yum install dconf dconf-editor
, yum install pygobject3 pycairo
and then applying export NO_AT_BRIDGE=1
to remove the last error that popped up :
** (meld:9885): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-VTd0T4zB93: Connection refused
So, now there are no errors displayed, when I type git mergetool -t meld
it does open meld on my windows 7 computer (after something like 15s !!!), but the windows are empty. I don't see the diff. More than that, if I try to click on the file
tab for example, it doesn't move at all. Same for every button.
Can someone help ? Thanks ahead.