I tried to use bbding package for the enumitem symbols. I have added to my code:
\usepackage{bbding}
....
\begin{itemize}[label=\HandRight]
but I receive error
!pdfTeX error: /usr/local/texlive/2011/bin/i386-linux/pdflatex (file bbding10):
Font bbding10 at 600 not found
==> Fatal error occurred, no output PDF file produced!
I have a complete version of texlive on Ubuntu. What other stuff is needed to put bbding in action?
UPDATE: The question was updated by useful comments in answers. As egreg assisted to figure it out; the problem was connected to user permission, as texlive had been installed under root.


