> i am getting just the question sign icon instead of almost all icons in
> the program. i am using redhat 7.2 us.
> i also tried to compile kmatplot from sources, but configure always stops
> on 'kde headers not found'.
> could you help me, please?
> thank you.
It is a problem with a new KDE version. You have to create hicolor/ directory
as a symbolic link to locolor/ in /usr/share/apps/kmatplot/icons/, executing
( as root ) following command in this directory :
ln -s locolor/ hicolor
|