Comment 13 for bug 179087

Revision history for this message
cuc (cuc+) wrote :

problem seems to be missing *.png files and falsly generated path in config file..
here is quick & dirty fix for hardy package tinyerp-client 4.2.0-1

~$ vi .terprc

[path]
pixmaps = /usr/share/pixmaps/tinyerp-client/

change to

[path]
pixmaps = /usr/share/tinyerp-client/

~$ cd /usr/share/tinyerp-client/
. $ sudo cp tinyerp_icon.png tinyerp-icon-32x32.png
. $ sudo mkdir icons
. $ sudo touch noimage.png

hope that helps