If python3 is installed and ahead of python2 in the path, Diffuse fails to start with a syntax error in line 74.
A very easy fix: edit /usr/bin/diffuse and change the shebang on line 1 from "python" to "python2", to force it to use version 2.X.
Log in to post a comment.