Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/meld/meldapp.py", line 69, in do_command_line tab = self.parse_args(command_line) File "/usr/lib/python2.7/site-packages/meld/meldapp.py", line 278, in parse_args if not self.window.has_pages(): AttributeError: 'MeldApp' object has no attribute 'window'
It certainly works for me. Please be more specific about which version you run and how do you reproduce this issue -- is trying to run it sufficient, or you did something else?
meld-3.11.0-1.el7.noarch if a run as meld x.txt y/ where y is directory containing a file called x.txt it was working before but not now just gives the above error.
Seems like they've removed the functionality in GNOME 3 version, and messed up the error handling along the way I've added two patches that at least produce a meaningful error message: meld♥ ~/fedora/meld/meld-3.11.0/bin/meld x.txt y/ Usage: meld Start with an empty window meld <file|folder> Start a version control comparison meld <file> <file> [<file>] Start a 2- or 3-way file comparison meld <folder> <folder> [<folder>] Start a 2- or 3-way folder comparison meld♥ Please report the issue upstream if you're concerned about the functionality. Thank you!