On 28 February 2015 at 02:04, Julian Santer <[email protected]> wrote:
> Hi, > > I can make a diff between files. > > But if I make a diff between folders I get this error: > > Traceback (most recent call last): > File "/usr/lib/meld/meld/newdifftab.py", line 115, in > on_button_compare_clicked > tab = self.diff_methods[self.diff_type](compare_paths) > File "/usr/lib/meld/meld/meldwindow.py", line 693, in append_dirdiff > doc = dirdiff.DirDiff(app.prefs, len(dirs)) > File "/usr/lib/meld/meld/dirdiff.py", line 384, in __init__ > self.update_treeview_columns(self.prefs.dirdiff_columns) > File "/usr/lib/meld/meld/dirdiff.py", line 447, in > update_treeview_columns > current_column = self.columns_dict[i][column_name] > KeyError: 'gr\xc3\xb6\xc3\x9fe' > > Could you tell me if the error above is a known issue? > Yes, fixed in 1.8.6. However, in order to get it to actually work, you'll need to change the visible columns in the folder comparison (to get the corrupted config re-written). > I also tried to install meld 3.1.12 from Ubuntu Trusty backports, here the > diff between folders works fine. > In this version (3.1.12) I don't have a location entry, but only a > dropdown. > Could you explain, how I can activate the location entry in the version > 3.1.12? > There's no location entry. In 3.12 Meld uses the newer GTK+ widgets. cheers, Kai
_______________________________________________ meld-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/meld-list
