After the recent set of ports updates (July 2020) on FreeBSD 12.1 p7, meld (3.20.1) seems to have lost its toolbar icons when running on KDE.
The toolbar is there with text but the icons have gone. I can only see options to either display the toolbar or not.
I did try running under truss, and didn't notice much other than a block of errors beginning with
Any suggestions?
The toolbar is there with text but the icons have gone. I can only see options to either display the toolbar or not.
I did try running under truss, and didn't notice much other than a block of errors beginning with
Code:
fstatat(AT_FDCWD,"/home/paulf/.local/share/icons/breeze",0x7fffffffc240,0x0) ERR#2 'No such file or directory'
fstatat(AT_FDCWD,"/home/paulf/.icons/breeze",0x7fffffffc240,0x0) ERR#2 'No such file or directory'
fstatat(AT_FDCWD,"/usr/local/share/pixmaps/breeze",0x7fffffffc240,0x0) ERR#2 'No such file or directory'
fstatat(AT_FDCWD,"/usr/local/share/meld/icons/breeze",0x7fffffffc240,0x0) ERR#2 'No such file or directory'
fstatat(AT_FDCWD,"/home/paulf/.local/share/icons/breeze/index.theme",0x7fffffffc108,0x0) ERR#2 'No such file or directory'
fstatat(AT_FDCWD,"/home/paulf/.icons/breeze/index.theme",0x7fffffffc108,0x0) ERR#2 'No such file or directory'
openat(AT_FDCWD,"/usr/local/share/icons/breeze/icon-theme.cache",O_RDONLY,00) ERR#2 'No such file or directory'
openat(AT_FDCWD,"/usr/local/share/icons/breeze/icon-theme.cache",O_RDONLY,00) ERR#2 'No such file or directory'
Any suggestions?