Hi, Am 21.08.2009 06:17, schrieb c_c: > Well, thats one issue. Could you copy all the icons from > /usr/share/icons/shr/86x86/apps to /usr/share/pixmaps ? cd /usr/share/icons/shr/86x86/apps for i in *; do if [ ! -f /usr/share/pixmaps/$i ] then ln -s /usr/share/icons/shr/86x86/apps/$i \ /usr/share/pixmaps/ fi done zaptac