Hi, This isn't really to do with the original question, but a comment on this: > #sudo chmod 755 /usr/share/pixmaps/image.png Why would you make images executable (other than allowing them to run a hypothetical virus)? Make the chmod "664" instead of "775". Filipe