kioslave implementation help

2012-03-14 Thread fluca1978
Hi all, I'm trying to implement a simple kioslave, but I don't understand well the lifecycle and therefore how the slave should behave. If I get it right, the get() method is called each time a specific URL must be retrieved (e.g., a local file), while listDir and stat each time a folder content

Re: kioslave implementation help

2012-03-22 Thread fluca1978
> Do you have the listing entry in your .protocol file? The following is my protocol file: [Protocol] DocPath=kioslave/kio_rolefs.html exec=kio_rolefs input=none output=filesystem protocol=rolefs reading=true Icon=folder listing=Name,Type so I guess the listing entry is right. I've tried to cha