Hi All,
I am trying to use meld v1.5.1 on linux.. As meld is having dependency of gtk, so when I try to launch meld GUI it will ask for path of the files which we are going to compare.. When I click OK button, in back-end I used to get below errors.. and there will be no functionality.
Quote:
File "linux/lib/meld/meld/filediff.py", line 210, in __init__
self.load_font()
File "linux/lib/meld/meld/filediff.py", line 607, in load_font
self.pixbuf_apply0 = load("button_apply0")
File "linux/lib/meld/meld/filediff.py", line 606, in <lambda>
load = lambda x: icon_theme.load_icon(x, self.pixels_per_line, 0)
glib.GError: Unrecognized image file format
Could please some one help on above issue..
Thanks,
Ravish