[Bug 191666] strace shows access missing icons when showing html mails
DonMartio
donmartio at larkos.de
Mon May 11 11:08:46 BST 2009
https://bugs.kde.org/show_bug.cgi?id=191666
--- Comment #1 from DonMartio <donmartio larkos de> 2009-05-11 12:08:44 ---
Ok here is some kind of workaround:
- Install Icon Theme 'Oxygen Refit Black'
- Go to ~/.kde4.2/share/icons/OxygenRefit2-black-version
- Execute as root:
for i in $(find . -name image\*); do
if [ ! -f /usr/kde/4.2/share/icons/oxygen/$i ]; then
echo $i does not exist
mkdir /usr/kde/4.2/share/icons/oxygen/$(dirname $i)
cp $i /usr/kde/4.2/share/icons/oxygen/$i
fi
done
Maybe this is a gentoo issue. Otherwise it could be managed upstream in kmail i
think.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list