jeandrek / kea-browser

A lightweight WebKit-based browser.
http://jonathan50.github.io/kea-browser/
GNU General Public License v3.0
6 stars 2 forks source link

Icons don't show in browser #12

Closed serverhiccups closed 8 years ago

serverhiccups commented 8 years ago

I get this error when running sudo make install

make[3]: gtk-update-icon-cache: No such file or directory
make[3]: *** [update-icon-cache] Error 1
make[2]: *** [install-data-am] Error 2
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1
jeandrek commented 8 years ago

gtk-update-icon-cache isn't installed.

serverhiccups commented 8 years ago

thanks