Comment 9 for bug 1087166

Revision history for this message
PJSingh5000 (pjsingh5000) wrote :

Frank,

Thanks so much. I'll check out the script you recomended and let you know how that goes.

Before I saw your message, I fixed the problem by copying the appropriate icon to the hplip installation...

I found that the hp_logo.png in
        /usr/share/hplip/data/images/32x32
was actually corrupt.

I extracted the "hp-logo-systray.png" in the path
        ...fs-icons-ubuntu-mono-dark/apps/32
from
        fs-icons-ubuntu.tar.bz2

I renamed "hp-logo-systray.png" to "hp_logo.png" and copied it to
        /usr/share/hplip/data/images/32x32.

I see that the original installation script (for the "fs-icons-ubuntu-mono-light-1" theme) makes a sym-link from
        /usr/share/hplip/data/images/32x32
to
        /usr/share/fs-icons-ubuntu/icons/fs-icons-ubuntu-mono-light-1/apps/32/hp-logo-systray.png

This is done in the line...
        echo $pass | sudo -S ln -s $mainIconsPath/$icon_theme/apps/32/hp-logo-systray.png hp_logo.png

So I wonder if there is a problem with the sim-link that is created?
Again, I'll try your script an see if that works better than the "hack" I just did.