Version: Git (using Devel) OS: Linux Hi, I've got a fuse filesystem mounted under /media, which offers access to harddisks, usb sticks, cd's, network services like smb shares, and internet services like owncloud. Now since the latest kde versions, dolphin does nothing with the .directory file it provides, well at least nothing with the icon which is specified. The .directory does exist: :> cat /media/computer/23-SAMSUNG_SP2504C/.directory [Desktop Entry] Icon=/var/lib/mount.md5key/icons/drive-harddisk.png and I see in the logfile of my fuse fs that a lookup has been done and completed successfully. Stef Reproducible: Always Steps to Reproduce: Hard since my fuse fs is not common yet. Actual Results: Directory not shown as pictogram. Expected Results: Directory shown as pictogram.
Strange enough, directories where the opendir call is denied, (EACCES), the .directory file is processed like it should. (directories like this in my fuse fs is the directory representing the cdrom device, containing no media, so no contents, that's why I let the opendir call deny).
Created attachment 68408 [details] Folder with custom icon in folder view and with properties dialog.
I have the same behaviour here with my Gentoo box. No custom icon of an folder is shown. The strange thing is, that in the properties dialog the custom icon is shown normally.
Hi Oliver, it's "good" to know that you have the same problem. Is there maybe an undocumented dependency to some graphics format (svg, png, mng) introduced with kde 4.8?? I'm thinking about that since you have a "compiled from sources" distro like me, linuxfromscratch?? Stef
I don't think so. I already had this problem in 4.7.4 and I think it was introduced in this version. Besides I don't think that KDE now needs an whole new graphics library which isn't installed on my system already.
This Bug seems to be an duplicate of https://bugs.kde.org/show_bug.cgi?id=288824
Yes that's the same issue.
*** This bug has been marked as a duplicate of bug 288824 ***