You are not logged in.
Pages: 1
While installing Evolution, I get the message that image format XPM is not supported. I have the gdk-pixbuf package installed, as well as all the appropriate gnome libraries. I use KDE as a desktop. Evolution works to some degree, but with no graphics. Any suggestions?
Herb
What lies before us, and what lies behind us are tiny matters compared to what lies within us. RW Emerson.
Offline
Hrm. I just ran an strace on Evolution. Looks to me like it's using "/usr/lib/gtk-2.0/2.2.0/loaders/libpixbufloader-xpm.so" to access XPM images. That library is a part of gtk2 which pacman should have installed since Evo depends on it. Maybe try reinstalling gtk2.
# pacman -Sc
# pacman -Sy gtk2
If that doesn't work try the same with Evolution. If it still doesn't work, I'm not sure You could run an strace yourself and see if it turns up anything unusual. pacman -S strace if you don't have it, then run evolution using: strace evolution > evo.trace 2>&1
Offline
Pages: 1