I used Meld 3.20.2-1ubuntu1 updated on 30/1/21 and upgraded to Ubuntu 20.04 recently. Meld was working fine until recently: though there is a warning for a crash report at the beginning, Meld compares the directories indicated and issues a report but the filenames are hidden (picture below). What is happening ? thanks for your help,
While executing
mkdir /tmp/{da,db}; echo a > /tmp/da/f; echo b > /tmp/db/f; meld /tmp/{da,db}
I get plenty of errors messages :
Traceback (most recent call last): File "/usr/lib/python3/dist-packages/meld/ui/emblemcellrenderer.py", line 95, in do_render pixbuf = self._get_pixbuf(self._icon_name, self._icon_size) File "/usr/lib/python3/dist-packages/meld/ui/emblemcellrenderer.py", line 83, in _get_pixbuf pixbuf = icon_theme.load_icon(name, size, 0).copy() gi.repository.GLib.Error: gtk-icon-theme-error-quark: Icon 'folder' not present in theme Adwaita (0)" several times and finishing with "cairo.Error: Context.restore() without matching Context.save()", but report correct,
$ gsettings list-recursively | grep icon-theme; export | grep DESKTOP
org.cinnamon.desktop.interface icon-theme 'gnome'
org.cinnamon.desktop.interface icon-theme-backup 'gnome'
com.canonical.unity-greeter icon-theme-name 'ubuntu-mono-dark'
org.gnome.desktop.interface icon-theme 'Adwaita'
declare -x DESKTOP_SESSION="ubuntu"
declare -x GNOME_DESKTOP_SESSION_ID="this-is-deprecated"
declare -x XDG_CURRENT_DESKTOP="ubuntu:GNOME"
declare -x XDG_SESSION_DESKTOP="ubuntu"
