View Single Post
Posts: 100 | Thanked: 543 times | Joined on Jun 2010 @ Kiev, Ukraine
#71
rob42, looks like your FAT32 partition is damaged. It happens to me once. I've repaired it from terminal:
Code:
umount /home/user/MyDocs
fsck.vfat -av /dev/mmcblk0p1
mount /home/user/MyDocs
It worked for me too. So it seems at least two of us don't get the icons.
Seems on some systems, hildon-desktop doesn't recognize icons from the /home/user/.local path. Trying to find out if it's true.

Again, as for the keyboard mappings - it works now only in ru_RU locale. I will research on how to make it working in any locale, hope with next update this issue will be solved.